Skip to content

Commit 8c6442a

Browse files
chore(deps): update dependency puppeteer to v18.2.1 (#1879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 822d18c commit 8c6442a

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest": "^29.0.0",
2727
"prettier": "2.7.1",
2828
"prettier-plugin-svelte": "2.7.1",
29-
"puppeteer": "18.0.5",
29+
"puppeteer": "18.2.1",
3030
"svelte": "3.50.1",
3131
"svelte-check": "2.9.1",
3232
"svelte-preprocess": "4.10.7",

packages/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"graphql": "^16.0.1",
7878
"graphql-scalars": "1.18.0",
7979
"graphql-http": "^1.6.0",
80-
"puppeteer": "18.0.5",
80+
"puppeteer": "18.2.1",
8181
"@types/yargs": "17.0.13"
8282
},
8383
"peerDependencies": {

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/node": "16.11.64",
7474
"graphql": "^16.0.1",
7575
"graphql-scalars": "1.18.0",
76-
"puppeteer": "18.0.5"
76+
"puppeteer": "18.2.1"
7777
},
7878
"peerDependencies": {
7979
"graphql": "^15.2.0 || ^16.0.0"

yarn.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9883,10 +9883,10 @@ detective@^5.2.1:
98839883
defined "^1.0.0"
98849884
minimist "^1.2.6"
98859885

9886-
9887-
version "0.0.1036444"
9888-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz#a570d3cdde61527c82f9b03919847b8ac7b1c2b9"
9889-
integrity sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw==
9886+
9887+
version "0.0.1045489"
9888+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz#f959ad560b05acd72d55644bc3fb8168a83abf28"
9889+
integrity sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ==
98909890

98919891
[email protected], dezalgo@^1.0.0:
98929892
version "1.0.3"
@@ -18219,22 +18219,31 @@ pupa@^2.1.1:
1821918219
dependencies:
1822018220
escape-goat "^2.0.0"
1822118221

18222-
puppeteer@18.0.5:
18223-
version "18.0.5"
18224-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.0.5.tgz#873223b17b92345182c5b5e8cfbd6f3117f1547d"
18225-
integrity sha512-s4erjxU0VtKojPvF+KvLKG6OHUPw7gO2YV1dtOsoryyCbhrs444fXb4QZqGWuTv3V/rgSCUzeixxu34g0ZkSMA==
18222+
puppeteer-core@18.2.1:
18223+
version "18.2.1"
18224+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-18.2.1.tgz#9b7827bb2bf478bb615e2c21425e4659555dc1fe"
18225+
integrity sha512-MRtTAZfQTluz3U2oU/X2VqVWPcR1+94nbA2V6ZrSZRVEwLqZ8eclZ551qGFQD/vD2PYqHJwWOW/fpC721uznVw==
1822618226
dependencies:
1822718227
cross-fetch "3.1.5"
1822818228
debug "4.3.4"
18229-
devtools-protocol "0.0.1036444"
18229+
devtools-protocol "0.0.1045489"
1823018230
extract-zip "2.0.1"
1823118231
https-proxy-agent "5.0.1"
18232-
progress "2.0.3"
1823318232
proxy-from-env "1.1.0"
1823418233
rimraf "3.0.2"
1823518234
tar-fs "2.1.1"
1823618235
unbzip2-stream "1.4.3"
18237-
ws "8.8.1"
18236+
ws "8.9.0"
18237+
18238+
18239+
version "18.2.1"
18240+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.2.1.tgz#08967cd423efe511ee4c6e3a5c882ffaf2e6bbf3"
18241+
integrity sha512-7+UhmYa7wxPh2oMRwA++k8UGVDxh3YdWFB52r9C3tM81T6BU7cuusUSxImz0GEYSOYUKk/YzIhkQ6+vc0gHbxQ==
18242+
dependencies:
18243+
https-proxy-agent "5.0.1"
18244+
progress "2.0.3"
18245+
proxy-from-env "1.1.0"
18246+
puppeteer-core "18.2.1"
1823818247

1823918248
pvtsutils@^1.3.2:
1824018249
version "1.3.2"
@@ -22024,11 +22033,6 @@ write-pkg@^4.0.0:
2202422033
type-fest "^0.4.1"
2202522034
write-json-file "^3.2.0"
2202622035

22027-
22028-
version "8.8.1"
22029-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
22030-
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==
22031-
2203222036
[email protected], ws@^8.2.2, ws@^8.3.0:
2203322037
version "8.9.0"
2203422038
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"

0 commit comments

Comments
 (0)