Skip to content

Commit cedba6c

Browse files
committed
Bumped v3.2.0
1 parent b51bc3a commit cedba6c

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
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-reply-from",
3-
"version": "3.1.4",
3+
"version": "3.2.0",
44
"description": "forward your HTTP request to another server, for fastify",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -30,13 +30,13 @@
3030
"homepage": "https://github.com/fastify/fastify-reply-from#readme",
3131
"devDependencies": {
3232
"@sinonjs/fake-timers": "^6.0.1",
33-
"@types/node": "^14.0.4",
33+
"@types/node": "^14.6.1",
3434
"@types/tap": "^14.10.0",
35-
"fastify": "^3.0.0",
36-
"got": "^11.1.3",
35+
"fastify": "^3.3.0",
36+
"got": "^11.5.2",
3737
"h2url": "^0.2.0",
3838
"msgpack5": "^4.2.1",
39-
"nock": "^13.0.0",
39+
"nock": "^13.0.4",
4040
"pre-commit": "^1.2.2",
4141
"proxyquire": "^2.1.3",
4242
"simple-get": "^4.0.0",
@@ -48,12 +48,12 @@
4848
},
4949
"dependencies": {
5050
"end-of-stream": "^1.4.1",
51-
"fastify-plugin": "^2.0.0",
51+
"fastify-plugin": "^2.3.3",
52+
"http-errors": "^1.8.0",
5253
"pump": "^3.0.0",
5354
"semver": "^7.2.1",
5455
"tiny-lru": "^7.0.0",
55-
"undici": "^1.0.0",
56-
"http-errors": "^1.8.0"
56+
"undici": "^1.3.1"
5757
},
5858
"tsd": {
5959
"directory": "test"

0 commit comments

Comments
 (0)