Skip to content

Commit 86670f2

Browse files
fix(deps): update dependency puppeteer to v4 (#27)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c2ff0db commit 86670f2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-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": "^3.1.0"
30+
"puppeteer": "^4.0.0"
3131
},
3232
"engines": {
3333
"node": ">=v10.21.0"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,11 @@ mississippi@^3.0.0:
37033703
stream-each "^1.1.0"
37043704
through2 "^2.0.0"
37053705

3706+
mitt@^2.0.1:
3707+
version "2.0.1"
3708+
resolved "https://registry.yarnpkg.com/mitt/-/mitt-2.0.1.tgz#9e8a075b4daae82dd91aac155a0ece40ca7cb393"
3709+
integrity sha512-FhuJY+tYHLnPcBHQhbUFzscD5512HumCPE4URXZUgPi3IvOJi4Xva5IIgy3xX56GqCmw++MAm5UURG6kDBYTdg==
3710+
37063711
mkdirp-classic@^0.5.2:
37073712
version "0.5.3"
37083713
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
@@ -4645,15 +4650,16 @@ punycode@^2.1.0, punycode@^2.1.1:
46454650
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
46464651
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
46474652

4648-
puppeteer@^3.1.0:
4649-
version "3.3.0"
4650-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.3.0.tgz#95839af9fdc0aa4de7e5ee073a4c0adeb9e2d3d7"
4651-
integrity sha512-23zNqRltZ1PPoK28uRefWJ/zKb5Jhnzbbwbpcna2o5+QMn17F0khq5s1bdH3vPlyj+J36pubccR8wiNA/VE0Vw==
4653+
puppeteer@^4.0.0:
4654+
version "4.0.0"
4655+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-4.0.0.tgz#96d647c3546119f8e670493bcebf9ddb044a2367"
4656+
integrity sha512-yNshT0M5DWfZ8DQoduZuGYpcwqXxKOZdgt5G0IF5VEKbydaDbWP/f5pQRfzQ4e+a4w0Rge3uzcogHeUPQM8nCA==
46524657
dependencies:
46534658
debug "^4.1.0"
46544659
extract-zip "^2.0.0"
46554660
https-proxy-agent "^4.0.0"
46564661
mime "^2.0.3"
4662+
mitt "^2.0.1"
46574663
progress "^2.0.1"
46584664
proxy-from-env "^1.0.0"
46594665
rimraf "^3.0.2"

0 commit comments

Comments
 (0)