Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit ca8526f

Browse files
committed
v1.6.3
1 parent b2ebd7a commit ca8526f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-proxy",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Forward your HTTP request to another server.",
55
"main": "index.js",
66
"scripts": {
@@ -34,27 +34,27 @@
3434
},
3535
"homepage": "https://github.com/fastify/fast-proxy",
3636
"devDependencies": {
37-
"0http": "^2.2.4",
37+
"0http": "^2.5.2",
3838
"body-parser": "^1.19.0",
3939
"chai": "^4.2.0",
40-
"fastify": "^2.13.1",
40+
"fastify": "^2.15.1",
4141
"fastify-reply-from": "^2.1.0",
4242
"follow-redirects": "^1.11.0",
4343
"h2url": "^0.2.0",
44-
"http-proxy": "^1.18.0",
45-
"mocha": "^7.1.1",
44+
"http-proxy": "^1.18.1",
45+
"mocha": "^7.2.0",
4646
"nock": "^12.0.3",
47-
"nyc": "^15.0.1",
47+
"nyc": "^15.1.0",
4848
"pem": "^1.14.4",
49-
"restana": "^4.3.2",
50-
"standard": "^14.3.3",
49+
"restana": "^4.6.1",
50+
"standard": "^14.3.4",
5151
"supertest": "^4.0.2"
5252
},
5353
"dependencies": {
5454
"end-of-stream": "^1.4.4",
5555
"pump": "^3.0.0",
5656
"semver": "^7.3.2",
57-
"tiny-lru": "^7.0.2",
58-
"undici": "^0.5.0"
57+
"tiny-lru": "^7.0.6",
58+
"undici": "^1.0.3"
5959
}
6060
}

0 commit comments

Comments
 (0)