Skip to content

Commit e125272

Browse files
authored
Merge pull request #287 from paparomeo/update-dependencies
Update dependencies not causing regressions and pin exact versions
2 parents 8173e16 + 861b93a commit e125272

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@
1919
"node": "*"
2020
},
2121
"dependencies": {
22-
"async": "^2.0.1",
23-
"body-parser": "^1.15.1",
24-
"cookie-parser": "^1.4.3",
25-
"debug": "^2.2.0",
26-
"express": "^4.13.4",
2722
"express-graphql": "^0.5.4",
2823
"graphql": "^0.7.0",
29-
"istanbul": "^0.4.5",
30-
"joi": "^9.0.4",
31-
"lodash.assign": "^4.0.9",
32-
"lodash.isequal": "^4.2.0",
33-
"lodash.omit": "^4.3.0",
34-
"lodash.pick": "^4.2.1",
35-
"lodash.uniq": "^4.3.0",
36-
"lodash.uniqby": "^4.5.0",
37-
"node-uuid": "^1.4.7",
38-
"qs": "^6.2.0",
39-
"request": "^2.72.0",
40-
"use-strict": "^1.0.1"
24+
"async": "2.4.0",
25+
"body-parser": "1.17.2",
26+
"cookie-parser": "1.4.3",
27+
"debug": "2.6.8",
28+
"express": "4.15.3",
29+
"joi": "10.5.0",
30+
"lodash.assign": "4.2.0",
31+
"lodash.isequal": "4.5.0",
32+
"lodash.omit": "4.5.0",
33+
"lodash.pick": "4.4.0",
34+
"lodash.uniq": "4.5.0",
35+
"lodash.uniqby": "4.7.0",
36+
"node-uuid": "1.4.8",
37+
"qs": "6.4.0",
38+
"request": "2.81.0",
39+
"use-strict": "1.0.1"
4140
},
4241
"devDependencies": {
4342
"eslint": "^3.6.1",
4443
"eslint-config-standard": "^6.1.0",
4544
"eslint-plugin-promise": "^3.3.0",
4645
"eslint-plugin-standard": "^2.0.0",
47-
"jscpd": "^0.6.1",
48-
"lokka": "^1.7.0",
49-
"lokka-transport-http": "^1.4.0",
50-
"mocha": "^3.1.0",
51-
"mocha-performance": "^0.1.1",
52-
"node-inspector": "^1.1.0",
53-
"plato": "^1.7.0",
54-
"swagger-tools": "^0.10.1",
55-
"v8-profiler": "^5.6.5"
46+
"istanbul": "0.4.5",
47+
"jscpd": "0.6.11",
48+
"lokka": "1.7.0",
49+
"lokka-transport-http": "1.6.1",
50+
"mocha": "3.4.1",
51+
"mocha-performance": "0.1.1",
52+
"node-inspector": "1.1.1",
53+
"plato": "1.7.0",
54+
"swagger-tools": "0.10.1",
55+
"v8-profiler": "5.7.0"
5656
},
5757
"scripts": {
5858
"test": "node ./node_modules/mocha/bin/mocha --require use-strict -S -R spec ./test/*.js",

0 commit comments

Comments
 (0)