diff --git a/package.json b/package.json index 782c80886bb..af4ad9c9e58 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "pikaday": "1.8.2", "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.8", - "puppeteer-core": "^22.10.1", + "puppeteer-core": "^22.11.0", "squoosh": "discourse/squoosh#dc9649d", "typescript": "^5.4.5" }, diff --git a/yarn.lock b/yarn.lock index c732dba7b4f..3836f7e5b80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5072,10 +5072,10 @@ detect-newline@3.1.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -devtools-protocol@0.0.1286932: - version "0.0.1286932" - resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1286932.tgz#2303707034426fe0b39012713d4b7339f7dbc815" - integrity sha512-wu58HMQll9voDjR4NlPyoDEw1syfzaBNHymMMZ/QOXiHRNluOnDgu9hp1yHOKYoMlxCh4lSSiugLITe6Fvu1eA== +devtools-protocol@0.0.1299070: + version "0.0.1299070" + resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1299070.tgz#b3e4cf0b678a46f0f907ae6e07e03ad3a53c00df" + integrity sha512-+qtL3eX50qsJ7c+qVyagqi7AWMoQCBGNfoyJZMwm/NSXVqLYbuitrWEEIzxfUmTNy7//Xe8yhMmQ+elj3uAqSg== diff@^5.1.0, diff@^5.2.0: version "5.2.0" @@ -10558,15 +10558,15 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== -puppeteer-core@^22.10.1: - version "22.10.1" - resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-22.10.1.tgz#b2ad26480a7c148f9cacbe10d97b48afc2197358" - integrity sha512-t98x55ohn6eioM/e1dmhy6bG9iuQ+mvpNXyr+UppB789uvNKKOvy9YnWpKp4mVyKxi9BGsceHAFuovQGqQKyCQ== +puppeteer-core@^22.11.0: + version "22.11.0" + resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-22.11.0.tgz#82b77f306c3665d65a1ad0115402c98ee404baee" + integrity sha512-57YUjhRoSpZWg9lCssWsgzM1/X/1jQnkKbbspbeW0bhZTt3TD4WdNXEYI7KrFFnSvx21tyHhfWW0zlxzbwYSAA== dependencies: "@puppeteer/browsers" "2.2.3" chromium-bidi "0.5.23" debug "4.3.5" - devtools-protocol "0.0.1286932" + devtools-protocol "0.0.1299070" ws "8.17.0" qs@6.11.0: