Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency puppeteer to ^22.15.0 #483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/easy-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"dependencies": {
"@thisisagile/easy": "workspace:^",
"@thisisagile/easy-test-web": "workspace:^",
"puppeteer": "^22.2.0"
"puppeteer": "^22.15.0"
}
}
196 changes: 110 additions & 86 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,21 +1490,21 @@ __metadata:
languageName: node
linkType: hard

"@puppeteer/browsers@npm:2.1.0":
version: 2.1.0
resolution: "@puppeteer/browsers@npm:2.1.0"
dependencies:
debug: "npm:4.3.4"
extract-zip: "npm:2.0.1"
progress: "npm:2.0.3"
proxy-agent: "npm:6.4.0"
semver: "npm:7.6.0"
tar-fs: "npm:3.0.5"
unbzip2-stream: "npm:1.4.3"
yargs: "npm:17.7.2"
"@puppeteer/browsers@npm:2.3.0":
version: 2.3.0
resolution: "@puppeteer/browsers@npm:2.3.0"
dependencies:
debug: "npm:^4.3.5"
extract-zip: "npm:^2.0.1"
progress: "npm:^2.0.3"
proxy-agent: "npm:^6.4.0"
semver: "npm:^7.6.3"
tar-fs: "npm:^3.0.6"
unbzip2-stream: "npm:^1.4.3"
yargs: "npm:^17.7.2"
bin:
browsers: lib/cjs/main-cli.js
checksum: 10c0/ee6a84006909b2fe26de7a689396da5940bd1f71db15ab637f93ac0eac32c219c63bd5892c06dfdfedb2a5f571f85f3ca0f7da0804617b91e5b2645d6c597ed9
checksum: 10c0/8665a7d5be5e1489855780b7684bf94a55647b54a8391474cbdc1defdb2e4e6642722ef1d20bfabe49d3aed3eec2c8db41d6eabc24440f4a16d071effc5a1049
languageName: node
linkType: hard

Expand Down Expand Up @@ -1741,7 +1741,7 @@ __metadata:
"@thisisagile/easy": "workspace:^"
"@thisisagile/easy-test": "workspace:*"
"@thisisagile/easy-test-web": "workspace:^"
puppeteer: "npm:^22.2.0"
puppeteer: "npm:^22.15.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3401,15 +3401,16 @@ __metadata:
languageName: node
linkType: hard

"chromium-bidi@npm:0.5.10":
version: 0.5.10
resolution: "chromium-bidi@npm:0.5.10"
"chromium-bidi@npm:0.6.3":
version: 0.6.3
resolution: "chromium-bidi@npm:0.6.3"
dependencies:
mitt: "npm:3.0.1"
urlpattern-polyfill: "npm:10.0.0"
zod: "npm:3.23.8"
peerDependencies:
devtools-protocol: "*"
checksum: 10c0/a0987e3899a664ff62506950c6b109ca1d6aab72083ccbd728a6fc83e79ef250221ccfa9a015cc137887edc1a6c49931818c1ae7ba39444355a0aded690056ee
checksum: 10c0/226829bfc3c9de54803cfbce5cb3075f729aa2f862b22e2e91c75d35425b537f85c49d36793d69bf4778115c4bd31ab3e9eaee1cbc28a1506a6d4b1752e34b9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3911,7 +3912,7 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:9.0.0":
"cosmiconfig@npm:^9.0.0":
version: 9.0.0
resolution: "cosmiconfig@npm:9.0.0"
dependencies:
Expand Down Expand Up @@ -3945,15 +3946,6 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:4.0.0":
version: 4.0.0
resolution: "cross-fetch@npm:4.0.0"
dependencies:
node-fetch: "npm:^2.6.12"
checksum: 10c0/386727dc4c6b044746086aced959ff21101abb85c43df5e1d151547ccb6f338f86dec3f28b9dbddfa8ff5b9ec8662ed2263ad4607a93b2dc354fb7fe3bbb898a
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
Expand Down Expand Up @@ -4066,7 +4058,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
dependencies:
Expand All @@ -4078,6 +4070,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.3.5, debug@npm:^4.3.6":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
ms: "npm:^2.1.3"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b
languageName: node
linkType: hard

"decamelize-keys@npm:^1.1.0":
version: 1.1.1
resolution: "decamelize-keys@npm:1.1.1"
Expand Down Expand Up @@ -4287,10 +4291,10 @@ __metadata:
languageName: node
linkType: hard

