Skip to content

Commit 718b25a

Browse files
chore(deps): update dependency puppeteer to v18 (#1773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ab3da4 commit 718b25a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0",
29-
"puppeteer": "17.1.3",
29+
"puppeteer": "18.0.3",
3030
"svelte": "3.50.1",
3131
"svelte-check": "2.9.0",
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
@@ -76,7 +76,7 @@
7676
"graphql": "^16.0.1",
7777
"graphql-scalars": "1.18.0",
7878
"graphql-http": "^1.6.0",
79-
"puppeteer": "17.1.3",
79+
"puppeteer": "18.0.3",
8080
"@types/yargs": "17.0.12"
8181
},
8282
"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.59",
7474
"graphql": "^16.0.1",
7575
"graphql-scalars": "1.18.0",
76-
"puppeteer": "17.1.3"
76+
"puppeteer": "18.0.3"
7777
},
7878
"peerDependencies": {
7979
"graphql": "^15.2.0 || ^16.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17126,10 +17126,10 @@ pupa@^2.1.1:
1712617126
dependencies:
1712717127
escape-goat "^2.0.0"
1712817128

17129-
puppeteer@17.1.3:
17130-
version "17.1.3"
17131-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-17.1.3.tgz#2814cf221925e19c681c69aa97401a68b30240c9"
17132-
integrity sha512-tVtvNSOOqlq75rUgwLeDAEQoLIiBqmRg0/zedpI6fuqIocIkuxG23A7FIl1oVSkuSMMLgcOP5kVhNETmsmjvPw==
17129+
puppeteer@18.0.3:
17130+
version "18.0.3"
17131+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.0.3.tgz#3f06b649d3ceef191318b8cb1193c1eaf23eba52"
17132+
integrity sha512-IiW4Zz0xbphl1lQEAB7grPucbk/aM+GND4aJ7I8gOzOSp7Ika1bz35maox4FbELpPL8sqXsVQRNrXQnzBMiCzQ==
1713317133
dependencies:
1713417134
cross-fetch "3.1.5"
1713517135
debug "4.3.4"

0 commit comments

Comments
 (0)