Skip to content

Commit 1cfb7a7

Browse files
renovate-botclydin
authored andcommitted
build: update puppeteer to version 5.5.0
1 parent 2196454 commit 1cfb7a7

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
@@ -191,7 +191,7 @@
191191
"postcss-loader": "4.0.4",
192192
"prettier": "^2.0.0",
193193
"protractor": "~7.0.0",
194-
"puppeteer": "5.4.1",
194+
"puppeteer": "5.5.0",
195195
"quicktype-core": "^6.0.15",
196196
"raw-loader": "4.0.2",
197197
"regenerator-runtime": "0.13.7",

yarn.lock

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

4510-
4511-
version "0.0.809251"
4512-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
4513-
integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==
4510+
4511+
version "0.0.818844"
4512+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
4513+
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
45144514

45154515
dezalgo@^1.0.0:
45164516
version "1.0.3"
@@ -9891,13 +9891,13 @@ punycode@^2.1.0, punycode@^2.1.1:
98919891
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
98929892
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
98939893

9894-
puppeteer@5.4.1:
9895-
version "5.4.1"
9896-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.1.tgz#f2038eb23a0f593ed2cce0d6e7cd5c43aecd6756"
9897-
integrity sha512-8u6r9tFm3gtMylU4uCry1W/CeAA8uczKMONvGvivkTsGqKA7iB7DWO2CBFYlB9GY6/IEoq9vkI5slJWzUBkwNw==
9894+
puppeteer@5.5.0:
9895+
version "5.5.0"
9896+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
9897+
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
98989898
dependencies:
98999899
debug "^4.1.0"
9900-
devtools-protocol "0.0.809251"
9900+
devtools-protocol "0.0.818844"
99019901
extract-zip "^2.0.0"
99029902
https-proxy-agent "^4.0.0"
99039903
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)