Skip to content

Commit f5501c5

Browse files
committed
v1.1.1
1 parent 9b3ca89 commit f5501c5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-proxy-lite",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Forward your HTTP request to another server.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -35,20 +35,20 @@
3535
},
3636
"homepage": "https://github.com/BackendStack21/fast-proxy-lite",
3737
"devDependencies": {
38-
"0http": "^3.1.1",
39-
"body-parser": "^1.19.0",
40-
"chai": "^4.3.4",
41-
"follow-redirects": "^1.14.5",
38+
"0http": "^3.4.1",
39+
"body-parser": "^1.20.0",
40+
"chai": "^4.3.6",
41+
"follow-redirects": "^1.15.2",
4242
"http-proxy": "^1.18.1",
43-
"mocha": "^9.1.3",
44-
"nock": "^13.2.0",
43+
"mocha": "^10.0.0",
44+
"nock": "^13.2.9",
4545
"nyc": "^15.1.0",
46-
"pem": "^1.14.4",
47-
"restana": "^4.9.2",
48-
"supertest": "^6.1.6"
46+
"pem": "^1.14.6",
47+
"restana": "^4.9.6",
48+
"supertest": "^6.2.4"
4949
},
5050
"dependencies": {
5151
"pump": "^3.0.0",
52-
"tiny-lru": "^7.0.6"
52+
"tiny-lru": "^8.0.2"
5353
}
5454
}

0 commit comments

Comments
 (0)