Skip to content

Commit

Permalink
chore: update dependency lodash to v4.17.15 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and byCedric committed Sep 19, 2019
1 parent dc4dfd7 commit ba5fcb6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -77,7 +77,7 @@
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
"get-stdin": "7.0.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"meow": "5.0.0",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-patternplate/package.json
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@commitlint/config-angular": "^8.2.0",
"globby": "10.0.1",
"lodash": "4.17.14"
"lodash": "4.17.15"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -38,6 +38,6 @@
"globby": "10.0.1"
},
"dependencies": {
"lodash": "4.17.14"
"lodash": "4.17.15"
}
}
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/utils": "^8.2.0",
"@types/lodash": "4.14.136",
"lodash": "4.17.14",
"lodash": "4.17.15",
"typescript": "3.5.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Expand Up @@ -73,6 +73,6 @@
"@commitlint/parse": "^8.2.0",
"@commitlint/rules": "^8.2.0",
"babel-runtime": "^6.23.0",
"lodash": "4.17.14"
"lodash": "4.17.15"
}
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -73,7 +73,7 @@
"babel-runtime": "^6.23.0",
"chalk": "2.4.2",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"resolve-from": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -68,7 +68,7 @@
"@commitlint/load": "^8.2.0",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"throat": "^5.0.0",
"vorpal": "^1.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@types/node": "^12.0.2",
"import-fresh": "^3.0.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Expand Up @@ -67,7 +67,7 @@
"conventional-changelog-angular": "1.6.6",
"cross-env": "5.1.1",
"globby": "10.0.1",
"lodash": "4.17.14"
"lodash": "4.17.15"
},
"dependencies": {
"@commitlint/ensure": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -49,7 +49,7 @@
"@marionebl/sander": "0.6.1",
"execa": "0.11.0",
"is-builtin-module": "2.0.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"meow": "4.0.1",
"read-pkg": "3.0.0",
"require-from-string": "2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7287,7 +7287,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

lodash@4.17.11, lodash@4.17.14, lodash@^3.3.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
lodash@4.17.11, lodash@4.17.14, lodash@4.17.15, lodash@^3.3.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.14"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
Expand Down

0 comments on commit ba5fcb6

Please sign in to comment.