Skip to content

Commit 164101a

Browse files
Update dependency graphql to v16.8.1 [SECURITY]
1 parent 67732d0 commit 164101a

File tree

5 files changed

+342
-342
lines changed

5 files changed

+342
-342
lines changed

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphql-typed-document-node/core": "^3.2.0",
3939
"chokidar": "^3.6.0",
4040
"fs-extra": "^11.3.1",
41-
"graphql": "16.5.0",
41+
"graphql": "16.8.1",
4242
"kleur": "^4.1.5"
4343
},
4444
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"*.d.ts"
3030
],
3131
"dependencies": {
32-
"graphql": "16.5.0",
32+
"graphql": "16.8.1",
3333
"graphql-compose": "9.0.8",
3434
"graphql-compose-json": "6.2.0",
3535
"lodash-es": "4.17.21",

packages/flatbread/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"express": "^5.1.0",
4848
"express-graphql": "^0.12.0",
4949
"gradient-string": "^2.0.2",
50-
"graphql": "16.5.0",
50+
"graphql": "16.8.1",
5151
"kleur": "^4.1.5",
5252
"remark-github": "^11.2.4",
5353
"sade": "^1.8.1",

packages/transformer-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@sindresorhus/slugify": "^2.2.1",
36-
"graphql": "16.5.0",
36+
"graphql": "16.8.1",
3737
"gray-matter": "^4.0.3",
3838
"lodash-es": "^4.17.21",
3939
"rehype-raw": "^6.1.1",

0 commit comments

Comments
 (0)