Skip to content

Commit 21a9268

Browse files
Bump the actions-deps group with 2 updates (#7461)
Bumps the actions-deps group with 2 updates: [@graphql-tools/executor-http](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http) and [@graphql-tools/executor-graphql-ws](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/graphql-ws). Updates `@graphql-tools/executor-http` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/graphql-hive/gateway/releases) - [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/executors/http/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/executor-http@3.0.1/packages/executors/http) Updates `@graphql-tools/executor-graphql-ws` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/graphql-hive/gateway/releases) - [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/executors/graphql-ws/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/executor-graphql-ws@3.0.1/packages/executors/graphql-ws) --- updated-dependencies: - dependency-name: "@graphql-tools/executor-http" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@graphql-tools/executor-graphql-ws" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70a32dc commit 21a9268

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/loaders/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/executor-http": "^3.0.0",
54+
"@graphql-tools/executor-http": "^3.0.1",
5555
"@graphql-tools/graphql-tag-pluck": "^8.3.21",
5656
"@graphql-tools/utils": "^10.9.1",
5757
"@whatwg-node/fetch": "^0.10.0",

packages/loaders/url/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/executor-graphql-ws": "^3.0.0",
55-
"@graphql-tools/executor-http": "^3.0.0",
54+
"@graphql-tools/executor-graphql-ws": "^3.0.1",
55+
"@graphql-tools/executor-http": "^3.0.1",
5656
"@graphql-tools/executor-legacy-ws": "^1.1.19",
5757
"@graphql-tools/utils": "^10.9.1",
5858
"@graphql-tools/wrap": "^11.0.0",

0 commit comments

Comments
 (0)