@graphql-hive/plugin-aws-sigv4 2.0.7 → 2.0.8-alpha-6a01c822ea722b571434b5f6f98534ea39faaaf0

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphql-hive/plugin-aws-sigv4
2
2
 
3
+ ## 2.0.8-alpha-6a01c822ea722b571434b5f6f98534ea39faaaf0
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1548](https://github.com/graphql-hive/gateway/pull/1548) [`6a01c82`](https://github.com/graphql-hive/gateway/commit/6a01c822ea722b571434b5f6f98534ea39faaaf0) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@aws-sdk/client-sts@^3.894.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.894.0) (from `^3.893.0`, in `dependencies`)
11
+
3
12
  ## 2.0.7
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-aws-sigv4",
3
- "version": "2.0.7",
3
+ "version": "2.0.8-alpha-6a01c822ea722b571434b5f6f98534ea39faaaf0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "graphql": "^15.9.0 || ^16.9.0"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-sdk/client-sts": "^3.893.0",
45
+ "@aws-sdk/client-sts": "^3.894.0",
46
46
  "@graphql-mesh/fusion-runtime": "^1.2.4",
47
47
  "@whatwg-node/promise-helpers": "^1.3.2",
48
48
  "aws4": "1.13.2",