We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d441ad0 commit 5868c19Copy full SHA for 5868c19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastify-http-proxy",
3
- "version": "4.0.2",
+ "version": "4.0.3",
4
"description": "proxy http requests, for Fastify",
5
"main": "index.js",
6
"scripts": {
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
26
"devDependencies": {
27
"@types/node": "^14.0.27",
28
- "@typescript-eslint/parser": "^3.7.1",
+ "@typescript-eslint/parser": "^3.8.0",
29
"eslint-plugin-typescript": "^0.14.0",
30
"express": "^4.16.4",
31
"express-http-proxy": "^1.6.2",
@@ -44,7 +44,7 @@
44
},
45
"dependencies": {
46
"fastify-reply-from": "^3.1.3",
47
- "fastify-websocket": "^2.0.6",
+ "fastify-websocket": "^2.0.7",
48
"ws": "^7.3.1"
49
50
"tsd": {
0 commit comments