Skip to content

Commit 7c349dc

Browse files
Merge pull request ferdikoomen#556 from ferdikoomen/dependabot/npm_and_yarn/puppeteer-7.0.1
2 parents d7b619b + 6cd1361 commit 7c349dc

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"jest-cli": "26.6.3",
9696
"node-fetch": "2.6.1",
9797
"prettier": "2.2.1",
98-
"puppeteer": "5.5.0",
98+
"puppeteer": "7.0.1",
9999
"qs": "6.9.6",
100100
"rollup": "2.38.2",
101101
"rollup-plugin-terser": "7.0.2",

yarn.lock

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

2317-
2318-
version "0.0.818844"
2319-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
2320-
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
2317+
2318+
version "0.0.847576"
2319+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
2320+
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
23212321

23222322
diff-sequences@^26.6.2:
23232323
version "26.6.2"
@@ -3191,6 +3191,14 @@ https-proxy-agent@^4.0.0:
31913191
agent-base "5"
31923192
debug "4"
31933193

3194+
https-proxy-agent@^5.0.0:
3195+
version "5.0.0"
3196+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
3197+
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
3198+
dependencies:
3199+
agent-base "6"
3200+
debug "4"
3201+
31943202
human-signals@^1.1.1:
31953203
version "1.1.1"
31963204
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
@@ -4695,15 +4703,15 @@ punycode@^2.1.0, punycode@^2.1.1:
46954703
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
46964704
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
46974705

4698-
puppeteer@5.5.0:
4699-
version "5.5.0"
4700-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
4701-
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
4706+
puppeteer@7.0.1:
4707+
version "7.0.1"
4708+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.0.1.tgz#de0c2602e27bf9b12d7540aae52d6ed121a81884"
4709+
integrity sha512-04V05BKQdloUCOa7JyQBaNXPIiVByz1eAFAElcrpMHIQkfu22J0RKFhRWkXZGXdl03yoHuaZwqyB/qG7YJu5Ew==
47024710
dependencies:
47034711
debug "^4.1.0"
4704-
devtools-protocol "0.0.818844"
4712+
devtools-protocol "0.0.847576"
47054713
extract-zip "^2.0.0"
4706-
https-proxy-agent "^4.0.0"
4714+
https-proxy-agent "^5.0.0"
47074715
node-fetch "^2.6.1"
47084716
pkg-dir "^4.2.0"
47094717
progress "^2.0.1"

0 commit comments

Comments
 (0)