Skip to content

Commit 8071a6e

Browse files
authored
Merge pull request #53 from jonkoops/update-puppeteer
Update Puppeteer to the latest version
2 parents 460432f + 2dfaadb commit 8071a6e

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"commander": "^5.1.0",
3232
"fs-extra": "^10.0.0",
3333
"junit-xml": "^1.2.0",
34-
"puppeteer": "^14.2.0",
34+
"puppeteer": "^15.3.0",
3535
"puppeteer-cluster": "^0.23.0",
3636
"xmldoc": "^1.1.2"
3737
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,10 +1137,10 @@ detect-node@^2.0.4:
11371137
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
11381138
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
11391139

1140-
devtools-protocol@0.0.1001819:
1141-
version "0.0.1001819"
1142-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz#0a98f44cefdb02cc684f3d5e6bd898a1690231d9"
1143-
integrity sha512-G6OsIFnv/rDyxSqBa2lDLR6thp9oJioLsb2Gl+LbQlyoA9/OBAkrTU9jiCcQ8Pnh7z4d6slDiLaogR5hzgJLmQ==
1140+
devtools-protocol@0.0.1011705:
1141+
version "0.0.1011705"
1142+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1011705.tgz#2582ed29f84848df83fba488122015540a744539"
1143+
integrity sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==
11441144

11451145
dir-glob@^3.0.1:
11461146
version "3.0.1"
@@ -2545,14 +2545,14 @@ puppeteer-cluster@^0.23.0:
25452545
dependencies:
25462546
debug "^4.3.3"
25472547

2548-
puppeteer@^14.2.0:
2549-
version "14.2.0"
2550-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.2.0.tgz#edcb37b2e83c1892e630a830dd3daea040b1cd50"
2551-
integrity sha512-JLHGePg1W3V+CShk6veNug+Ip2BoeZmbIbJFJqS/L5YK/DCWRkJZpJ+4OzNY5Mf+lYR9srKp5pXV84bcBWnX7w==
2548+
puppeteer@^15.3.0:
2549+
version "15.3.0"
2550+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.3.0.tgz#2d79200cb72d938dfc7af4fdedaa03c04e7ace14"
2551+
integrity sha512-PYZwL0DjGeUOauSie6n9Pf+vDUod+vFnC1uHa1Uj3ex1PhRI6DOheau6oJxxj9oyEPWy8SS19KfZDwln4v4LTg==
25522552
dependencies:
25532553
cross-fetch "3.1.5"
25542554
debug "4.3.4"
2555-
devtools-protocol "0.0.1001819"
2555+
devtools-protocol "0.0.1011705"
25562556
extract-zip "2.0.1"
25572557
https-proxy-agent "5.0.1"
25582558
pkg-dir "4.2.0"
@@ -2561,7 +2561,7 @@ puppeteer@^14.2.0:
25612561
rimraf "3.0.2"
25622562
tar-fs "2.1.1"
25632563
unbzip2-stream "1.4.3"
2564-
ws "8.7.0"
2564+
ws "8.8.0"
25652565

25662566
qs@6.9.7:
25672567
version "6.9.7"
@@ -3575,10 +3575,10 @@ wrappy@1:
35753575
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
35763576
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
35773577

3578-
ws@8.7.0:
3579-
version "8.7.0"
3580-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.7.0.tgz#eaf9d874b433aa00c0e0d8752532444875db3957"
3581-
integrity sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==
3578+
ws@8.8.0:
3579+
version "8.8.0"
3580+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
3581+
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==
35823582

35833583
ws@^8.4.2:
35843584
version "8.5.0"

0 commit comments

Comments
 (0)