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

Commit

Permalink
fix(deps): update dependency graphql-tools to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 8d846ff commit 1556c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/voyager-server/package.json
Expand Up @@ -26,7 +26,7 @@
"@aerogear/voyager-tools": "0.9.0",
"apollo-server": "2.19.1",
"apollo-server-express": "2.19.1",
"graphql-tools": "4.0.6"
"graphql-tools": "8.2.8"
},
"devDependencies": {
"@types/node-fetch": "2.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/voyager-tools/package.json
Expand Up @@ -18,7 +18,7 @@
"compile:clean": "tsc --build tsconfig.json --clean"
},
"dependencies": {
"graphql-tools": "4.0.6"
"graphql-tools": "8.2.8"
},
"devDependencies": {
"ava": "3.8.2",
Expand Down

0 comments on commit 1556c32

Please sign in to comment.