Skip to content

Commit

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

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

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 4, 2023
1 parent 42f5d6b commit 4f20a4e
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.4.0",
"desm": "^1.3.0",
"env-schema": "^5.2.0",
"fastify": "^4.22.0",
"fastify": "^4.22.2",
"fluent-json-schema": "^4.1.1",
"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.0",
"fastify": "^4.22.2",
"mercurius": "^13.1.0",
"mercurius-auth": "^4.0.0"
}
Expand Down

0 comments on commit 4f20a4e

Please sign in to comment.