Skip to content

Commit

Permalink
fix(deps): update whatwg-node (#2520)
Browse files Browse the repository at this point in the history
* fix(deps): update whatwg-node

* 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] authored Jun 14, 2023
1 parent 408a4bb commit f4b2b1d
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/audit-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.1) (from `10.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/coverage-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.1) (from `10.0.0`, in
`dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-inspector_github-2520-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/github': patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/[email protected]`
↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.6) (from `0.9.2`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_loaders-2520-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/loaders': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.1) (from `10.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/validate-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.1) (from `10.0.0`, in
`dependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@sentry/node": "7.54.0",
"@sentry/tracing": "7.54.0",
"@whatwg-node/fetch": "0.9.2",
"@whatwg-node/fetch": "0.9.6",
"husky": "8.0.3",
"immer": "10.0.2",
"js-yaml": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"cli-table3": "0.6.3",
"tslib": "2.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"tslib": "2.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"tslib": "2.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@graphql-inspector/core": "workspace:*",
"@whatwg-node/fetch": "0.9.2",
"@whatwg-node/fetch": "0.9.6",
"dataloader": "2.2.2",
"js-yaml": "4.1.0",
"tslib": "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.1",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/utils": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"tslib": "2.5.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f4b2b1d

Please sign in to comment.