Skip to content

Commit

Permalink
fix(deps): update whatwg-node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2023
1 parent f51ac01 commit 6fa3127
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 123 deletions.
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.3",
"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.3",
"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 6fa3127

Please sign in to comment.