Skip to content

Commit

Permalink
Build(deps): bump fastify from 4.22.2 to 4.23.2 (#504)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.22.2 to 4.23.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.22.2...v4.23.2)

---
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 Sep 18, 2023
1 parent cc1719d commit ef7ff7f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
35 changes: 24 additions & 11 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.4.1",
"desm": "^1.3.0",
"env-schema": "^5.2.0",
"fastify": "^4.22.2",
"fastify": "^4.23.2",
"fluent-json-schema": "^4.1.2",
"graphql": "^16.8.0",
"mercurius": "^13.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.22.2",
"fastify": "^4.23.2",
"mercurius": "^13.1.0",
"mercurius-auth": "^4.0.0"
}
Expand Down

0 comments on commit ef7ff7f

Please sign in to comment.