Skip to content

Commit a894409

Browse files
committed
v3.4.2
1 parent 82e27f8 commit a894409

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "v3.4.1",
3+
"version": "v3.4.2",
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -28,13 +28,13 @@
2828
},
2929
"homepage": "https://github.com/jkyberneees/0http#readme",
3030
"devDependencies": {
31-
"body-parser": "^1.19.1",
32-
"chai": "^4.3.6",
31+
"body-parser": "^1.20.1",
32+
"chai": "^4.3.7",
3333
"cross-env": "^7.0.3",
3434
"find-my-way": "^5.2.0",
35-
"mocha": "^9.2.0",
35+
"mocha": "^10.1.0",
3636
"nyc": "^15.1.0",
37-
"supertest": "^6.2.2"
37+
"supertest": "^6.3.3"
3838
},
3939
"files": [
4040
"LICENSE",
@@ -43,8 +43,8 @@
4343
"lib/"
4444
],
4545
"dependencies": {
46-
"lru-cache": "^7.10.1",
47-
"regexparam": "^2.0.0",
46+
"lru-cache": "^7.14.1",
47+
"regexparam": "^2.0.1",
4848
"trouter": "^3.2.0"
4949
}
5050
}

0 commit comments

Comments
 (0)