Skip to content

Commit

Permalink
chore: update min fastify version (#360)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* update fastify deps

---------

Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
Fdawgs and jsumners authored Aug 6, 2024
1 parent 899f73e commit aabd0b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ async function fastifyHttpProxy (fastify, opts) {
}

module.exports = fp(fastifyHttpProxy, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/http-proxy',
encapsulate: true
})
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fast-proxy": "^2.1.0",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"got": "^11.8.6",
"http-errors": "^2.0.0",
"http-proxy": "^1.18.1",
Expand All @@ -54,7 +54,7 @@
"dependencies": {
"@fastify/reply-from": "^10.0.0-pre.fv5.1",
"fast-querystring": "^1.1.2",
"fastify-plugin": "^4.5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"ws": "^8.16.0"
},
"tsd": {
Expand Down

0 comments on commit aabd0b8

Please sign in to comment.