Skip to content

Commit 752d117

Browse files
fix(deps): update dependency puppeteer to v9 (#1882)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2ef9fd4 commit 752d117

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
@@ -122,7 +122,7 @@
122122
"postcss-value-parser": "4.1.0",
123123
"pptr-testing-library": "0.6.4",
124124
"prettier": "2.2.1",
125-
"puppeteer": "8.0.0",
125+
"puppeteer": "9.0.0",
126126
"qs": "6.9.6",
127127
"rcfile": "1.0.3",
128128
"react": "17.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5618,10 +5618,10 @@ detect-newline@^3.0.0:
56185618
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
56195619
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
56205620

5621-
5622-
version "0.0.854822"
5623-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
5624-
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
5621+
5622+
version "0.0.869402"
5623+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.869402.tgz#03ade701761742e43ae4de5dc188bcd80f156d8d"
5624+
integrity sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==
56255625

56265626
diff-sequences@^26.6.2:
56275627
version "26.6.2"
@@ -10851,13 +10851,13 @@ punycode@^2.1.0, punycode@^2.1.1:
1085110851
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1085210852
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
1085310853

10854-
puppeteer@8.0.0:
10855-
version "8.0.0"
10856-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
10857-
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
10854+
puppeteer@9.0.0:
10855+
version "9.0.0"
10856+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-9.0.0.tgz#b476e17ceb3e33a6667bf682d66dde9898f9c031"
10857+
integrity sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==
1085810858
dependencies:
1085910859
debug "^4.1.0"
10860-
devtools-protocol "0.0.854822"
10860+
devtools-protocol "0.0.869402"
1086110861
extract-zip "^2.0.0"
1086210862
https-proxy-agent "^5.0.0"
1086310863
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)