Skip to content

Commit ba5fcb6

Browse files
renovate[bot]byCedric
authored andcommitted
chore: update dependency lodash to v4.17.15 (#762)
1 parent dc4dfd7 commit ba5fcb6

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Diff for: @commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.4.2",
7979
"get-stdin": "7.0.0",
80-
"lodash": "4.17.14",
80+
"lodash": "4.17.15",
8181
"meow": "5.0.0",
8282
"resolve-from": "5.0.0",
8383
"resolve-global": "1.0.0"

Diff for: @commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@commitlint/config-angular": "^8.2.0",
3333
"globby": "10.0.1",
34-
"lodash": "4.17.14"
34+
"lodash": "4.17.15"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.2.0"

Diff for: @commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"globby": "10.0.1"
3939
},
4040
"dependencies": {
41-
"lodash": "4.17.14"
41+
"lodash": "4.17.15"
4242
}
4343
}

Diff for: @commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.2.0",
3838
"@types/lodash": "4.14.136",
39-
"lodash": "4.17.14",
39+
"lodash": "4.17.15",
4040
"typescript": "3.5.3"
4141
},
4242
"dependencies": {

Diff for: @commitlint/lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"@commitlint/parse": "^8.2.0",
7474
"@commitlint/rules": "^8.2.0",
7575
"babel-runtime": "^6.23.0",
76-
"lodash": "4.17.14"
76+
"lodash": "4.17.15"
7777
}
7878
}

Diff for: @commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"babel-runtime": "^6.23.0",
7474
"chalk": "2.4.2",
7575
"cosmiconfig": "^5.2.0",
76-
"lodash": "4.17.14",
76+
"lodash": "4.17.15",
7777
"resolve-from": "^5.0.0"
7878
}
7979
}

Diff for: @commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@commitlint/load": "^8.2.0",
6969
"babel-runtime": "^6.23.0",
7070
"chalk": "^2.0.0",
71-
"lodash": "4.17.14",
71+
"lodash": "4.17.15",
7272
"throat": "^5.0.0",
7373
"vorpal": "^1.12.0"
7474
}

Diff for: @commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@types/node": "^12.0.2",
4444
"import-fresh": "^3.0.0",
45-
"lodash": "4.17.14",
45+
"lodash": "4.17.15",
4646
"resolve-from": "^5.0.0",
4747
"resolve-global": "^1.0.0"
4848
}

Diff for: @commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"conventional-changelog-angular": "1.6.6",
6868
"cross-env": "5.1.1",
6969
"globby": "10.0.1",
70-
"lodash": "4.17.14"
70+
"lodash": "4.17.15"
7171
},
7272
"dependencies": {
7373
"@commitlint/ensure": "^8.2.0",

Diff for: @packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@marionebl/sander": "0.6.1",
5050
"execa": "0.11.0",
5151
"is-builtin-module": "2.0.0",
52-
"lodash": "4.17.14",
52+
"lodash": "4.17.15",
5353
"meow": "4.0.1",
5454
"read-pkg": "3.0.0",
5555
"require-from-string": "2.0.2",

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7287,7 +7287,7 @@ lodash.uniq@^4.5.0:
72877287
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
72887288
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
72897289

7290-
[email protected], [email protected], 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:
7290+
[email protected], [email protected], 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:
72917291
version "4.17.14"
72927292
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
72937293
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

0 commit comments

Comments
 (0)