Skip to content

Commit c4911cc

Browse files
committed
Update dependencies and pin exact versions.
1 parent 5430dc9 commit c4911cc

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,24 @@
2525
"node": "*"
2626
},
2727
"dependencies": {
28-
"async": "^2.1.4",
29-
"debug": "^2.2.0",
30-
"joi": "^10.0.5",
31-
"lodash.omitby": "^4.4.0",
32-
"mongodb": "^2.1.20",
33-
"semver": "^5.1.0"
28+
"async": "2.4.0",
29+
"debug": "2.6.8",
30+
"joi": "10.5.0",
31+
"jsonapi-server": "2.3.2",
32+
"lodash.omitby": "4.6.0",
33+
"mongodb": "2.2.26",
34+
"semver": "5.3.0"
3435
},
3536
"devDependencies": {
36-
"blanket": "^1.2.3",
37-
"coveralls": "^2.11.9",
38-
"eslint": "^3.11.1",
39-
"jsonapi-server": "^2.2.1",
40-
"mocha": "^3.2.0",
41-
"mocha-lcov-reporter": "^1.2.0",
42-
"mocha-performance": "^0.1.1",
43-
"plato": "^1.5.0",
44-
"v8-profiler": "^5.6.0"
37+
"blanket": "1.2.3",
38+
"coveralls": "2.13.1",
39+
"eslint": "3.19.0",
40+
"jsonapi-server": "2.3.2",
41+
"mocha": "3.4.1",
42+
"mocha-lcov-reporter": "1.3.0",
43+
"mocha-performance": "0.1.1",
44+
"plato": "1.7.0",
45+
"v8-profiler": "5.7.0"
4546
},
4647
"scripts": {
4748
"test": "./node_modules/mocha/bin/mocha --timeout 20000 -R spec ./test/*.js",

0 commit comments

Comments
 (0)