@graphql-mesh/plugin-jwt-auth 2.0.13 → 2.0.14-alpha-67882a7eca44bb9f599198e950a2879570a26efb

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-mesh/plugin-jwt-auth
2
2
 
3
+ ## 2.0.14-alpha-67882a7eca44bb9f599198e950a2879570a26efb
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2513](https://github.com/graphql-hive/gateway/pull/2513) [`910a8b9`](https://github.com/graphql-hive/gateway/commit/910a8b9c9762aaa2c4f35665b278eddffcfcf0d0) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-mesh/utils@^0.105.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.105.1) (from `^0.104.38`, in `dependencies`)
11
+
3
12
  ## 2.0.13
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-jwt-auth",
3
- "version": "2.0.13",
3
+ "version": "2.0.14-alpha-67882a7eca44bb9f599198e950a2879570a26efb",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@graphql-mesh/types": "^0.105.0",
46
- "@graphql-mesh/utils": "^0.104.38",
46
+ "@graphql-mesh/utils": "^0.105.1",
47
47
  "@graphql-yoga/plugin-jwt": "^3.10.2",
48
48
  "tslib": "^2.4.0"
49
49
  },