Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 37a9395

Browse files
committed
fix(deps): update apollo graphql packages
1 parent 3a19b1e commit 37a9395

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"apollo-link-context": "1.0.20",
2020
"apollo-link-ws": "1.0.20",
2121
"graphql": "15.3.0",
22-
"graphql-tag": "2.11.0",
22+
"graphql-tag": "2.12.6",
2323
"ionicons": "5.0.1",
2424
"keycloak-js": "11.0.2",
2525
"offix-cache": "0.16.0-alpha2",

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"@graphql-tools/graphql-file-loader": "6.0.15",
3434
"@graphql-tools/load": "6.0.15",
3535
"@types/react": "16.9.36",
36-
"apollo-server-express": "2.17.0",
36+
"apollo-server-express": "2.25.3",
3737
"cors": "2.8.5",
3838
"dotenv": "8.2.0",
3939
"express": "4.17.1",
4040
"express-session": "1.17.1",
4141
"graphql-scalars": "1.1.3",
42-
"graphql-tag": "2.11.0",
42+
"graphql-tag": "2.12.6",
4343
"keycloak-connect": "11.0.2",
4444
"keycloak-connect-graphql": "0.6.0",
4545
"mongodb": "3.5.9"

0 commit comments

Comments
 (0)