Skip to content

Commit 4ce378d

Browse files
committed
fix(deps): update dependency mercurius to v13.1.0
1 parent 279fdf9 commit 4ce378d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

typescript/graphql-fastify-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fastify": "4.19.2",
1616
"graphql": "16.7.1",
1717
"graphql-scalars": "1.22.2",
18-
"mercurius": "13.0.0"
18+
"mercurius": "13.1.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "18.16.19",

typescript/graphql-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fastify": "4.19.2",
1111
"graphql": "16.7.1",
1212
"graphql-scalars": "1.22.2",
13-
"mercurius": "13.0.0",
13+
"mercurius": "13.1.0",
1414
"nexus": "1.3.0"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)