Skip to content

Commit abbf03f

Browse files
Update dependency puppeteer to v24.27.0
1 parent 04057be commit abbf03f

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jest": "30.2.0",
4646
"jest-junit": "16.0.0",
4747
"prettier": "3.6.2",
48-
"puppeteer": "24.25.0",
48+
"puppeteer": "24.27.0",
4949
"typescript": "5.9.3"
5050
},
5151
"peerDependencies": {

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3351,10 +3351,10 @@ chokidar@^3.6.0:
33513351
optionalDependencies:
33523352
fsevents "~2.3.2"
33533353

3354-
chromium-bidi@9.1.0:
3355-
version "9.1.0"
3356-
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-9.1.0.tgz#356eaea018eecc7977644305ee9fd27874b2b676"
3357-
integrity sha512-rlUzQ4WzIAWdIbY/viPShhZU2n21CxDUgazXVbw4Hu1MwaeUSEksSeM6DqPgpRjCLXRk702AVRxJxoOz0dw4OA==
3354+
chromium-bidi@10.5.1:
3355+
version "10.5.1"
3356+
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-10.5.1.tgz#2aad9791509442bb39e96c4f3aeef4dfdb424979"
3357+
integrity sha512-rlj6OyhKhVTnk4aENcUme3Jl9h+cq4oXu4AzBcvr8RMmT6BR4a3zSNT9dbIfXr9/BS6ibzRyDhowuw4n2GgzsQ==
33583358
dependencies:
33593359
mitt "^3.0.1"
33603360
zod "^3.24.1"
@@ -3555,10 +3555,10 @@ detect-newline@^3.1.0:
35553555
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
35563556
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
35573557

3558-
devtools-protocol@0.0.1508733:
3559-
version "0.0.1508733"
3560-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1508733.tgz#047deb3531470efda2c7bf43c10b3ae9e4b3d51b"
3561-
integrity sha512-QJ1R5gtck6nDcdM+nlsaJXcelPEI7ZxSMw1ujHpO1c4+9l+Nue5qlebi9xO1Z2MGr92bFOQTW7/rrheh5hHxDg==
3558+
devtools-protocol@0.0.1521046:
3559+
version "0.0.1521046"
3560+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1521046.tgz#918e6175ea83100fefcb2b78779f15a77aa8a41b"
3561+
integrity sha512-vhE6eymDQSKWUXwwA37NtTTVEzjtGVfDr3pRbsWEQ5onH/Snp2c+2xZHWJJawG/0hCCJLRGt4xVtEVUVILol4w==
35623562

35633563
diff@^5.0.0, diff@^5.1.0:
35643564
version "5.1.0"
@@ -6025,29 +6025,29 @@ punycode@^2.1.0:
60256025
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
60266026
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
60276027

6028-
puppeteer-core@24.25.0:
6029-
version "24.25.0"
6030-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.25.0.tgz#fee272077d89485628de44faaf7968c5eb84d4c2"
6031-
integrity sha512-8Xs6q3Ut+C8y7sAaqjIhzv1QykGWG4gc2mEZ2mYE7siZFuRp4xQVehOf8uQKSQAkeL7jXUs3mknEeiqnRqUKvQ==
6028+
puppeteer-core@24.27.0:
6029+
version "24.27.0"
6030+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.27.0.tgz#dd81d615fc8e4bafad500442e798323f920c89b8"
6031+
integrity sha512-yubwj2XXmTM3wRIpbhO5nCjbByPgpFHlgrsD4IK+gMPqO7/a5FfnoSXDKjmqi8A2M1Ewusz0rTI/r+IN0GU0MA==
60326032
dependencies:
60336033
"@puppeteer/browsers" "2.10.12"
6034-
chromium-bidi "9.1.0"
6034+
chromium-bidi "10.5.1"
60356035
debug "^4.4.3"
6036-
devtools-protocol "0.0.1508733"
6036+
devtools-protocol "0.0.1521046"
60376037
typed-query-selector "^2.12.0"
6038-
webdriver-bidi-protocol "0.3.7"
6038+
webdriver-bidi-protocol "0.3.8"
60396039
ws "^8.18.3"
60406040

6041-
puppeteer@24.25.0:
6042-
version "24.25.0"
6043-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.25.0.tgz#a6985f9b3e121a329ea7071d4662fd6643dff39c"
6044-
integrity sha512-P3rUaom2w/Ubrnz3v3kSbxGkN7SpbtQeGRPb7iO86Bv/dAz2WUmGQBHr37W/Rp1fbAocMvu0rHFbCIJvjiNhGw==
6041+
puppeteer@24.27.0:
6042+
version "24.27.0"
6043+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.27.0.tgz#4867c3a3f028de8491114d253808f20757436830"
6044+
integrity sha512-eEcAFGxmHRSrk74DVkFAMAwfj4l3Ak8avBuA2bZaAoocY1+Fb9WLS3I7jlOc/tIOU7EmGLiDdVP08R44wADpHw==
60456045
dependencies:
60466046
"@puppeteer/browsers" "2.10.12"
6047-
chromium-bidi "9.1.0"
6047+
chromium-bidi "10.5.1"
60486048
cosmiconfig "^9.0.0"
6049-
devtools-protocol "0.0.1508733"
6050-
puppeteer-core "24.25.0"
6049+
devtools-protocol "0.0.1521046"
6050+
puppeteer-core "24.27.0"
60516051
typed-query-selector "^2.12.0"
60526052

60536053
pure-rand@^7.0.0:
@@ -6974,10 +6974,10 @@ walker@^1.0.8:
69746974
dependencies:
69756975
makeerror "1.0.12"
69766976

6977-
webdriver-bidi-protocol@0.3.7:
6978-
version "0.3.7"
6979-
resolved "https://registry.yarnpkg.com/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.7.tgz#c6851beb28195c0b02f6d399cbf18519836f113b"
6980-
integrity sha512-wIx5Gu/LLTeexxilpk8WxU2cpGAKlfbWRO5h+my6EMD1k5PYqM1qQO1MHUFf4f3KRnhBvpbZU7VkizAgeSEf7g==
6977+
webdriver-bidi-protocol@0.3.8:
6978+
version "0.3.8"
6979+
resolved "https://registry.yarnpkg.com/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.8.tgz#9c822b2647fd16d22b1b6fd730d4a3b863c93b93"
6980+
integrity sha512-21Yi2GhGntMc671vNBCjiAeEVknXjVRoyu+k+9xOMShu+ZQfpGQwnBqbNz/Sv4GXZ6JmutlPAi2nIJcrymAWuQ==
69816981

69826982
which@^2.0.1:
69836983
version "2.0.2"

0 commit comments

Comments
 (0)