From 4742a609edcd6d6f6d0aa47e3b59a3612f99f6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 04:02:19 +0000 Subject: [PATCH] chore(deps): bump yargs from 17.4.1 to 17.5.0 Bumps [yargs](https://github.com/yargs/yargs) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b623804e..da4359fc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^1.7.2", "js-yaml": "^4.1.0", - "yargs": "^17.4.1" + "yargs": "^17.5.0" }, "devDependencies": { "@types/node": "^16.11.26", diff --git a/yarn.lock b/yarn.lock index 4a1c3eb9..f0e47b6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3568,10 +3568,10 @@ yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^17.4.1: - version "17.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284" - integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g== +yargs@^17.5.0: + version "17.5.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.0.tgz#2706c5431f8c119002a2b106fc9f58b9bb9097a3" + integrity sha512-3sLxVhbAB5OC8qvVRebCLWuouhwh/rswsiDYx3WGxajUk/l4G20SKfrKKFeNIHboUFt2JFgv2yfn+5cgOr/t5A== dependencies: cliui "^7.0.2" escalade "^3.1.1"