We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1def74 commit bafc02bCopy full SHA for bafc02b
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "0http",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"description": "Cero friction HTTP request router. The need for speed!",
5
"main": "index.js",
6
"scripts": {
@@ -29,11 +29,11 @@
29
"homepage": "https://github.com/jkyberneees/0http#readme",
30
"devDependencies": {
31
"body-parser": "^1.19.0",
32
- "chai": "^4.3.0",
33
- "find-my-way": "^3.0.5",
34
- "mocha": "^8.3.0",
+ "chai": "^4.3.4",
+ "find-my-way": "^4.1.0",
+ "mocha": "^8.3.2",
35
"nyc": "^15.1.0",
36
- "supertest": "^4.0.2"
+ "supertest": "^6.1.3"
37
},
38
"files": [
39
"LICENSE",
@@ -43,6 +43,6 @@
43
],
44
"dependencies": {
45
"lru-cache": "^6.0.0",
46
- "trouter": "^3.1.0"
+ "trouter": "^3.2.0"
47
}
48
0 commit comments