mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Bump command-line-args from 5.1.2 to 5.1.3
Bumps [command-line-args](https://github.com/75lb/command-line-args) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/75lb/command-line-args/releases) - [Commits](https://github.com/75lb/command-line-args/compare/v5.1.2...v5.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0c9fd745d9
commit
3ef2f762c9
2 changed files with 7 additions and 12 deletions
|
@ -34,7 +34,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.28.2",
|
||||
"@typescript-eslint/parser": "^4.28.2",
|
||||
"command-line-args": "^5.1.2",
|
||||
"command-line-args": "^5.1.3",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1147,16 +1147,11 @@ arr-union@^3.1.0:
|
|||
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
||||
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
|
||||
|
||||
array-back@^3.0.1:
|
||||
array-back@^3.0.1, array-back@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
|
||||
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
|
||||
|
||||
array-back@^6.1.2:
|
||||
version "6.1.2"
|
||||
resolved "https://registry.yarnpkg.com/array-back/-/array-back-6.1.2.tgz#e57a39091b3e8bf5dd1ad335155f81fd9e792106"
|
||||
integrity sha512-V/+UG3q3273RgjbayqQrWbdCEFJqGXa5gnvaBnDtmrFlMXQoTypYpu1DVSSrHytX1U72LzL8CkoQS9N86LV9Cw==
|
||||
|
||||
array-differ@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
|
||||
|
@ -1750,12 +1745,12 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
|||
dependencies:
|
||||
delayed-stream "~1.0.0"
|
||||
|
||||
command-line-args@^5.1.2:
|
||||
version "5.1.2"
|
||||
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.2.tgz#25908e573d2214bc23a8437e3df853b02dffa425"
|
||||
integrity sha512-fytTsbndLbl+pPWtS0CxLV3BEWw9wJayB8NnU2cbQqVPsNdYezQeT+uIQv009m+GShnMNyuoBrRo8DTmuTfSCA==
|
||||
command-line-args@^5.1.3:
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.3.tgz#1e57d2816f28804073bb5e75cd24e02e2aa321e7"
|
||||
integrity sha512-a5tF6mjqRSOBswBwdMkKY47JQ464Dkg9Pcwbxwo9wxRhKWZjtBktmBASllk3AMJ7qBuWgsAGtVa7b2/+EsymOQ==
|
||||
dependencies:
|
||||
array-back "^6.1.2"
|
||||
array-back "^3.1.0"
|
||||
find-replace "^3.0.0"
|
||||
lodash.camelcase "^4.3.0"
|
||||
typical "^4.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue