Skip to content

Commit

Permalink
fix(deps): update dependency fastify to ^4.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 51126a9 commit d89af91
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "7.88",
"@sentry/profiling-node": "^1.3.2",
"adminjs": "^7.5.2",
"fastify": "^4.25.1",
"fastify": "^4.28.1",
"lobby": "link:packages/lobby",
"moment": "^2.29.4",
"pino": "^9.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@fastify/sensible": "^5.6.0",
"@sentry/node": "^8.0.0",
"fastify": "^4.25.2"
"fastify": "^4.28.1"
},
"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 @@ -21,7 +21,7 @@
"dependencies": {
"@fastify/sensible": "^5.6.0",
"@sentry/node": "^8.0.0",
"fastify": "^4.25.2"
"fastify": "^4.28.1"
},
"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 @@ -21,7 +21,7 @@
"dependencies": {
"@fastify/sensible": "^5.6.0",
"@sentry/node": "^8.0.0",
"fastify": "^4.25.2"
"fastify": "^4.28.1"
},
"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.27.0",
"fastify": "^4.28.1",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d89af91

Please sign in to comment.