Skip to content

Commit ca29172

Browse files
committed
1 parent 407eca8 commit ca29172

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
2626
"devDependencies": {
27-
"@types/node": "^14.0.14",
28-
"@typescript-eslint/parser": "^3.5.0",
27+
"@types/node": "^14.0.18",
28+
"@typescript-eslint/parser": "^3.6.0",
2929
"eslint-plugin-typescript": "^0.14.0",
3030
"express": "^4.16.4",
3131
"express-http-proxy": "^1.5.0",
32-
"fastify": "^3.0.0-rc.5",
33-
"got": "^11.3.0",
32+
"fastify": "^3.0.0",
33+
"got": "^11.4.0",
3434
"http-errors": "^1.8.0",
3535
"http-proxy": "^1.17.0",
3636
"make-promises-safe": "^5.0.0",
@@ -40,12 +40,12 @@
4040
"standard": "^14.0.2",
4141
"tap": "^14.0.0",
4242
"tsd": "^0.13.1",
43-
"typescript": "^3.4.5"
43+
"typescript": "^3.9.6"
4444
},
4545
"dependencies": {
46-
"fastify-websocket": "^2.0.1",
47-
"ws": "^7.2.5",
48-
"fastify-reply-from": "^3.1.0"
46+
"fastify-reply-from": "^3.1.2",
47+
"fastify-websocket": "^2.0.3",
48+
"ws": "^7.3.1"
4949
},
5050
"tsd": {
5151
"directory": "test"

0 commit comments

Comments
 (0)