Skip to content

Commit 0b75199

Browse files
committed
chore(deps): update dependency graphql to ^16.7.1
1 parent 3021219 commit 0b75199

File tree

5 files changed

+113
-113
lines changed

5 files changed

+113
-113
lines changed

examples/codegen-gql-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@graphql-tools/load-files": "^7.0.0",
1919
"fastify": "^4.18.0",
20-
"graphql": "^16.6.0",
20+
"graphql": "^16.7.1",
2121
"mercurius": "^13.0.0",
2222
"mercurius-codegen": "workspace:*"
2323
},

examples/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"fastify": "^4.18.0",
19-
"graphql": "^16.6.0",
19+
"graphql": "^16.7.1",
2020
"mercurius": "^13.0.0",
2121
"mercurius-codegen": "workspace:*"
2222
},

examples/manual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"fastify": "^4.18.0",
16-
"graphql": "^16.6.0",
16+
"graphql": "^16.7.1",
1717
"mercurius": "^13.0.0"
1818
},
1919
"devDependencies": {

packages/mercurius-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"concurrently": "^8.2.0",
5858
"cross-env": "^7.0.3",
5959
"fastify": "^4.18.0",
60-
"graphql": "^16.6.0",
60+
"graphql": "^16.7.1",
6161
"mercurius": "^13.0.0",
6262
"mercurius-codegen": "workspace:*",
6363
"nyc": "15.1.0",

0 commit comments

Comments
 (0)