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

Commit 1f4d26c

Browse files
committed
fix(deps): update dependency graphql-tools to v7
1 parent 8d846ff commit 1f4d26c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/voyager-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@aerogear/voyager-tools": "0.9.0",
2727
"apollo-server": "2.19.1",
2828
"apollo-server-express": "2.19.1",
29-
"graphql-tools": "4.0.6"
29+
"graphql-tools": "7.0.3"
3030
},
3131
"devDependencies": {
3232
"@types/node-fetch": "2.5.7",

packages/voyager-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"compile:clean": "tsc --build tsconfig.json --clean"
1919
},
2020
"dependencies": {
21-
"graphql-tools": "4.0.6"
21+
"graphql-tools": "7.0.3"
2222
},
2323
"devDependencies": {
2424
"ava": "3.8.2",

0 commit comments

Comments
 (0)