Skip to content

Commit 42419d2

Browse files
Bump the actions-deps group with 4 updates (#7511)
Bumps the actions-deps group with 4 updates: [@graphql-tools/stitch](https://github.com/graphql-hive/gateway/tree/HEAD/packages/stitch), [@graphql-tools/executor-http](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http), [puppeteer](https://github.com/puppeteer/puppeteer) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@graphql-tools/stitch` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/graphql-hive/gateway/releases) - [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/stitch/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/[email protected]/packages/stitch) Updates `@graphql-tools/executor-http` from 3.0.3 to 3.0.4 - [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/[email protected]/packages/executors/http) Updates `puppeteer` from 24.22.1 to 24.22.2 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v24.22.1...puppeteer-v24.22.2) Updates `wrangler` from 4.38.0 to 4.39.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler) --- updated-dependencies: - dependency-name: "@graphql-tools/stitch" dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@graphql-tools/executor-http" dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: puppeteer dependency-version: 24.22.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: wrangler dependency-version: 4.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cbe939 commit 42419d2

File tree

6 files changed

+57
-55
lines changed

6 files changed

+57
-55
lines changed

package-lock.json

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

packages/links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@apollo/client": "4.0.5",
63-
"@graphql-tools/stitch": "^10.0.1",
63+
"@graphql-tools/stitch": "^10.0.2",
6464
"@types/apollo-upload-client": "18.0.0",
6565
"@types/node-fetch": "^2",
6666
"graphql-upload": "17.0.0"

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.3",
54+
"@graphql-tools/executor-http": "^3.0.4",
5555
"@graphql-tools/graphql-tag-pluck": "^8.3.21",
5656
"@graphql-tools/utils": "^10.9.1",
5757
"@whatwg-node/fetch": "^0.10.11",

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/executor-graphql-ws": "^3.1.0",
55-
"@graphql-tools/executor-http": "^3.0.3",
55+
"@graphql-tools/executor-http": "^3.0.4",
5656
"@graphql-tools/executor-legacy-ws": "^1.1.19",
5757
"@graphql-tools/utils": "^10.9.1",
5858
"@graphql-tools/wrap": "^11.0.0",

packages/merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tslib": "^2.4.0"
5656
},
5757
"devDependencies": {
58-
"@graphql-tools/stitch": "^10.0.1"
58+
"@graphql-tools/stitch": "^10.0.2"
5959
},
6060
"publishConfig": {
6161
"directory": "dist",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tslib": "^2.4.0"
4545
},
4646
"devDependencies": {
47-
"@graphql-tools/stitch": "^10.0.1",
47+
"@graphql-tools/stitch": "^10.0.2",
4848
"@types/dateformat": "3.0.1",
4949
"dateformat": "4.6.3",
5050
"graphql-scalars": "1.24.2"

0 commit comments

Comments
 (0)