Skip to content

Commit

Permalink
fix(deps): update dependency fastify to ~5.1.0 (#7915)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 423eb82 commit 2c1752d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/fastify-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"dependencies": {
"fastify": "~5.0.0"
"fastify": "~5.1.0"
}
}
2 changes: 1 addition & 1 deletion javascript/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"fastify": "~5.0.0"
"fastify": "~5.1.0"
}
}

0 comments on commit 2c1752d

Please sign in to comment.