diff --git a/package.json b/package.json index 1b3cfda..65419b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middleware-if-unless", - "version": "1.3.0", + "version": "1.4.0", "description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.", "main": "index.js", "scripts": { @@ -28,14 +28,14 @@ }, "homepage": "https://github.com/jkyberneees/middleware-if-unless#readme", "devDependencies": { - "chai": "^4.3.6", + "chai": "^4.3.7", "express-unless": "^1.0.0", - "mocha": "^9.2.2", + "mocha": "^10.2.0", "nyc": "^15.1.0", - "restana": "^4.9.4", - "supertest": "^6.2.2" + "restana": "^4.9.7", + "supertest": "^6.3.3" }, "dependencies": { - "find-my-way": "^5.5.1" + "find-my-way": "^7.4.0" } }