"devtools-protocol@npm:0.0.1249869":
version: 0.0.1249869
resolution: "devtools-protocol@npm:0.0.1249869"
checksum: 10c0/9965fd345ab90617ef6e7258e546a0d484108974f80a537ba6d31303b54665f709c226a4ef6ebba441a1802615654eb11a4667caeff6d3b4cb81af5871a3017a
"devtools-protocol@npm:0.0.1312386":
version: 0.0.1312386
resolution: "devtools-protocol@npm:0.0.1312386"
checksum: 10c0/1073b2edcee76db094fdce97fe8869f3469866513e864379e04311a429b439ba51e54809fdffb09b67bf0c37b5ac5bfd2b0536ae217b7ea2cbe2e571fbed7e8e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5151,7 +5155,7 @@ __metadata:
languageName: node
linkType: hard

"extract-zip@npm:2.0.1":
"extract-zip@npm:^2.0.1":
version: 2.0.1
resolution: "extract-zip@npm:2.0.1"
dependencies:
Expand Down Expand Up @@ -8257,7 +8261,7 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:2.1.3, ms@npm:^2.1.1":
"ms@npm:2.1.3, ms@npm:^2.1.1, ms@npm:^2.1.3":
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48
Expand Down Expand Up @@ -8461,7 +8465,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.7":
"node-fetch@npm:^2.6.7":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down Expand Up @@ -9317,7 +9321,7 @@ __metadata:
languageName: node
linkType: hard

"progress@npm:2.0.3":
"progress@npm:^2.0.3":
version: 2.0.3
resolution: "progress@npm:2.0.3"
checksum: 10c0/1697e07cb1068055dbe9fe858d242368ff5d2073639e652b75a7eb1f2a1a8d4afd404d719de23c7b48481a6aa0040686310e2dac2f53d776daa2176d3f96369c
Expand Down Expand Up @@ -9398,7 +9402,7 @@ __metadata:
languageName: node
linkType: hard

"proxy-agent@npm:6.4.0":
"proxy-agent@npm:^6.4.0":
version: 6.4.0
resolution: "proxy-agent@npm:6.4.0"
dependencies:
Expand Down Expand Up @@ -9454,30 +9458,30 @@ __metadata:
languageName: node
linkType: hard

"puppeteer-core@npm:22.3.0":
version: 22.3.0
resolution: "puppeteer-core@npm:22.3.0"
"puppeteer-core@npm:22.15.0":
version: 22.15.0
resolution: "puppeteer-core@npm:22.15.0"
dependencies:
"@puppeteer/browsers": "npm:2.1.0"
chromium-bidi: "npm:0.5.10"
cross-fetch: "npm:4.0.0"
debug: "npm:4.3.4"
devtools-protocol: "npm:0.0.1249869"
ws: "npm:8.16.0"
checksum: 10c0/92ae977f8ab3096328947956a79ec3e2d5ee1c64f878f2b04f8decfa9602083550c315f4eee41d7dec44cf19abd923a74c4e52ae82ab310be14dd24af34032b0
"@puppeteer/browsers": "npm:2.3.0"
chromium-bidi: "npm:0.6.3"
debug: "npm:^4.3.6"
devtools-protocol: "npm:0.0.1312386"
ws: "npm:^8.18.0"
checksum: 10c0/6d041db5f654088857a39e592672fe8cce1e974a1547020d404d3bd5f0e1568eecb2de9b4626b6a48cbe15da1c6ee9d33962cb473dcb67ff08927f4d4ec1e461
languageName: node
linkType: hard

"puppeteer@npm:^22.2.0":
version: 22.3.0
resolution: "puppeteer@npm:22.3.0"
"puppeteer@npm:^22.15.0":
version: 22.15.0
resolution: "puppeteer@npm:22.15.0"
dependencies:
"@puppeteer/browsers": "npm:2.1.0"
cosmiconfig: "npm:9.0.0"
puppeteer-core: "npm:22.3.0"
"@puppeteer/browsers": "npm:2.3.0"
cosmiconfig: "npm:^9.0.0"
devtools-protocol: "npm:0.0.1312386"
puppeteer-core: "npm:22.15.0"
bin:
puppeteer: lib/esm/puppeteer/node/cli.js
checksum: 10c0/84b3916f2e09c0f491e75b6d6e36dd506bf050e5d970f432b08603d6d13ffb7e0675bfbacc0213436075b8f37bab829034f251c4377ce322657311b573502ab9
checksum: 10c0/c31ec024dd7722c32a681c3e2ae23751021abb3f4c39fbdd895859327e855ae2b89e5682fcdb789de7412314701d882bd37e8545e45cf0a97cd5df06449987b9
languageName: node
linkType: hard

