diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 33645d70c1..93d52d8fb3 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -40,7 +40,7 @@ "@commitlint/parse": "^8.0.0", "@commitlint/utils": "^8.0.0", "@types/jest": "24.0.13", - "@types/lodash": "4.14.130", + "@types/lodash": "4.14.134", "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index c2b528fba8..13a2cd1c3f 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@commitlint/utils": "^8.0.0", "@types/jest": "24.0.13", - "@types/lodash": "4.14.133", + "@types/lodash": "4.14.134", "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index 2aba9303a9..b14872b409 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -39,7 +39,7 @@ "@commitlint/parse": "^8.0.0", "@commitlint/utils": "^8.0.0", "@types/jest": "24.0.13", - "@types/lodash": "4.14.130", + "@types/lodash": "4.14.134", "@types/resolve-from": "5.0.1", "concurrently": "3.5.1", "jest": "24.8.0", diff --git a/yarn.lock b/yarn.lock index 55e1b60344..712160e582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1072,13 +1072,10 @@ dependencies: "@types/jest-diff" "*" -"@types/lodash@4.14.130": - version "4.14.130" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.130.tgz#04b3a690d5f4fc34579963c99adae067b8c8eb5a" - -"@types/lodash@4.14.133": - version "4.14.133" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.133.tgz#430721c96da22dd1694443e68e6cec7ba1c1003d" +"@types/lodash@4.14.134": + version "4.14.134" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.134.tgz#9032b440122db3a2a56200e91191996161dde5b9" + integrity sha512-2/O0khFUCFeDlbi7sZ7ZFRCcT812fAeOLm7Ev4KbwASkZ575TDrDcY7YyaoHdTOzKcNbfiwLYZqPmoC4wadrsw== "@types/minimatch@*": version "3.0.3" @@ -8773,6 +8770,7 @@ sshpk@1.14.1: sshpk@^1.7.0: version "1.16.1" resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" + integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== dependencies: asn1 "~0.2.3" assert-plus "^1.0.0"