Skip to content

Commit

Permalink
chore: update dependency @types/lodash to v4.14.140
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and marionebl committed Sep 27, 2019
1 parent 1362549 commit 25714e4
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.2.0",
"@commitlint/utils": "^8.2.0",
"@types/jest": "24.0.18",
"@types/lodash": "4.14.139",
"@types/lodash": "4.14.140",
"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.2.0",
"@types/lodash": "4.14.139",
"@types/lodash": "4.14.140",
"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.2.0",
"@types/lodash": "4.14.139",
"@types/lodash": "4.14.140",
"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.2.0",
"@commitlint/utils": "^8.2.0",
"@types/lodash": "4.14.139",
"@types/lodash": "4.14.140",
"@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.139":
version "4.14.139"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.139.tgz#b7b8a00d014a7debb29dc2dae4f91d3d3c6d5ab3"
integrity sha512-Z6pbDYaWpluqcF8+6qgv6STPEl0jIlyQmpYGwTrzhgwqok8ltBh/p7GAmYnz81wUhxQRhEr8MBpQrB4fQ/hwIA==
"@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/minimatch@*":
version "3.0.3"
Expand Down

0 comments on commit 25714e4

Please sign in to comment.