Skip to content

Commit aabd0b8

Browse files
Fdawgsjsumners
andauthored
chore: update min fastify version (#360)
* chore: update min fastify version * update fastify deps --------- Co-authored-by: James Sumners <[email protected]>
1 parent 899f73e commit aabd0b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ async function fastifyHttpProxy (fastify, opts) {
343343
}
344344

345345
module.exports = fp(fastifyHttpProxy, {
346-
fastify: '4.x',
346+
fastify: '5.x',
347347
name: '@fastify/http-proxy',
348348
encapsulate: true
349349
})

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"express": "^4.19.2",
3838
"express-http-proxy": "^2.0.0",
3939
"fast-proxy": "^2.1.0",
40-
"fastify": "^4.26.2",
40+
"fastify": "^5.0.0-alpha.3",
4141
"got": "^11.8.6",
4242
"http-errors": "^2.0.0",
4343
"http-proxy": "^1.18.1",
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@fastify/reply-from": "^10.0.0-pre.fv5.1",
5656
"fast-querystring": "^1.1.2",
57-
"fastify-plugin": "^4.5.1",
57+
"fastify-plugin": "^5.0.0-pre.fv5.1",
5858
"ws": "^8.16.0"
5959
},
6060
"tsd": {

0 commit comments

Comments
 (0)