Skip to content

Commit 58fb764

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency command-line-args to ^5.1.3
1 parent e5dfd13 commit 58fb764

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.1",
44+
"command-line-args": "^5.1.3",
4545
"dedent": "^0.7.0",
4646
"deepmerge": "^4.2.2",
4747
"ejs": "^3.1.6",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ arr-union@^3.1.0:
22992299
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
23002300
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
23012301

2302-
array-back@^3.0.1:
2302+
array-back@^3.0.1, array-back@^3.1.0:
23032303
version "3.1.0"
23042304
resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
23052305
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
@@ -2879,12 +2879,12 @@ colorette@^1.2.2:
28792879
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
28802880
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
28812881

2882-
command-line-args@^5.1.1:
2883-
version "5.1.1"
2884-
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.1.tgz#88e793e5bb3ceb30754a86863f0401ac92fd369a"
2885-
integrity sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==
2882+
command-line-args@^5.1.3:
2883+
version "5.1.3"
2884+
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.3.tgz#1e57d2816f28804073bb5e75cd24e02e2aa321e7"
2885+
integrity sha512-a5tF6mjqRSOBswBwdMkKY47JQ464Dkg9Pcwbxwo9wxRhKWZjtBktmBASllk3AMJ7qBuWgsAGtVa7b2/+EsymOQ==
28862886
dependencies:
2887-
array-back "^3.0.1"
2887+
array-back "^3.1.0"
28882888
find-replace "^3.0.0"
28892889
lodash.camelcase "^4.3.0"
28902890
typical "^4.0.0"

0 commit comments

Comments
 (0)