Skip to content

Commit ad69c6f

Browse files
Bump yargs from 16.2.0 to 17.7.2
Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.7.2. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v16.2.0...v17.7.2) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3d3688 commit ad69c6f

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"cross-fetch": "4.1.0",
49-
"yargs": "16"
49+
"yargs": "17"
5050
},
5151
"devDependencies": {
5252
"blueimp-md5": "2.19.0",

yarn.lock

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,15 @@ cliui@^7.0.2:
370370
strip-ansi "^6.0.0"
371371
wrap-ansi "^7.0.0"
372372

373+
cliui@^8.0.1:
374+
version "8.0.1"
375+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
376+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
377+
dependencies:
378+
string-width "^4.2.0"
379+
strip-ansi "^6.0.1"
380+
wrap-ansi "^7.0.0"
381+
373382
374383
version "2.2.2"
375384
resolved "https://registry.yarnpkg.com/cmdmix/-/cmdmix-2.2.2.tgz#32a23a58e4a59c55ff2974e1e0f38b8cdf3e8b5a"
@@ -1254,7 +1263,7 @@ [email protected]:
12541263
is-fullwidth-code-point "^3.0.0"
12551264
strip-ansi "^6.0.1"
12561265

1257-
string-width@^4.1.0, string-width@^4.2.0:
1266+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12581267
version "4.2.3"
12591268
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12601269
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1424,6 +1433,11 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.9:
14241433
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
14251434
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
14261435

1436+
yargs-parser@^21.1.1:
1437+
version "21.1.1"
1438+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1439+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1440+
14271441
yargs-unparser@^2.0.0:
14281442
version "2.0.0"
14291443
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -1447,6 +1461,19 @@ yargs@16, yargs@^16.2.0:
14471461
y18n "^5.0.5"
14481462
yargs-parser "^20.2.2"
14491463

1464+
yargs@17:
1465+
version "17.7.2"
1466+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
1467+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
1468+
dependencies:
1469+
cliui "^8.0.1"
1470+
escalade "^3.1.1"
1471+
get-caller-file "^2.0.5"
1472+
require-directory "^2.1.1"
1473+
string-width "^4.2.3"
1474+
y18n "^5.0.5"
1475+
yargs-parser "^21.1.1"
1476+
14501477
yocto-queue@^0.1.0:
14511478
version "0.1.0"
14521479
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)