Skip to content

Commit 3823523

Browse files
committed
INCREASE dependencies versions.
1 parent a42bb34 commit 3823523

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
},
2525
"homepage": "https://github.com/rdiego26/redis-session-storage",
2626
"dependencies": {
27-
"body-parser": "^1.14.1",
28-
"express": "^4.13.3",
29-
"redis": "^2.1.0"
27+
"body-parser": "1.14.1",
28+
"express": "4.13.3",
29+
"redis": "2.1.0"
3030
},
3131
"devDependencies": {
32-
"mocha": "^2.3.3",
33-
"supertest": "^1.1.0"
32+
"mocha": "3.4.2",
33+
"supertest": "3.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)