Skip to content

Commit fdaef71

Browse files
renovate-botalan-agius4
authored andcommitted
build: update puppeteer to version 7.0.0
1 parent 7b5ed97 commit fdaef71

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"node-fetch": "^2.6.1",
8888
"ora": "^5.1.0",
8989
"protractor": "7.0.0",
90-
"puppeteer": "6.0.0",
90+
"puppeteer": "7.0.0",
9191
"rollup": "~2.28.0",
9292
"rollup-plugin-commonjs": "^10.1.0",
9393
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4286,10 +4286,10 @@ dev-ip@^1.0.1:
42864286
resolved "https://registry.yarnpkg.com/dev-ip/-/dev-ip-1.0.1.tgz#a76a3ed1855be7a012bb8ac16cb80f3c00dc28f0"
42874287
integrity sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=
42884288

4289-
4290-
version "0.0.842839"
4291-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.842839.tgz#dfdb49a74fabe80256b91e878e561a1ad2a24352"
4292-
integrity sha512-iI3v9uuGUW02vPUXTvxl4ijnCPL/RGRVR9I+U8s7+9OG9An/bvExjQ0KrXE9V0QBLra7wANhZctB00FKBSn1gw==
4289+
4290+
version "0.0.847576"
4291+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
4292+
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
42934293

42944294
dezalgo@^1.0.0:
42954295
version "1.0.3"
@@ -8474,13 +8474,13 @@ punycode@^2.1.0, punycode@^2.1.1:
84748474
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
84758475
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
84768476

8477-
puppeteer@6.0.0:
8478-
version "6.0.0"
8479-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-6.0.0.tgz#6b73d7ba63c12abbb5080c2ffc14b55857cc62e2"
8480-
integrity sha512-LqDbNC7rp0JNH7BRTPjE3lCzGYD2tFqWBvRNukW4PjRP2YotWZWeLfFMTGrDHDFY5xjOceKBEbf8h45Xn6DFdw==
8477+
puppeteer@7.0.0:
8478+
version "7.0.0"
8479+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.0.0.tgz#be25ebf53edc1ecc09cb40af4a15f21fd1d38637"
8480+
integrity sha512-YNzucQMH7rKJAeISy9RB1nI72EMShlbT9vGT3E6UqElzOC4OuhFdIa3oirV4/57d/YIK5KO6qLM6UroCcyOVhw==
84818481
dependencies:
84828482
debug "^4.1.0"
8483-
devtools-protocol "0.0.842839"
8483+
devtools-protocol "0.0.847576"
84848484
extract-zip "^2.0.0"
84858485
https-proxy-agent "^5.0.0"
84868486
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)