Skip to content

Commit c9b8fc8

Browse files
fix(deps): update dependency command-line-args to v6
1 parent a52c104 commit c9b8fc8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"dependencies": {
4747
"chalk": "^4.1.2",
48-
"command-line-args": "^5.2.1",
48+
"command-line-args": "^6.0.0",
4949
"command-line-usage": "^7.0.1",
5050
"dedent": "^1.5.3",
5151
"deepmerge": "^4.3.1",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,16 @@ command-line-args@^5.2.1:
25082508
lodash.camelcase "^4.3.0"
25092509
typical "^4.0.0"
25102510

2511+
command-line-args@^6.0.0:
2512+
version "6.0.0"
2513+
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-6.0.0.tgz#e4703592b0846a9ac440a5a1e2ffc0f89707701e"
2514+
integrity sha512-zDdHxHzlCp/gA1gy0VtPK3YL0Aob3ijJdwZ7H3HSl55hh8EziLtRlyj/od8EGRJfX8IjussC/mQkScl2Ms5Suw==
2515+
dependencies:
2516+
array-back "^6.2.2"
2517+
find-replace "^5.0.1"
2518+
lodash.camelcase "^4.3.0"
2519+
typical "^7.1.1"
2520+
25112521
command-line-usage@^7.0.0, command-line-usage@^7.0.1:
25122522
version "7.0.1"
25132523
resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-7.0.1.tgz#e540afef4a4f3bc501b124ffde33956309100655"
@@ -3705,6 +3715,13 @@ find-replace@^3.0.0:
37053715
dependencies:
37063716
array-back "^3.0.1"
37073717

3718+
find-replace@^5.0.1:
3719+
version "5.0.1"
3720+
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-5.0.1.tgz#28bbcf985b5274f6edd5e087c1e4e26a08b0da21"
3721+
integrity sha512-o5/Y8HrCNRuFF5rdNTkX8Vhv6kTFTV0t1zIoigwlCdbkA9qaapRzxvWPND2VvlFa9LBI05Q1i8ml/saMqkOJUQ==
3722+
dependencies:
3723+
array-back "^6.2.2"
3724+
37083725
find-up@^2.0.0:
37093726
version "2.1.0"
37103727
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"

0 commit comments

Comments
 (0)