Skip to content

Commit 7eb00ae

Browse files
committed
fix(deps): update dependency command-line-args to ^5.2.0
1 parent b5f4227 commit 7eb00ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"chalk": "^4.1.1",
44-
"command-line-args": "^5.1.3",
44+
"command-line-args": "^5.2.0",
4545
"dedent": "^0.7.0",
4646
"deepmerge": "^4.2.2",
4747
"ejs": "^3.1.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2937,10 +2937,10 @@ colorette@^1.2.2:
29372937
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
29382938
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
29392939

2940-
command-line-args@^5.1.3:
2941-
version "5.1.3"
2942-
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.3.tgz#1e57d2816f28804073bb5e75cd24e02e2aa321e7"
2943-
integrity sha512-a5tF6mjqRSOBswBwdMkKY47JQ464Dkg9Pcwbxwo9wxRhKWZjtBktmBASllk3AMJ7qBuWgsAGtVa7b2/+EsymOQ==
2940+
command-line-args@^5.2.0:
2941+
version "5.2.0"
2942+
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.0.tgz#087b02748272169741f1fd7c785b295df079b9be"
2943+
integrity sha512-4zqtU1hYsSJzcJBOcNZIbW5Fbk9BkjCp1pZVhQKoRaWL5J7N4XphDLwo8aWwdQpTugxwu+jf9u2ZhkXiqp5Z6A==
29442944
dependencies:
29452945
array-back "^3.1.0"
29462946
find-replace "^3.0.0"

0 commit comments

Comments
 (0)