Skip to content

Commit a1dbd9a

Browse files
fix(deps): update dependency puppeteer to v5 (#39)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fe89c77 commit a1dbd9a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dotenv": "^8.2.0",
2828
"http-server": "^0.12.3",
2929
"lighthouse": "^6.0.0",
30-
"puppeteer": "^4.0.0"
30+
"puppeteer": "^5.0.0"
3131
},
3232
"engines": {
3333
"node": ">=v10.21.0"

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4599,16 +4599,17 @@ punycode@^2.1.0, punycode@^2.1.1:
45994599
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
46004600
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
46014601

4602-
puppeteer@^4.0.0:
4603-
version "4.0.1"
4604-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-4.0.1.tgz#ebc2ee61157ed1aa25be3843fda97807df1d51f5"
4605-
integrity sha512-LIiSWTRqpTnnm3R2yAoMBx1inSeKwVZy66RFSkgSTDINzheJZPd5z5mMbPM0FkvwWAZ27a+69j5nZf+Fpyhn3Q==
4602+
puppeteer@^5.0.0:
4603+
version "5.0.0"
4604+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.0.0.tgz#7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff"
4605+
integrity sha512-JnZcgRQnfowRSJoSHteKU7G9fP/YYGB/juPn8m4jNqtzvR0h8GOoFmdjTBesJFfzhYkPU1FosHXnBVUB++xgaA==
46064606
dependencies:
46074607
debug "^4.1.0"
46084608
extract-zip "^2.0.0"
46094609
https-proxy-agent "^4.0.0"
46104610
mime "^2.0.3"
46114611
mitt "^2.0.1"
4612+
pkg-dir "^4.2.0"
46124613
progress "^2.0.1"
46134614
proxy-from-env "^1.0.0"
46144615
rimraf "^3.0.2"

0 commit comments

Comments
 (0)