Expand Down Expand Up @@ -10160,17 +10164,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.6.0":
version: 7.6.0
resolution: "semver@npm:7.6.0"
dependencies:
lru-cache: "npm:^6.0.0"
bin:
semver: bin/semver.js
checksum: 10c0/fbfe717094ace0aa8d6332d7ef5ce727259815bd8d8815700853f4faf23aacbd7192522f0dc5af6df52ef4fa85a355ebd2f5d39f554bd028200d6cf481ab9b53
languageName: node
linkType: hard

"semver@npm:^6.0.0, semver@npm:^6.3.0, semver@npm:^6.3.1":
version: 6.3.1
resolution: "semver@npm:6.3.1"
Expand All @@ -10189,6 +10182,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
languageName: node
linkType: hard

"send@npm:0.19.0":
version: 0.19.0
resolution: "send@npm:0.19.0"
Expand Down Expand Up @@ -10824,9 +10826,9 @@ __metadata:
languageName: node
linkType: hard

"tar-fs@npm:3.0.5":
version: 3.0.5
resolution: "tar-fs@npm:3.0.5"
"tar-fs@npm:^3.0.6":
version: 3.0.6
resolution: "tar-fs@npm:3.0.6"
dependencies:
bare-fs: "npm:^2.1.1"
bare-path: "npm:^2.1.0"
Expand All @@ -10837,7 +10839,7 @@ __metadata:
optional: true
bare-path:
optional: true
checksum: 10c0/02ad60ab9e7ab4fe2e819a3abc8b8acd8bed49f7eba8ef652f124c1444f2b21da7505af41a4778f0c7c3c60afbe53591b7b6148f6ab12f5d17100a93c8182676
checksum: 10c0/207b7c0f193495668bd9dbad09a0108ce4ffcfec5bce2133f90988cdda5c81fad83c99f963d01e47b565196594f7a17dbd063ae55b97b36268fcc843975278ee
languageName: node
linkType: hard

Expand Down Expand Up @@ -11367,7 +11369,7 @@ __metadata:
languageName: node
linkType: hard

"unbzip2-stream@npm:1.4.3":
"unbzip2-stream@npm:^1.4.3":
version: 1.4.3
resolution: "unbzip2-stream@npm:1.4.3"
dependencies:
Expand Down Expand Up @@ -11894,7 +11896,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.16.0, ws@npm:^8.11.0":
"ws@npm:^8.11.0":
version: 8.16.0
resolution: "ws@npm:8.16.0"
peerDependencies:
Expand All @@ -11909,6 +11911,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10c0/25eb33aff17edcb90721ed6b0eb250976328533ad3cd1a28a274bd263682e7296a6591ff1436d6cbc50fa67463158b062f9d1122013b361cec99a05f84680e06
languageName: node
linkType: hard

"xdg-basedir@npm:^5.0.1, xdg-basedir@npm:^5.1.0":
version: 5.1.0
resolution: "xdg-basedir@npm:5.1.0"
Expand Down Expand Up @@ -11995,33 +12012,33 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:17.7.2, yargs@npm:^17.3.1, yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
"yargs@npm:^16.1.0, yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
dependencies:
cliui: "npm:^8.0.1"
cliui: "npm:^7.0.2"
escalade: "npm:^3.1.1"
get-caller-file: "npm:^2.0.5"
require-directory: "npm:^2.1.1"
string-width: "npm:^4.2.3"
string-width: "npm:^4.2.0"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^21.1.1"
checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05
yargs-parser: "npm:^20.2.2"
checksum: 10c0/b1dbfefa679848442454b60053a6c95d62f2d2e21dd28def92b647587f415969173c6e99a0f3bab4f1b67ee8283bf735ebe3544013f09491186ba9e8a9a2b651
languageName: node
linkType: hard

"yargs@npm:^16.1.0, yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
"yargs@npm:^17.3.1, yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
dependencies:
cliui: "npm:^7.0.2"
cliui: "npm:^8.0.1"
escalade: "npm:^3.1.1"
get-caller-file: "npm:^2.0.5"
require-directory: "npm:^2.1.1"
string-width: "npm:^4.2.0"
string-width: "npm:^4.2.3"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^20.2.2"
checksum: 10c0/b1dbfefa679848442454b60053a6c95d62f2d2e21dd28def92b647587f415969173c6e99a0f3bab4f1b67ee8283bf735ebe3544013f09491186ba9e8a9a2b651
yargs-parser: "npm:^21.1.1"
checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05
languageName: node
linkType: hard

Expand All @@ -12041,3 +12058,10 @@ __metadata:
checksum: 10c0/dceb44c28578b31641e13695d200d34ec4ab3966a5729814d5445b194933c096b7ced71494ce53a0e8820685d1d010df8b2422e5bf2cdea7e469d97ffbea306f
languageName: node
linkType: hard

"zod@npm:3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard