Skip to content

Commit 5a24543

Browse files
committed
v1.4.0
1 parent c637df5 commit 5a24543

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": "middleware-if-unless",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.",
55
"main": "index.js",
66
"scripts": {
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/jkyberneees/middleware-if-unless#readme",
3030
"devDependencies": {
31-
"chai": "^4.3.6",
31+
"chai": "^4.3.7",
3232
"express-unless": "^1.0.0",
33-
"mocha": "^9.2.2",
33+
"mocha": "^10.2.0",
3434
"nyc": "^15.1.0",
35-
"restana": "^4.9.4",
36-
"supertest": "^6.2.2"
35+
"restana": "^4.9.7",
36+
"supertest": "^6.3.3"
3737
},
3838
"dependencies": {
39-
"find-my-way": "^5.5.1"
39+
"find-my-way": "^7.4.0"
4040
}
4141
}

0 commit comments

Comments
 (0)