Skip to content

Commit 71b6006

Browse files
authored
Merge pull request #5 from jkyberneees/update-dependencies
updating dependencies
2 parents 949560a + 716ba5d commit 71b6006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "middleware-if-unless",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.",
55
"main": "index.js",
66
"scripts": {
@@ -30,13 +30,13 @@
3030
"devDependencies": {
3131
"chai": "^4.2.0",
3232
"express-unless": "^0.5.0",
33-
"mocha": "^6.2.2",
33+
"mocha": "^7.1.0",
3434
"nyc": "^14.1.1",
3535
"restana": "^3.4.2",
36-
"standard": "^14.3.1",
36+
"standard": "^14.3.3",
3737
"supertest": "^3.4.2"
3838
},
3939
"dependencies": {
40-
"find-my-way": "^2.2.1"
40+
"find-my-way": "^2.2.2"
4141
}
4242
}

0 commit comments

Comments
 (0)