diff --git a/package.json b/package.json index 1b2341cb0bf..4a2817f583f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "pikaday": "1.8.2", "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.8", - "puppeteer-core": "^23.1.1", + "puppeteer-core": "^23.2.0", "squoosh": "discourse/squoosh#dc9649d", "terser": "^5.31.6", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index 8d56fc4df43..40ea9f14f00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5141,10 +5141,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.1312386: - version "0.0.1312386" - resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1312386.tgz#5ab824d6f1669ec6c6eb0fba047e73601d969052" - integrity sha512-DPnhUXvmvKT2dFA/j7B+riVLUt9Q6RKJlcppojL5CoRywJJKLDYnRlw0gTFKfgDPHP5E04UoB71SxoJlVZy8FA== +devtools-protocol@0.0.1330662: + version "0.0.1330662" + resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1330662.tgz#400fe703c2820d6b2d9ebdd1785934310152373e" + integrity sha512-pzh6YQ8zZfz3iKlCvgzVCu22NdpZ8hNmwU6WnQjNVquh0A9iVosPtNLWDwaWVGyrntQlltPFztTMK5Cg6lfCuw== diff@^5.1.0, diff@^5.2.0: version "5.2.0" @@ -10552,15 +10552,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@^23.1.1: - version "23.1.1" - resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-23.1.1.tgz#7e018c0c66faeb3e1df81d1012862bb8a5d7ce03" - integrity sha512-OeTqNiYGF9qZtwZU4Yc88DDqFJs4TJ4rnK81jkillh6MwDeQodyisM9xe5lBmPhwiDy92s5J5DQtQLjCKHFQ3g== +puppeteer-core@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-23.2.0.tgz#8ae22e412285e99c1b33263b5f65d391db2906a8" + integrity sha512-OFyPp2oolGSesx6ZrpmorE5tCaCKY1Z5e/h8f6sB0NpiezenB72jdWBdOrvBO/bUXyq14XyGJsDRUsv0ZOPdZA== dependencies: "@puppeteer/browsers" "2.3.1" chromium-bidi "0.6.4" debug "^4.3.6" - devtools-protocol "0.0.1312386" + devtools-protocol "0.0.1330662" typed-query-selector "^2.12.0" ws "^8.18.0"