Skip to content

Commit 6a763b5

Browse files
deps: bump fastify from 4.28.1 to 5.0.0 (#140)
Bumps [fastify](https://github.com/fastify/fastify) from 4.28.1 to 5.0.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.28.1...v5.0.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 18e7456 commit 6a763b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@libp2p/interface": "^2.0.1",
125125
"@libp2p/kad-dht": "^13.0.1",
126126
"aegir": "^44.1.1",
127-
"fastify": "^4.28.1",
127+
"fastify": "^5.0.0",
128128
"helia": "next",
129129
"ipns": "^10.0.0",
130130
"it-first": "^3.0.6",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@
154154
"release": "aegir release"
155155
},
156156
"dependencies": {
157-
"@fastify/cors": "^9.0.1",
157+
"@fastify/cors": "^10.0.1",
158158
"@helia/interface": "next",
159159
"@libp2p/interface": "^2.0.1",
160160
"@libp2p/peer-id": "^5.0.1",
161-
"fastify": "^4.28.1",
161+
"fastify": "^5.0.0",
162162
"ipns": "^10.0.0",
163163
"multiformats": "^13.3.0",
164164
"raw-body": "^3.0.0"

0 commit comments

Comments
 (0)