Skip to content

Commit

Permalink
build: update dependency yargs to v17.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and clydin committed Oct 3, 2022
1 parent e781a26 commit 033e8ca
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -220,7 +220,7 @@
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.1.0",
"yargs": "17.5.1",
"yargs": "17.6.0",
"yargs-parser": "21.1.1",
"zone.js": "^0.11.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Expand Up @@ -41,7 +41,7 @@
"semver": "7.3.7",
"symbol-observable": "4.0.0",
"uuid": "9.0.0",
"yargs": "17.5.1"
"yargs": "17.6.0"
},
"devDependencies": {
"rxjs": "6.6.7"
Expand Down
32 changes: 27 additions & 5 deletions yarn.lock
Expand Up @@ -3926,6 +3926,15 @@ cliui@^7.0.2:
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

cliui@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
dependencies:
string-width "^4.2.0"
strip-ansi "^6.0.1"
wrap-ansi "^7.0.0"

clone-deep@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
Expand Down Expand Up @@ -11781,12 +11790,12 @@ yargs@17.1.1:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@17.5.1, yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
version "17.5.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
yargs@17.6.0:
version "17.6.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==
dependencies:
cliui "^7.0.2"
cliui "^8.0.1"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
Expand Down Expand Up @@ -11824,6 +11833,19 @@ yargs@^16.0.0, yargs@^16.1.1:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
version "17.5.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.0.0"

yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
Expand Down

0 comments on commit 033e8ca

Please sign in to comment.