From 31573386082e28bf3b12b17a434d0a104b8a759c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Mar 2019 17:04:16 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 41 +++++++++++++++++++++-------- package.json | 66 +++++++++++++++++++++++------------------------ 2 files changed, 63 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fa104f..5f6e102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3665,7 +3665,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3686,12 +3687,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3706,17 +3709,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3833,7 +3839,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3845,6 +3852,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3859,6 +3867,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3866,12 +3875,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -3890,6 +3901,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3970,7 +3982,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3982,6 +3995,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4067,7 +4081,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4103,6 +4118,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4122,6 +4138,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4165,12 +4182,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, diff --git a/package.json b/package.json index 13c481b..5861d74 100644 --- a/package.json +++ b/package.json @@ -20,39 +20,39 @@ "universe-log": "^1.3.0" }, "devDependencies": { - "@commitlint/cli": "^7.2.1", - "@commitlint/config-conventional": "^7.1.2", - "@types/bluebird": "^3.5.24", - "@types/chai": "^4.1.6", - "@types/chai-as-promised": "^7.1.0", - "@types/express": "^4.16.0", - "@types/lodash": "^4.14.117", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", - "@types/sinon": "^7.0.5", - "@types/uuid": "^3.4.4", - "body-parser": "^1.18.3", - "chai": "^4.2.0", - "chai-as-promised": "^7.1.1", - "conventional-changelog-cli": "^2.0.5", - "express": "^4.16.4", - "fast-clone": "^1.5.3", - "husky": "^1.1.2", - "istanbul": "^0.4.5", - "jayson": "^2.1.0", - "mocha": "^5.2.0", - "nyc": "^13.3.0", - "semantic-release": "^16.0.0-beta.18", - "sinon": "^7.2.3", - "source-map-support": "^0.5.9", - "ts-node": "^7.0.1", - "tslint": "^5.11.0", - "typescript": "^3.1.3", - "typescript-json-schema": "^0.32.0", - "uuid": "^3.3.2", - "webpack": "^4.20.2", - "webpack-cli": "^3.1.2", - "webpack-visualizer-plugin": "^0.1.11" + "@commitlint/cli": "7.2.1", + "@commitlint/config-conventional": "7.1.2", + "@types/bluebird": "3.5.24", + "@types/chai": "4.1.6", + "@types/chai-as-promised": "7.1.0", + "@types/express": "4.16.0", + "@types/lodash": "4.14.117", + "@types/mocha": "5.2.5", + "@types/node": "10.12.0", + "@types/sinon": "7.0.5", + "@types/uuid": "3.4.4", + "body-parser": "1.18.3", + "chai": "4.2.0", + "chai-as-promised": "7.1.1", + "conventional-changelog-cli": "2.0.5", + "express": "4.16.4", + "fast-clone": "1.5.3", + "husky": "1.1.2", + "istanbul": "0.4.5", + "jayson": "2.1.0", + "mocha": "5.2.0", + "nyc": "13.3.0", + "semantic-release": "16.0.0-beta.18", + "sinon": "7.2.3", + "source-map-support": "0.5.9", + "ts-node": "7.0.1", + "tslint": "5.11.0", + "typescript": "3.1.3", + "typescript-json-schema": "0.32.0", + "uuid": "3.3.2", + "webpack": "4.20.2", + "webpack-cli": "3.1.2", + "webpack-visualizer-plugin": "0.1.11" }, "scripts": { "check": "if echo \"$(node --version)\" | grep -q \"$(cat .nvmrc)\"; then echo \"Node version correct\"; else echo \"Node version does not match that in .nvmrc\" && exit 1; fi",