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 c637df5 commit 5a24543Copy full SHA for 5a24543
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "middleware-if-unless",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.",
5
"main": "index.js",
6
"scripts": {
@@ -28,14 +28,14 @@
28
},
29
"homepage": "https://github.com/jkyberneees/middleware-if-unless#readme",
30
"devDependencies": {
31
- "chai": "^4.3.6",
+ "chai": "^4.3.7",
32
"express-unless": "^1.0.0",
33
- "mocha": "^9.2.2",
+ "mocha": "^10.2.0",
34
"nyc": "^15.1.0",
35
- "restana": "^4.9.4",
36
- "supertest": "^6.2.2"
+ "restana": "^4.9.7",
+ "supertest": "^6.3.3"
37
38
"dependencies": {
39
- "find-my-way": "^5.5.1"
+ "find-my-way": "^7.4.0"
40
}
41
0 commit comments