File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 27
27
"dotenv" : " ^8.2.0" ,
28
28
"http-server" : " ^0.12.3" ,
29
29
"lighthouse" : " ^6.0.0" ,
30
- "puppeteer" : " ^3.1 .0"
30
+ "puppeteer" : " ^4.0 .0"
31
31
},
32
32
"engines" : {
33
33
"node" : " >=v10.21.0"
Original file line number Diff line number Diff line change @@ -3703,6 +3703,11 @@ mississippi@^3.0.0:
3703
3703
stream-each "^1.1.0"
3704
3704
through2 "^2.0.0"
3705
3705
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
+
3706
3711
mkdirp-classic@^0.5.2 :
3707
3712
version "0.5.3"
3708
3713
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:
4645
4650
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
4646
4651
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
4647
4652
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 ==
4652
4657
dependencies :
4653
4658
debug "^4.1.0"
4654
4659
extract-zip "^2.0.0"
4655
4660
https-proxy-agent "^4.0.0"
4656
4661
mime "^2.0.3"
4662
+ mitt "^2.0.1"
4657
4663
progress "^2.0.1"
4658
4664
proxy-from-env "^1.0.0"
4659
4665
rimraf "^3.0.2"
You can’t perform that action at this time.
0 commit comments