Skip to content

Commit 61c7e3d

Browse files
build: update puppeteer to version ~5.0.0 (#1753)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 8a32f27 commit 61c7e3d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"minimatch": "^3.0.4",
8383
"node-fetch": "^2.2.0",
8484
"protractor": "7.0.0",
85-
"puppeteer": "~4.0.0",
85+
"puppeteer": "~5.0.0",
8686
"rollup": "~2.18.0",
8787
"rollup-plugin-commonjs": "^10.1.0",
8888
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -7486,7 +7486,7 @@ pkg-dir@^3.0.0:
74867486
dependencies:
74877487
find-up "^3.0.0"
74887488

7489-
pkg-dir@^4.1.0:
7489+
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
74907490
version "4.2.0"
74917491
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
74927492
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
@@ -8078,16 +8078,17 @@ punycode@^2.1.0, punycode@^2.1.1:
80788078
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
80798079
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
80808080

8081-
puppeteer@~4.0.0:
8082-
version "4.0.0"
8083-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-4.0.0.tgz#96d647c3546119f8e670493bcebf9ddb044a2367"
8084-
integrity sha512-yNshT0M5DWfZ8DQoduZuGYpcwqXxKOZdgt5G0IF5VEKbydaDbWP/f5pQRfzQ4e+a4w0Rge3uzcogHeUPQM8nCA==
8081+
puppeteer@~5.0.0:
8082+
version "5.0.0"
8083+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.0.0.tgz#7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff"
8084+
integrity sha512-JnZcgRQnfowRSJoSHteKU7G9fP/YYGB/juPn8m4jNqtzvR0h8GOoFmdjTBesJFfzhYkPU1FosHXnBVUB++xgaA==
80858085
dependencies:
80868086
debug "^4.1.0"
80878087
extract-zip "^2.0.0"
80888088
https-proxy-agent "^4.0.0"
80898089
mime "^2.0.3"
80908090
mitt "^2.0.1"
8091+
pkg-dir "^4.2.0"
80918092
progress "^2.0.1"
80928093
proxy-from-env "^1.0.0"
80938094
rimraf "^3.0.2"

0 commit comments

Comments
 (0)