Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 8ffa88b commit 57f1509
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 43 deletions.
94 changes: 53 additions & 41 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.9.0",
"desm": "^1.3.1",
"env-schema": "^5.2.1",
"fastify": "^4.26.2",
"fastify": "^4.27.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.26.2",
"fastify": "^4.27.0",
"mercurius": "^14.1.0",
"mercurius-auth": "^5.0.0"
}
Expand Down

0 comments on commit 57f1509

Please sign in to comment.