Skip to content

Commit bd747b2

Browse files
chore(deps): update dependency puppeteer to v9 (#104)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8940d8b commit bd747b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lerna-changelog": "^1.0.0",
5454
"npm-run-all": "^4.1.5",
5555
"opener": "^1.5.1",
56-
"puppeteer": "^8.0.0",
56+
"puppeteer": "^9.0.0",
5757
"shipjs": "^0.23.0",
5858
"ts-jest": "^26.5.4",
5959
"typescript": "^4.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,10 +3037,10 @@ detect-node@^2.0.4:
30373037
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
30383038
integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
30393039

3040-
3041-
version "0.0.854822"
3042-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
3043-
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
3040+
3041+
version "0.0.869402"
3042+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.869402.tgz#03ade701761742e43ae4de5dc188bcd80f156d8d"
3043+
integrity sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==
30443044

30453045
diff-sequences@^26.6.2:
30463046
version "26.6.2"
@@ -7313,13 +7313,13 @@ punycode@^2.1.0, punycode@^2.1.1:
73137313
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
73147314
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
73157315

7316-
puppeteer@^8.0.0:
7317-
version "8.0.0"
7318-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
7319-
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
7316+
puppeteer@^9.0.0:
7317+
version "9.0.0"
7318+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-9.0.0.tgz#b476e17ceb3e33a6667bf682d66dde9898f9c031"
7319+
integrity sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==
73207320
dependencies:
73217321
debug "^4.1.0"
7322-
devtools-protocol "0.0.854822"
7322+
devtools-protocol "0.0.869402"
73237323
extract-zip "^2.0.0"
73247324
https-proxy-agent "^5.0.0"
73257325
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)