diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 13cd8a41d6..2ff2d36128 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -37,7 +37,7 @@ "@commitlint/parse": "^8.3.0", "@commitlint/utils": "^8.3.0", "@types/jest": "24.0.18", - "@types/lodash": "4.14.140", + "@types/lodash": "4.14.144", "jest": "24.8.0", "ts-jest": "24.1.0" } diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 327a6cbf15..3df7c8d23c 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -35,7 +35,7 @@ "license": "MIT", "devDependencies": { "@commitlint/utils": "^8.3.0", - "@types/lodash": "4.14.140", + "@types/lodash": "4.14.144", "lodash": "4.17.15", "typescript": "3.5.3" }, diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 7c9791e0c5..5ca3e24f59 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@commitlint/test": "8.2.0", "@commitlint/utils": "^8.3.0", - "@types/lodash": "4.14.140", + "@types/lodash": "4.14.144", "import-from": "3.0.0", "typescript": "3.5.3" }, diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index aa659be249..c5f7d22b52 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@commitlint/parse": "^8.3.0", "@commitlint/utils": "^8.3.0", - "@types/lodash": "4.14.140", + "@types/lodash": "4.14.144", "@types/resolve-from": "5.0.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 16c6ca3fbd..100dd537e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1304,10 +1304,10 @@ dependencies: "@types/jest-diff" "*" -"@types/lodash@4.14.140": - version "4.14.140" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.140.tgz#8d2bd55e6a22221cd662bbb85969eb00ec283da6" - integrity sha512-OU57uYCUUv9s8lgQTYuQlL6xkttWtz8VLCJSnt8ikla9+UXqMGJ8adCprSw7egJHSHwGvFpGhfpQDtHm/NQ3Cw== +"@types/lodash@4.14.144": + version "4.14.144" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.144.tgz#12e57fc99064bce45e5ab3c8bc4783feb75eab8e" + integrity sha512-ogI4g9W5qIQQUhXAclq6zhqgqNUr7UlFaqDHbch7WLSLeeM/7d3CRaw7GLajxvyFvhJqw4Rpcz5bhoaYtIx6Tg== "@types/minimatch@*": version "3.0.3"