@graphql-mesh/hmac-upstream-signature 1.2.21-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca → 1.2.21-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/hmac-upstream-signature
2
2
 
3
- ## 1.2.21-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
3
+ ## 1.2.21-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
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
13
  - Updated dependencies [[`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f)]:
14
- - @graphql-tools/executor-common@0.0.3-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
14
+ - @graphql-tools/executor-common@0.0.3-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b
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-852a939472a637b9be12ee3319d71a0b5755b8ca",
3
+ "version": "1.2.21-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b",
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-852a939472a637b9be12ee3319d71a0b5755b8ca",
48
+ "@graphql-tools/executor-common": "0.0.3-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b",
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-852a939472a637b9be12ee3319d71a0b5755b8ca",
54
+ "@graphql-hive/gateway-runtime": "1.4.17-alpha-7a2a9b6903055e122e2e8d8434fa9aae765a858b",
55
55
  "@types/json-stable-stringify": "^1.2.0",
56
56
  "graphql": "^16.9.0",
57
57
  "graphql-yoga": "^5.12.0",