Skip to content

Commit 5868c19

Browse files
committed
Bumped v4.0.3
1 parent d441ad0 commit 5868c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-http-proxy",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "proxy http requests, for Fastify",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
2626
"devDependencies": {
2727
"@types/node": "^14.0.27",
28-
"@typescript-eslint/parser": "^3.7.1",
28+
"@typescript-eslint/parser": "^3.8.0",
2929
"eslint-plugin-typescript": "^0.14.0",
3030
"express": "^4.16.4",
3131
"express-http-proxy": "^1.6.2",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"fastify-reply-from": "^3.1.3",
47-
"fastify-websocket": "^2.0.6",
47+
"fastify-websocket": "^2.0.7",
4848
"ws": "^7.3.1"
4949
},
5050
"tsd": {

0 commit comments

Comments
 (0)