Skip to content

Commit bafc02b

Browse files
committed
v3.1.1
1 parent a1def74 commit bafc02b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -29,11 +29,11 @@
2929
"homepage": "https://github.com/jkyberneees/0http#readme",
3030
"devDependencies": {
3131
"body-parser": "^1.19.0",
32-
"chai": "^4.3.0",
33-
"find-my-way": "^3.0.5",
34-
"mocha": "^8.3.0",
32+
"chai": "^4.3.4",
33+
"find-my-way": "^4.1.0",
34+
"mocha": "^8.3.2",
3535
"nyc": "^15.1.0",
36-
"supertest": "^4.0.2"
36+
"supertest": "^6.1.3"
3737
},
3838
"files": [
3939
"LICENSE",
@@ -43,6 +43,6 @@
4343
],
4444
"dependencies": {
4545
"lru-cache": "^6.0.0",
46-
"trouter": "^3.1.0"
46+
"trouter": "^3.2.0"
4747
}
4848
}

0 commit comments

Comments
 (0)