@graphql-mesh/plugin-jwt-auth 2.0.7 → 2.0.8-alpha-e651e082b91b4c69a9e4a90e6d765b63f2e1b633

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphql-mesh/plugin-jwt-auth
2
2
 
3
+ ## 2.0.8-alpha-e651e082b91b4c69a9e4a90e6d765b63f2e1b633
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1663](https://github.com/graphql-hive/gateway/pull/1663) [`e651e08`](https://github.com/graphql-hive/gateway/commit/e651e082b91b4c69a9e4a90e6d765b63f2e1b633) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-yoga/plugin-jwt@^3.10.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-jwt/v/3.10.1) (from `^3.10.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-mesh/plugin-jwt-auth",
3
- "version": "2.0.7",
3
+ "version": "2.0.8-alpha-e651e082b91b4c69a9e4a90e6d765b63f2e1b633",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,14 +44,14 @@
44
44
  "dependencies": {
45
45
  "@graphql-mesh/types": "^0.104.14",
46
46
  "@graphql-mesh/utils": "^0.104.14",
47
- "@graphql-yoga/plugin-jwt": "^3.10.0",
47
+ "@graphql-yoga/plugin-jwt": "^3.10.1",
48
48
  "tslib": "^2.4.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@envelop/core": "^5.3.2",
52
52
  "@envelop/generic-auth": "^10.0.1",
53
- "graphql": "^16.10.0",
54
- "graphql-yoga": "^5.16.0",
53
+ "graphql": "^16.12.0",
54
+ "graphql-yoga": "^5.16.1",
55
55
  "jsonwebtoken": "9.0.2",
56
56
  "pkgroll": "2.20.1"
57
57
  },