diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index b03ac5e346..b0bc43eac7 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -62,7 +62,7 @@ "chalk": "3.0.0", "core-js": "^3.6.1", "get-stdin": "7.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "meow": "5.0.0", "regenerator-runtime": "0.13.3", "resolve-from": "5.0.0", diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index a44f643d5f..652a245661 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -30,8 +30,8 @@ "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { "@commitlint/config-angular": "^8.3.4", - "globby": "10.0.2", - "lodash": "4.17.15" + "globby": "^10.0.2", + "lodash": "^4.17.15" }, "devDependencies": { "@commitlint/utils": "^8.3.4" diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index 0b73396545..901870af08 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -38,6 +38,6 @@ "globby": "10.0.2" }, "dependencies": { - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 3c2657d56c..daaf955f0a 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -53,6 +53,6 @@ "@commitlint/is-ignored": "^8.3.5", "@commitlint/parse": "^8.3.4", "@commitlint/rules": "^8.3.4", - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 2d02830b9a..2ab4e58541 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -44,7 +44,7 @@ "@commitlint/rules": "^8.3.4", "chalk": "3.0.0", "cosmiconfig": "^6.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "resolve-from": "^5.0.0" } } diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 2d0549276e..f7df2deb65 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -43,6 +43,6 @@ "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-commits-parser": "^3.0.0", - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index ef46fd7f65..4811b66c2f 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -52,7 +52,7 @@ "dependencies": { "@commitlint/load": "^8.3.5", "chalk": "^3.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "throat": "^5.0.0", "vorpal": "^1.12.0" } diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index a1c2c3c09e..24c1cb8480 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "import-fresh": "^3.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" } diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 4623f393f4..b5f7322ee1 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -38,8 +38,8 @@ "@commitlint/test": "8.2.0", "@commitlint/utils": "^8.3.4", "conventional-changelog-angular": "5.0.6", - "globby": "10.0.2", - "lodash": "4.17.15" + "globby": "^10.0.2", + "lodash": "^4.17.15" }, "dependencies": { "@commitlint/ensure": "^8.3.4", diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 9df2a1bdea..c2a95c4224 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -44,7 +44,7 @@ "@marionebl/sander": "0.6.1", "execa": "0.11.0", "is-builtin-module": "3.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "meow": "4.0.1", "read-pkg": "5.2.0", "require-from-string": "2.0.2",