Skip to content

Commit

Permalink
fix(deps): update dependency @whatwg-node/fetch to ^0.4.0 (#8335)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @whatwg-node/fetch to ^0.4.0

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Sep 7, 2022
1 parent e6ef73c commit 3e121d9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/@graphql-codegen_cli-8335-dependencies.md
@@ -0,0 +1,7 @@
---
"@graphql-codegen/cli": patch
---

dependencies updates:

- Updated dependency [`@whatwg-node/fetch@^0.4.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.3.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Expand Up @@ -52,7 +52,7 @@
"@graphql-tools/prisma-loader": "^7.2.7",
"@graphql-tools/url-loader": "^7.13.2",
"@graphql-tools/utils": "^8.9.0",
"@whatwg-node/fetch": "^0.3.0",
"@whatwg-node/fetch": "^0.4.0",
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Expand Up @@ -3864,6 +3864,21 @@
undici "^5.8.0"
web-streams-polyfill "^3.2.0"

"@whatwg-node/fetch@^0.4.0":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.4.2.tgz#a5045d66b1ef09f02c07f997c40302a49e82cbf8"
integrity sha512-5ACCCexn6i5Ud45wHxcqSzlcRes1FfKgRpEs87V1Ha6gJTc7wNdw7TJQE7qoYMI0dGjVmKbDvP0+Em4HKF8JLQ==
dependencies:
"@peculiar/webcrypto" "^1.4.0"
abort-controller "^3.0.0"
busboy "^1.6.0"
event-target-polyfill "^0.0.3"
form-data-encoder "^1.7.1"
formdata-node "^4.3.1"
node-fetch "^2.6.7"
undici "^5.8.0"
web-streams-polyfill "^3.2.0"

"@wry/context@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
Expand Down

0 comments on commit 3e121d9

Please sign in to comment.