Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.8.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 6877e89 commit 7fe9fcb
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cross-env": "7.0.3",
"enquirer": "2.3.6",
"fs-extra": "9.1.0",
"graphql": "16.6.0",
"graphql": "16.8.1",
"lodash": "4.17.21",
"node-fetch": "2.6.9",
"open": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/semver": "7.3.13",
"@types/tar": "6.1.4",
"@types/uuid": "9.0.1",
"graphql": "16.6.0",
"graphql": "16.8.1",
"jest": "29.5.0",
"nock": "13.3.1",
"npm-run-all": "4.1.5",
Expand All @@ -56,7 +56,7 @@
"@nestjs/config": "^2.1.0",
"@nestjs/core": "^9.0.0",
"@relate/types": "workspace:^",
"graphql": "^16.5.0"
"graphql": "^16.8.1"
},
"dependencies": {
"@neo4j/code-signer": "1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"express": "4.18.2",
"file-type": "16.5.4",
"fs-extra": "9.1.0",
"graphql": "16.6.0",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-tools": "8.3.20",
"graphql-type-json": "0.3.2",
Expand Down
Loading

0 comments on commit 7fe9fcb

Please sign in to comment.