Skip to content

Commit 925398f

Browse files
dependabot-preview[bot]nklayman
authored andcommitted
chore(deps): bump yargs from 13.3.0 to 14.0.0 (#424)
Bumps [yargs](https://github.com/yargs/yargs) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](yargs/yargs@v13.3.0...v14.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a947394 commit 925398f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"unzip-crx": "^0.2.0",
4747
"webpack": "^4.18.0",
4848
"webpack-chain": "^5.0.0",
49-
"yargs": "^13.2.2"
49+
"yargs": "^14.0.0"
5050
},
5151
"devDependencies": {
5252
"@vue/cli": "^3.0.1",

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17032,7 +17032,7 @@ yargs@^11.0.0:
1703217032
y18n "^3.2.1"
1703317033
yargs-parser "^9.0.2"
1703417034

17035-
yargs@^13.0.0, yargs@^13.2.2, yargs@^13.3.0:
17035+
yargs@^13.0.0, yargs@^13.3.0:
1703617036
version "13.3.0"
1703717037
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
1703817038
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
@@ -17048,6 +17048,23 @@ yargs@^13.0.0, yargs@^13.2.2, yargs@^13.3.0:
1704817048
y18n "^4.0.0"
1704917049
yargs-parser "^13.1.1"
1705017050

17051+
yargs@^14.0.0:
17052+
version "14.0.0"
17053+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
17054+
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
17055+
dependencies:
17056+
cliui "^5.0.0"
17057+
decamelize "^1.2.0"
17058+
find-up "^3.0.0"
17059+
get-caller-file "^2.0.1"
17060+
require-directory "^2.1.1"
17061+
require-main-filename "^2.0.0"
17062+
set-blocking "^2.0.0"
17063+
string-width "^3.0.0"
17064+
which-module "^2.0.0"
17065+
y18n "^4.0.0"
17066+
yargs-parser "^13.1.1"
17067+
1705117068
1705217069
version "2.4.1"
1705317070
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005"

0 commit comments

Comments
 (0)