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 Oct 8, 2023
1 parent da40c69 commit 1122c18
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 188 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.57.0",
"@sentry/tracing": "7.57.0",
"@whatwg-node/fetch": "0.9.9",
"@whatwg-node/fetch": "0.9.13",
"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.3",
"@graphql-tools/utils": "10.0.6",
"cli-table3": "0.6.3",
"tslib": "2.6.0"
},
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.3",
"@graphql-tools/utils": "10.0.6",
"tslib": "2.6.0"
},
"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.3",
"@graphql-tools/utils": "10.0.6",
"tslib": "2.6.0"
},
"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.9",
"@whatwg-node/fetch": "0.9.13",
"dataloader": "2.2.2",
"js-yaml": "4.1.0",
"tslib": "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.1",
"@graphql-tools/code-file-loader": "8.0.2",
"tslib": "2.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/git-loader": "8.0.1",
"@graphql-tools/git-loader": "8.0.2",
"tslib": "2.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.1",
"@graphql-tools/code-file-loader": "8.0.2",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/utils": "10.0.3",
"@graphql-tools/utils": "10.0.6",
"tslib": "2.6.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1122c18

Please sign in to comment.