Skip to content

Commit

Permalink
chore: update dependency @types/lodash to v4.14.144 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Oct 21, 2019
1 parent 8741fbe commit 38eb2e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 38eb2e7

Please sign in to comment.