Skip to content

Commit ca19d70

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency lodash to v4.17.14 (#724)
1 parent 5757ef2 commit ca19d70

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

@commitlint/cli/package.json

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

@commitlint/config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@commitlint/config-angular": "^8.0.0",
3333
"globby": "10.0.1",
34-
"lodash": "4.17.13"
34+
"lodash": "4.17.14"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.0.0"

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"globby": "10.0.1"
3939
},
4040
"dependencies": {
41-
"lodash": "4.17.13"
41+
"lodash": "4.17.14"
4242
}
4343
}

@commitlint/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^8.0.0",
3838
"@types/lodash": "4.14.134",
3939
"typescript": "3.5.2",
40-
"lodash": "4.17.13"
40+
"lodash": "4.17.14"
4141
},
4242
"dependencies": {
4343
"chalk": "^2.0.1"

@commitlint/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"@commitlint/parse": "^8.0.0",
7474
"@commitlint/rules": "^8.0.0",
7575
"babel-runtime": "^6.23.0",
76-
"lodash": "4.17.13"
76+
"lodash": "4.17.14"
7777
}
7878
}

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
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.13",
76+
"lodash": "4.17.14",
7777
"resolve-from": "^5.0.0"
7878
}
7979
}

@commitlint/prompt/package.json

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

@commitlint/resolve-extends/package.json

Lines changed: 1 addition & 1 deletion
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.13",
45+
"lodash": "4.17.14",
4646
"resolve-from": "^5.0.0",
4747
"resolve-global": "^1.0.0"
4848
}

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
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.13"
70+
"lodash": "4.17.14"
7171
},
7272
"dependencies": {
7373
"@commitlint/ensure": "^8.0.0",

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@marionebl/sander": "0.6.1",
5050
"execa": "0.9.0",
5151
"is-builtin-module": "2.0.0",
52-
"lodash": "4.17.13",
52+
"lodash": "4.17.14",
5353
"meow": "4.0.0",
5454
"read-pkg": "3.0.0",
5555
"require-from-string": "2.0.1",

0 commit comments

Comments
 (0)