Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 73bcc0c commit ed5580b
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 102 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@sentry/node": "^8.30.0",
"@sentry/profiling-node": "8.30.0",
"adminjs": "^7.5.2",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"lobby": "link:packages/lobby",
"moment": "^2.29.4",
"pino": "^9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@fastify/sensible": "^6.0.0",
"fastify": "^4.28.1"
"fastify": "^5.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/lobby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@fastify/sensible": "^6.0.0",
"fastify": "^4.28.1"
"fastify": "^5.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@fastify/sensible": "^6.0.0",
"fastify": "^4.28.1"
"fastify": "^5.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"pino-pretty": "^11.2.2"
},
"directories": {
Expand Down
Loading

0 comments on commit ed5580b

Please sign in to comment.