Skip to content

Commit

Permalink
fix(deps): update dependency command-line-args to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent a52c104 commit c9b8fc8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {
"chalk": "^4.1.2",
"command-line-args": "^5.2.1",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.1",
"dedent": "^1.5.3",
"deepmerge": "^4.3.1",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,16 @@ command-line-args@^5.2.1:
lodash.camelcase "^4.3.0"
typical "^4.0.0"

command-line-args@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-6.0.0.tgz#e4703592b0846a9ac440a5a1e2ffc0f89707701e"
integrity sha512-zDdHxHzlCp/gA1gy0VtPK3YL0Aob3ijJdwZ7H3HSl55hh8EziLtRlyj/od8EGRJfX8IjussC/mQkScl2Ms5Suw==
dependencies:
array-back "^6.2.2"
find-replace "^5.0.1"
lodash.camelcase "^4.3.0"
typical "^7.1.1"

command-line-usage@^7.0.0, command-line-usage@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-7.0.1.tgz#e540afef4a4f3bc501b124ffde33956309100655"
Expand Down Expand Up @@ -3705,6 +3715,13 @@ find-replace@^3.0.0:
dependencies:
array-back "^3.0.1"

find-replace@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-5.0.1.tgz#28bbcf985b5274f6edd5e087c1e4e26a08b0da21"
integrity sha512-o5/Y8HrCNRuFF5rdNTkX8Vhv6kTFTV0t1zIoigwlCdbkA9qaapRzxvWPND2VvlFa9LBI05Q1i8ml/saMqkOJUQ==
dependencies:
array-back "^6.2.2"

find-up@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
Expand Down

0 comments on commit c9b8fc8

Please sign in to comment.