Skip to content

Commit 695bbda

Browse files
Merge pull request ferdikoomen#392 from ferdikoomen/dependabot/npm_and_yarn/puppeteer-5.4.0
2 parents 67d5143 + 0985d56 commit 695bbda

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"jest-cli": "26.5.3",
9797
"node-fetch": "2.6.1",
9898
"prettier": "2.1.2",
99-
"puppeteer": "5.3.1",
99+
"puppeteer": "5.4.0",
100100
"rollup": "2.29.0",
101101
"rollup-plugin-terser": "7.0.2",
102102
"rollup-plugin-typescript2": "0.27.3",

yarn.lock

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

2303-
2304-
version "0.0.799653"
2305-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119"
2306-
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==
2303+
2304+
version "0.0.809251"
2305+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
2306+
integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==
23072307

23082308
diff-sequences@^25.2.6:
23092309
version "25.2.6"
@@ -4836,15 +4836,16 @@ punycode@^2.1.0, punycode@^2.1.1:
48364836
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
48374837
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
48384838

4839-
puppeteer@5.3.1:
4840-
version "5.3.1"
4841-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.1.tgz#324e190d89f25ac33dba539f57b82a18553f8646"
4842-
integrity sha512-YTM1RaBeYrj6n7IlRXRYLqJHF+GM7tasbvrNFx6w1S16G76NrPq7oYFKLDO+BQsXNtS8kW2GxWCXjIMPvfDyaQ==
4839+
puppeteer@5.4.0:
4840+
version "5.4.0"
4841+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.0.tgz#b83893476e96ea103c9516bb958d17a71a9768ea"
4842+
integrity sha512-LgTqVW2ClEP4XGAT64FLQ0QWVhdNSRwJp9HfMFVfoJlZHGQu3HUbuBhR1hBow3DXZH1K3b/WfHxt1n8hr2uayw==
48434843
dependencies:
48444844
debug "^4.1.0"
4845-
devtools-protocol "0.0.799653"
4845+
devtools-protocol "0.0.809251"
48464846
extract-zip "^2.0.0"
48474847
https-proxy-agent "^4.0.0"
4848+
node-fetch "^2.6.1"
48484849
pkg-dir "^4.2.0"
48494850
progress "^2.0.1"
48504851
proxy-from-env "^1.0.0"

0 commit comments

Comments
 (0)