Skip to content

Commit 4a4268a

Browse files
Update graphql-mesh to v2
1 parent 0e80433 commit 4a4268a

File tree

3 files changed

+187
-87
lines changed

3 files changed

+187
-87
lines changed

subgraphs/comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "4.11.3",
1010
"@apollo/subgraph": "2.10.0",
11-
"@graphql-mesh/hmac-upstream-signature": "1.2.26",
11+
"@graphql-mesh/hmac-upstream-signature": "2.0.3",
1212
"graphql": "16.10.0"
1313
},
1414
"devDependencies": {

subgraphs/users/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@graphql-hive/cli": "0.49.1",
1111
"graphql": "16.10.0",
1212
"graphql-yoga": "5.13.2",
13-
"@graphql-mesh/plugin-jwt-auth": "1.5.2",
14-
"@graphql-mesh/hmac-upstream-signature": "1.2.26"
13+
"@graphql-mesh/plugin-jwt-auth": "2.0.6",
14+
"@graphql-mesh/hmac-upstream-signature": "2.0.3"
1515
},
1616
"devDependencies": {
1717
"tsx": "^4.16.2",

0 commit comments

Comments
 (0)