Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v17 (#1715)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2022
1 parent e892030 commit 7f5edd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "^29.0.0",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"puppeteer": "16.2.0",
"puppeteer": "17.1.3",
"svelte": "3.49.0",
"svelte-check": "2.9.0",
"svelte-preprocess": "4.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"graphql": "^16.0.1",
"graphql-scalars": "1.18.0",
"graphql-http": "^1.6.0",
"puppeteer": "16.2.0",
"puppeteer": "17.1.3",
"@types/yargs": "17.0.12"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eventsource": "2.0.2",
"graphql": "^16.0.1",
"graphql-scalars": "1.18.0",
"puppeteer": "16.2.0"
"puppeteer": "17.1.3"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9180,10 +9180,10 @@ detective@^5.2.1:
defined "^1.0.0"
minimist "^1.2.6"

[email protected].1019158:
version "0.0.1019158"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz#4b08d06108a784a2134313149626ba55f030a86f"
integrity sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ==
[email protected].1036444:
version "0.0.1036444"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz#a570d3cdde61527c82f9b03919847b8ac7b1c2b9"
integrity sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw==

[email protected], dezalgo@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -17153,14 +17153,14 @@ pupa@^2.1.1:
dependencies:
escape-goat "^2.0.0"

puppeteer@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-16.2.0.tgz#3fc9cc0c461d3166a98562a7dcd0bf3424a0523c"
integrity sha512-7Au6iC98rS6WEAD110V4Bxd0iIbqoFtzz9XzkG1BSofidS1VAJ881E1+GFR7Xn2Yea0hbj8n0ErzRyseMp1Ctg==
puppeteer@17.1.3:
version "17.1.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-17.1.3.tgz#2814cf221925e19c681c69aa97401a68b30240c9"
integrity sha512-tVtvNSOOqlq75rUgwLeDAEQoLIiBqmRg0/zedpI6fuqIocIkuxG23A7FIl1oVSkuSMMLgcOP5kVhNETmsmjvPw==
dependencies:
cross-fetch "3.1.5"
debug "4.3.4"
devtools-protocol "0.0.1019158"
devtools-protocol "0.0.1036444"
extract-zip "2.0.1"
https-proxy-agent "5.0.1"
progress "2.0.3"
Expand Down

0 comments on commit 7f5edd1

Please sign in to comment.