Skip to content

Commit

Permalink
Bumped v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 4, 2020
1 parent d441ad0 commit 5868c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-http-proxy",
"version": "4.0.2",
"version": "4.0.3",
"description": "proxy http requests, for Fastify",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
"devDependencies": {
"@types/node": "^14.0.27",
"@typescript-eslint/parser": "^3.7.1",
"@typescript-eslint/parser": "^3.8.0",
"eslint-plugin-typescript": "^0.14.0",
"express": "^4.16.4",
"express-http-proxy": "^1.6.2",
Expand All @@ -44,7 +44,7 @@
},
"dependencies": {
"fastify-reply-from": "^3.1.3",
"fastify-websocket": "^2.0.6",
"fastify-websocket": "^2.0.7",
"ws": "^7.3.1"
},
"tsd": {
Expand Down

0 comments on commit 5868c19

Please sign in to comment.