Skip to content

Commit

Permalink
Build(deps): bump fastify from 4.27.0 to 4.28.0 (#644)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.27.0...v4.28.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent fa8a9a7 commit 03294d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vueuse/shared": "^10.10.0",
"desm": "^1.3.1",
"env-schema": "^5.2.1",
"fastify": "^4.27.0",
"fastify": "^4.28.0",
"fluent-json-schema": "^4.2.1",
"graphql": "^16.8.1",
"mercurius": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/step-11-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "c8 tap --no-cov"
},
"dependencies": {
"fastify": "^4.27.0",
"fastify": "^4.28.0",
"mercurius": "^14.1.0",
"mercurius-auth": "^5.0.0"
}
Expand Down

0 comments on commit 03294d0

Please sign in to comment.