@graphql-mesh/hmac-upstream-signature 1.2.21-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73 → 1.2.21-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @graphql-mesh/hmac-upstream-signature
2
2
 
3
- ## 1.2.21-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73
3
+ ## 1.2.21-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#696](https://github.com/graphql-hive/gateway/pull/696) [`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
7
+ - [#696](https://github.com/graphql-hive/gateway/pull/696) [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8
8
 
9
9
  - Updated dependency [`@graphql-mesh/cross-helpers@^0.4.10` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.10) (from `^0.4.9`, in `dependencies`)
10
10
  - Updated dependency [`@graphql-mesh/types@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.18) (from `^0.103.6`, in `dependencies`)
11
11
  - Updated dependency [`@graphql-mesh/utils@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.18) (from `^0.103.6`, in `dependencies`)
12
12
 
13
- - Updated dependencies [[`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9)]:
14
- - @graphql-tools/executor-common@0.0.3-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73
13
+ - Updated dependencies [[`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f)]:
14
+ - @graphql-tools/executor-common@0.0.3-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
15
15
 
16
16
  ## 1.2.20
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/hmac-upstream-signature",
3
- "version": "1.2.21-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
3
+ "version": "1.2.21-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,13 +45,13 @@
45
45
  "@graphql-mesh/cross-helpers": "^0.4.10",
46
46
  "@graphql-mesh/types": "^0.103.18",
47
47
  "@graphql-mesh/utils": "^0.103.18",
48
- "@graphql-tools/executor-common": "0.0.3-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
48
+ "@graphql-tools/executor-common": "0.0.3-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
49
49
  "@graphql-tools/utils": "^10.8.1",
50
50
  "json-stable-stringify": "^1.1.1",
51
51
  "tslib": "^2.8.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@graphql-hive/gateway-runtime": "1.4.17-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
54
+ "@graphql-hive/gateway-runtime": "1.4.17-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
55
55
  "@types/json-stable-stringify": "^1.2.0",
56
56
  "graphql": "^16.9.0",
57
57
  "graphql-yoga": "^5.12.0",