Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit d18c4ba

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency puppeteer to v5.1.0
1 parent 0fbd6d2 commit d18c4ba

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql-request": "1.8.2",
1313
"jest": "26.1.0",
1414
"jest-puppeteer": "4.4.0",
15-
"puppeteer": "5.0.0"
15+
"puppeteer": "5.1.0"
1616
},
1717
"jest": {
1818
"preset": "jest-puppeteer",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6202,6 +6202,11 @@ detect-port@^1.3.0:
62026202
address "^1.0.1"
62036203
debug "^2.6.0"
62046204

6205+
devtools-protocol@0.0.767361:
6206+
version "0.0.767361"
6207+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.767361.tgz#5977f2558b84f9df36f62501bdddb82f3ae7b66b"
6208+
integrity sha512-ziRTdhEVQ9jEwedaUaXZ7kl9w9TF/7A3SXQ0XuqrJB+hMS62POHZUWTbumDN2ehRTfvWqTPc2Jw4gUl/jggmHA==
6209+
62056210
dezalgo@^1.0.0:
62066211
version "1.0.3"
62076212
resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
@@ -12699,12 +12704,13 @@ punycode@^2.1.0, punycode@^2.1.1:
1269912704
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1270012705
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
1270112706

12702-
puppeteer@5.0.0:
12703-
version "5.0.0"
12704-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.0.0.tgz#7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff"
12705-
integrity sha512-JnZcgRQnfowRSJoSHteKU7G9fP/YYGB/juPn8m4jNqtzvR0h8GOoFmdjTBesJFfzhYkPU1FosHXnBVUB++xgaA==
12707+
puppeteer@5.1.0:
12708+
version "5.1.0"
12709+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.1.0.tgz#e7bae2caa6e3a13a622755e4c27689d9812c38ca"
12710+
integrity sha512-IZBFG8XcA+oHxYo5rEpJI/HQignUis2XPijPoFpNxla2O+WufonGsUsSqrhRXgBKOME5zNfhRdUY2LvxAiKlhw==
1270612711
dependencies:
1270712712
debug "^4.1.0"
12713+
devtools-protocol "0.0.767361"
1270812714
extract-zip "^2.0.0"
1270912715
https-proxy-agent "^4.0.0"
1271012716
mime "^2.0.3"

0 commit comments

Comments
 (0)