Skip to content

Commit 10d7225

Browse files
renovate-botclydin
authored andcommitted
build: update puppeteer to version 8.0.0
1 parent 2ab413f commit 10d7225

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
@@ -196,7 +196,7 @@
196196
"postcss-preset-env": "6.7.0",
197197
"prettier": "^2.0.0",
198198
"protractor": "~7.0.0",
199-
"puppeteer": "7.1.0",
199+
"puppeteer": "8.0.0",
200200
"quicktype-core": "^6.0.69",
201201
"raw-loader": "4.0.2",
202202
"regenerator-runtime": "0.13.7",

yarn.lock

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

4813-
4814-
version "0.0.847576"
4815-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
4816-
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
4813+
4814+
version "0.0.854822"
4815+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
4816+
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
48174817

48184818
dezalgo@^1.0.0:
48194819
version "1.0.3"
@@ -10320,13 +10320,13 @@ punycode@^2.1.0, punycode@^2.1.1:
1032010320
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1032110321
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
1032210322

10323-
puppeteer@7.1.0:
10324-
version "7.1.0"
10325-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679"
10326-
integrity sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==
10323+
puppeteer@8.0.0:
10324+
version "8.0.0"
10325+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
10326+
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
1032710327
dependencies:
1032810328
debug "^4.1.0"
10329-
devtools-protocol "0.0.847576"
10329+
devtools-protocol "0.0.854822"
1033010330
extract-zip "^2.0.0"
1033110331
https-proxy-agent "^5.0.0"
1033210332
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)