Skip to content

Commit 033e8ca

Browse files
angular-robotclydin
authored andcommitted
build: update dependency yargs to v17.6.0
1 parent e781a26 commit 033e8ca

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"webpack-dev-server": "4.11.1",
221221
"webpack-merge": "5.8.0",
222222
"webpack-subresource-integrity": "5.1.0",
223-
"yargs": "17.5.1",
223+
"yargs": "17.6.0",
224224
"yargs-parser": "21.1.1",
225225
"zone.js": "^0.11.3"
226226
}

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"semver": "7.3.7",
4242
"symbol-observable": "4.0.0",
4343
"uuid": "9.0.0",
44-
"yargs": "17.5.1"
44+
"yargs": "17.6.0"
4545
},
4646
"devDependencies": {
4747
"rxjs": "6.6.7"

yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3926,6 +3926,15 @@ cliui@^7.0.2:
39263926
strip-ansi "^6.0.0"
39273927
wrap-ansi "^7.0.0"
39283928

3929+
cliui@^8.0.1:
3930+
version "8.0.1"
3931+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
3932+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
3933+
dependencies:
3934+
string-width "^4.2.0"
3935+
strip-ansi "^6.0.1"
3936+
wrap-ansi "^7.0.0"
3937+
39293938
clone-deep@^4.0.1:
39303939
version "4.0.1"
39313940
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -11781,12 +11790,12 @@ yargs@17.1.1:
1178111790
y18n "^5.0.5"
1178211791
yargs-parser "^20.2.2"
1178311792

11784-
yargs@17.5.1, yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
11785-
version "17.5.1"
11786-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
11787-
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
11793+
yargs@17.6.0:
11794+
version "17.6.0"
11795+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
11796+
integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==
1178811797
dependencies:
11789-
cliui "^7.0.2"
11798+
cliui "^8.0.1"
1179011799
escalade "^3.1.1"
1179111800
get-caller-file "^2.0.5"
1179211801
require-directory "^2.1.1"
@@ -11824,6 +11833,19 @@ yargs@^16.0.0, yargs@^16.1.1:
1182411833
y18n "^5.0.5"
1182511834
yargs-parser "^20.2.2"
1182611835

11836+
yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
11837+
version "17.5.1"
11838+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
11839+
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
11840+
dependencies:
11841+
cliui "^7.0.2"
11842+
escalade "^3.1.1"
11843+
get-caller-file "^2.0.5"
11844+
require-directory "^2.1.1"
11845+
string-width "^4.2.3"
11846+
y18n "^5.0.5"
11847+
yargs-parser "^21.0.0"
11848+
1182711849
yauzl@^2.10.0:
1182811850
version "2.10.0"
1182911851
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)