Skip to content

Commit

Permalink
build(deps): bump the fastify group in /test/app with 2 updates
Browse files Browse the repository at this point in the history
Bumps the fastify group in /test/app with 2 updates: [@fastify/formbody](https://github.com/fastify/fastify-formbody) and [fastify](https://github.com/fastify/fastify).


Updates `@fastify/formbody` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/fastify/fastify-formbody/releases)
- [Commits](fastify/fastify-formbody@v8.0.1...v8.0.2)

Updates `fastify` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: "@fastify/formbody"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent c9b52d1 commit 945213e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions test/app/package-lock.json

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

4 changes: 2 additions & 2 deletions test/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript-eslint": "^8.19.0"
},
"dependencies": {
"@fastify/formbody": "^8.0.1",
"fastify": "^5.2.0"
"@fastify/formbody": "^8.0.2",
"fastify": "^5.2.1"
}
}

0 comments on commit 945213e

Please sign in to comment.