@graphql-hive/gateway 1.16.4 → 1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
+ ## 1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1431](https://github.com/graphql-hive/gateway/pull/1431) [`982442f`](https://github.com/graphql-hive/gateway/commit/982442fb3247f27755e42224ddb772f81ebd236a) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@escape.tech/graphql-armor-max-depth@^2.4.2` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-max-depth/v/2.4.2) (from `^2.4.0`, in `dependencies`)
11
+ - Updated dependency [`@graphql-tools/graphql-file-loader@^8.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.1.0) (from `^8.0.22`, in `dependencies`)
12
+ - Updated dependency [`dotenv@^17.2.2` ↗︎](https://www.npmjs.com/package/dotenv/v/17.2.2) (from `^17.2.1`, in `dependencies`)
13
+ - Updated dependencies [[`982442f`](https://github.com/graphql-hive/gateway/commit/982442fb3247f27755e42224ddb772f81ebd236a)]:
14
+ - @graphql-hive/plugin-aws-sigv4@1.0.20-alpha-982442fb3247f27755e42224ddb772f81ebd236a
15
+
3
16
  ## 1.16.4
4
17
  ### Patch Changes
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.4",
3
+ "version": "1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,11 +51,11 @@
51
51
  "@commander-js/extra-typings": "^13.1.0",
52
52
  "@envelop/core": "^5.3.0",
53
53
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
54
- "@escape.tech/graphql-armor-max-depth": "^2.4.0",
54
+ "@escape.tech/graphql-armor-max-depth": "^2.4.2",
55
55
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
56
56
  "@graphql-hive/gateway-runtime": "^1.11.0",
57
57
  "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/plugin-aws-sigv4": "^1.0.19",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.20-alpha-982442fb3247f27755e42224ddb772f81ebd236a",
59
59
  "@graphql-hive/plugin-deduplicate-request": "^1.0.5",
60
60
  "@graphql-hive/pubsub": "^1.0.0",
61
61
  "@graphql-mesh/cache-cfw-kv": "^0.105.8",
@@ -78,12 +78,12 @@
78
78
  "@graphql-mesh/types": "^0.104.8",
79
79
  "@graphql-mesh/utils": "^0.104.11",
80
80
  "@graphql-tools/code-file-loader": "^8.1.22",
81
- "@graphql-tools/graphql-file-loader": "^8.0.22",
81
+ "@graphql-tools/graphql-file-loader": "^8.1.0",
82
82
  "@graphql-tools/load": "^8.1.2",
83
83
  "@graphql-tools/utils": "^10.9.1",
84
84
  "@graphql-yoga/render-graphiql": "^5.15.1",
85
85
  "commander": "^13.1.0",
86
- "dotenv": "^17.2.1",
86
+ "dotenv": "^17.2.2",
87
87
  "graphql-ws": "^6.0.6",
88
88
  "graphql-yoga": "^5.15.1",
89
89
  "tslib": "^2.8.1",
@@ -106,7 +106,7 @@
106
106
  "bun": "^1.2.21",
107
107
  "graphql": "^16.9.0",
108
108
  "parse-duration": "^2.0.0",
109
- "pkgroll": "2.15.0",
109
+ "pkgroll": "2.15.3",
110
110
  "postject": "^1.0.0-alpha.6",
111
111
  "rimraf": "^6.0.1",
112
112
  "rollup": "4.44.0",