From 861b93ae8a3e99db6e84a0ad8e47ff74eea4ce03 Mon Sep 17 00:00:00 2001 From: Pedro Romano Date: Sun, 21 May 2017 14:34:19 +0100 Subject: [PATCH] Update dependencies not causing regressions and pin exact versions. --- package.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index d395d6fd..d5a94831 100644 --- a/package.json +++ b/package.json @@ -19,40 +19,40 @@ "node": "*" }, "dependencies": { - "async": "^2.0.1", - "body-parser": "^1.15.1", - "cookie-parser": "^1.4.3", - "debug": "^2.2.0", - "express": "^4.13.4", "express-graphql": "^0.5.4", "graphql": "^0.7.0", - "istanbul": "^0.4.5", - "joi": "^9.0.4", - "lodash.assign": "^4.0.9", - "lodash.isequal": "^4.2.0", - "lodash.omit": "^4.3.0", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "lodash.uniqby": "^4.5.0", - "node-uuid": "^1.4.7", - "qs": "^6.2.0", - "request": "^2.72.0", - "use-strict": "^1.0.1" + "async": "2.4.0", + "body-parser": "1.17.2", + "cookie-parser": "1.4.3", + "debug": "2.6.8", + "express": "4.15.3", + "joi": "10.5.0", + "lodash.assign": "4.2.0", + "lodash.isequal": "4.5.0", + "lodash.omit": "4.5.0", + "lodash.pick": "4.4.0", + "lodash.uniq": "4.5.0", + "lodash.uniqby": "4.7.0", + "node-uuid": "1.4.8", + "qs": "6.4.0", + "request": "2.81.0", + "use-strict": "1.0.1" }, "devDependencies": { "eslint": "^3.6.1", "eslint-config-standard": "^6.1.0", "eslint-plugin-promise": "^3.3.0", "eslint-plugin-standard": "^2.0.0", - "jscpd": "^0.6.1", - "lokka": "^1.7.0", - "lokka-transport-http": "^1.4.0", - "mocha": "^3.1.0", - "mocha-performance": "^0.1.1", - "node-inspector": "^1.1.0", - "plato": "^1.7.0", - "swagger-tools": "^0.10.1", - "v8-profiler": "^5.6.5" + "istanbul": "0.4.5", + "jscpd": "0.6.11", + "lokka": "1.7.0", + "lokka-transport-http": "1.6.1", + "mocha": "3.4.1", + "mocha-performance": "0.1.1", + "node-inspector": "1.1.1", + "plato": "1.7.0", + "swagger-tools": "0.10.1", + "v8-profiler": "5.7.0" }, "scripts": { "test": "node ./node_modules/mocha/bin/mocha --require use-strict -S -R spec ./test/*.js",