Skip to content

Commit 7fe9fcb

Browse files
fix(deps): update dependency graphql to v16.8.1 [security]
1 parent 6877e89 commit 7fe9fcb

File tree

4 files changed

+104
-104
lines changed

4 files changed

+104
-104
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cross-env": "7.0.3",
3737
"enquirer": "2.3.6",
3838
"fs-extra": "9.1.0",
39-
"graphql": "16.6.0",
39+
"graphql": "16.8.1",
4040
"lodash": "4.17.21",
4141
"node-fetch": "2.6.9",
4242
"open": "9.1.0",

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/semver": "7.3.13",
4343
"@types/tar": "6.1.4",
4444
"@types/uuid": "9.0.1",
45-
"graphql": "16.6.0",
45+
"graphql": "16.8.1",
4646
"jest": "29.5.0",
4747
"nock": "13.3.1",
4848
"npm-run-all": "4.1.5",
@@ -56,7 +56,7 @@
5656
"@nestjs/config": "^2.1.0",
5757
"@nestjs/core": "^9.0.0",
5858
"@relate/types": "workspace:^",
59-
"graphql": "^16.5.0"
59+
"graphql": "^16.8.1"
6060
},
6161
"dependencies": {
6262
"@neo4j/code-signer": "1.1.4",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"express": "4.18.2",
7171
"file-type": "16.5.4",
7272
"fs-extra": "9.1.0",
73-
"graphql": "16.6.0",
73+
"graphql": "16.8.1",
7474
"graphql-subscriptions": "2.0.0",
7575
"graphql-tools": "8.3.20",
7676
"graphql-type-json": "0.3.2",

0 commit comments

Comments
 (0)