Skip to content

Commit 0ca84fc

Browse files
chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)
* chore(deps): bump yargs from 17.5.1 to 17.6.0 Bumps [yargs](https://github.com/yargs/yargs) from 17.5.1 to 17.6.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.5.1...v17.6.0) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update generate content Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <[email protected]>
1 parent 685a991 commit 0ca84fc

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@actions/http-client": "^2.0.1",
2727
"@actions/tool-cache": "^2.0.1",
2828
"js-yaml": "^4.1.0",
29-
"yargs": "^17.5.1"
29+
"yargs": "^17.6.0"
3030
},
3131
"devDependencies": {
3232
"@types/node": "^16.11.26",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,15 @@ cliui@^7.0.2:
13431343
strip-ansi "^6.0.0"
13441344
wrap-ansi "^7.0.0"
13451345

1346+
cliui@^8.0.1:
1347+
version "8.0.1"
1348+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1349+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1350+
dependencies:
1351+
string-width "^4.2.0"
1352+
strip-ansi "^6.0.1"
1353+
wrap-ansi "^7.0.0"
1354+
13461355
co@^4.6.0:
13471356
version "4.6.0"
13481357
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3567,12 +3576,12 @@ yargs@^16.2.0:
35673576
y18n "^5.0.5"
35683577
yargs-parser "^20.2.2"
35693578

3570-
yargs@^17.5.1:
3571-
version "17.5.1"
3572-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
3573-
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
3579+
yargs@^17.6.0:
3580+
version "17.6.0"
3581+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
3582+
integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==
35743583
dependencies:
3575-
cliui "^7.0.2"
3584+
cliui "^8.0.1"
35763585
escalade "^3.1.1"
35773586
get-caller-file "^2.0.5"
35783587
require-directory "^2.1.1"

0 commit comments

Comments
 (0)