Skip to content

Commit 9796957

Browse files
Merge pull request ferdikoomen#463 from ferdikoomen/dependabot/npm_and_yarn/puppeteer-5.5.0
2 parents 1ee13ff + 5c015ca commit 9796957

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
@@ -94,7 +94,7 @@
9494
"jest-cli": "26.6.3",
9595
"node-fetch": "2.6.1",
9696
"prettier": "2.2.1",
97-
"puppeteer": "5.4.1",
97+
"puppeteer": "5.5.0",
9898
"rollup": "2.34.0",
9999
"rollup-plugin-terser": "7.0.2",
100100
"rollup-plugin-typescript2": "0.29.0",

yarn.lock

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

2307-
2308-
version "0.0.809251"
2309-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
2310-
integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==
2307+
2308+
version "0.0.818844"
2309+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
2310+
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
23112311

23122312
diff-sequences@^26.6.2:
23132313
version "26.6.2"
@@ -4683,13 +4683,13 @@ punycode@^2.1.0, punycode@^2.1.1:
46834683
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
46844684
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
46854685

4686-
puppeteer@5.4.1:
4687-
version "5.4.1"
4688-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.1.tgz#f2038eb23a0f593ed2cce0d6e7cd5c43aecd6756"
4689-
integrity sha512-8u6r9tFm3gtMylU4uCry1W/CeAA8uczKMONvGvivkTsGqKA7iB7DWO2CBFYlB9GY6/IEoq9vkI5slJWzUBkwNw==
4686+
puppeteer@5.5.0:
4687+
version "5.5.0"
4688+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
4689+
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
46904690
dependencies:
46914691
debug "^4.1.0"
4692-
devtools-protocol "0.0.809251"
4692+
devtools-protocol "0.0.818844"
46934693
extract-zip "^2.0.0"
46944694
https-proxy-agent "^4.0.0"
46954695
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)