Skip to content

Commit

Permalink
chore: update lodash to 4.17.21 (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeAttwood committed Nov 15, 2021
1 parent b39e1ad commit 1410887
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
"get-stdin": "7.0.0",
"lodash": "4.17.15",
"lodash": "4.17.21",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@commitlint/config-angular": "^8.3.4",
"globby": "10.0.1",
"lodash": "4.17.15"
"lodash": "4.17.21"
},
"devDependencies": {
"@commitlint/utils": "^8.3.4"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"globby": "10.0.1"
},
"dependencies": {
"lodash": "4.17.15"
"lodash": "4.17.21"
}
}
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/utils": "^8.3.4",
"@types/lodash": "4.14.144",
"lodash": "4.17.15",
"lodash": "4.17.21",
"typescript": "3.6.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"@commitlint/parse": "^8.3.4",
"@commitlint/rules": "^8.3.4",
"babel-runtime": "^6.23.0",
"lodash": "4.17.15"
"lodash": "4.17.21"
}
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"babel-runtime": "^6.23.0",
"chalk": "2.4.2",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.15",
"lodash": "4.17.21",
"resolve-from": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@commitlint/load": "^8.3.5",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "4.17.15",
"lodash": "4.17.21",
"throat": "^5.0.0",
"vorpal": "^1.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"import-fresh": "^3.0.0",
"lodash": "4.17.15",
"lodash": "4.17.21",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"conventional-changelog-angular": "1.6.6",
"cross-env": "6.0.3",
"globby": "10.0.1",
"lodash": "4.17.15"
"lodash": "4.17.21"
},
"dependencies": {
"@commitlint/ensure": "^8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@marionebl/sander": "0.6.1",
"execa": "0.11.0",
"is-builtin-module": "3.0.0",
"lodash": "4.17.15",
"lodash": "4.17.21",
"meow": "4.0.1",
"read-pkg": "5.2.0",
"require-from-string": "2.0.2",
Expand Down

0 comments on commit 1410887

Please sign in to comment.