Skip to content

Commit 74fa506

Browse files
fix(deps): update dependency fastify to ^5.4.0 (#978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7b9730 commit 74fa506

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

examples/codegen-gql-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@graphql-tools/load-files": "^7.0.1",
19-
"fastify": "^5.3.3",
19+
"fastify": "^5.4.0",
2020
"graphql": "^16.11.0",
2121
"mercurius": "^16.1.0",
2222
"mercurius-codegen": "workspace:*"

examples/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "cross-env NODE_ENV=test tap --node-arg=--require=bob-tsm"
1616
},
1717
"dependencies": {
18-
"fastify": "^5.3.3",
18+
"fastify": "^5.4.0",
1919
"graphql": "^16.11.0",
2020
"mercurius": "^16.1.0",
2121
"mercurius-codegen": "workspace:*"

examples/manual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "cross-env NODE_ENV=test tap --node-arg=--require=bob-tsm"
1313
},
1414
"dependencies": {
15-
"fastify": "^5.3.3",
15+
"fastify": "^5.4.0",
1616
"graphql": "^16.11.0",
1717
"mercurius": "^16.1.0"
1818
},

packages/mercurius-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"changesets-github-release": "^0.1.0",
5858
"concurrently": "^9.1.2",
5959
"cross-env": "^7.0.3",
60-
"fastify": "^5.3.3",
60+
"fastify": "^5.4.0",
6161
"graphql": "^16.11.0",
6262
"mercurius": "^16.1.0",
6363
"mercurius-codegen": "workspace:*",
@@ -74,7 +74,7 @@
7474
"wait-on": "^8.0.3"
7575
},
7676
"peerDependencies": {
77-
"fastify": "^5.3.3",
77+
"fastify": "^5.4.0",
7878
"graphql": "*",
7979
"mercurius": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
8080
"prettier": "^3.5.3"

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)