Skip to content

Commit

Permalink
Bump fastify from 4.18.0 to 4.19.0 (#701)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.18.0...v4.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Ayers <sayers@buf.build>
  • Loading branch information
dependabot[bot] and smaye81 authored Jul 6, 2023
1 parent 1451903 commit 599d1ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@bufbuild/connect": "0.11.0",
"@bufbuild/connect-node": "^0.11.0",
"fastify": "^4.17.0"
"fastify": "^4.19.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jasmine": "^4.3.0",
"esbuild": "^0.16.12",
"express": "^4.18.2",
"fastify": "^4.17.0",
"fastify": "^4.19.0",
"jasmine": "^5.0.0"
}
}

0 comments on commit 599d1ec

Please sign in to comment.