Skip to content

Commit 8d548fb

Browse files
chore(deps): Bump fastify from 3.29.0 to 5.2.1
Bumps [fastify](https://github.com/fastify/fastify) from 3.29.0 to 5.2.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v3.29.0...v5.2.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b86148 commit 8d548fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/fastify-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@fastify/static": "^7.0.4",
2828
"babel-plugin-dynamic-import-node": "^2.2.0",
29-
"fastify": "^4.2.0",
29+
"fastify": "^5.2.1",
3030
"graphql-hooks": "^8.2.0",
3131
"graphql-hooks-memcache": "^3.2.0",
3232
"graphql-hooks-ssr": "^3.0.1",

examples/full-ws-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.1.1",
44
"private": true,
55
"dependencies": {
6-
"fastify": "^4.2.0",
6+
"fastify": "^5.2.1",
77
"graphql-hooks": "^8.2.0",
88
"graphql-ws": "^5.5.5",
99
"mercurius": "^14.0.0",

examples/persisted-queries/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@fastify/cors": "^9.0.1",
1515
"apollo-server": "^3.6.7",
16-
"fastify": "^4.2.0",
16+
"fastify": "^5.2.1",
1717
"graphql": "^16.6.0",
1818
"mercurius": "^14.0.0"
1919
},

examples/subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fastify/cors": "^9.0.1",
1919
"@fastify/static": "^7.0.4",
2020
"babel-plugin-dynamic-import-node": "^2.2.0",
21-
"fastify": "^4.2.0",
21+
"fastify": "^5.2.1",
2222
"graphql": "^16.6.0",
2323
"graphql-hooks": "^8.2.0",
2424
"graphql-hooks-memcache": "^3.2.0",

packages/babel-plugin-extract-gql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"@fastify/cors": "^9.0.1",
33-
"fastify": "^4.2.0",
33+
"fastify": "^5.2.1",
3434
"pkg-dir": "^8.0.0"
3535
},
3636
"repository": {

0 commit comments

Comments
 (0)