From 5406051d03b90dcac91965be370b579b5537359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:59:56 +0000 Subject: [PATCH] chore(deps): bump yargs-parser from 16.1.0 to 18.1.1 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 16.1.0 to 18.1.1. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs-parser/compare/v16.1.0...v18.1.1) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/plugin-openwhisk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-openwhisk/package.json b/plugins/plugin-openwhisk/package.json index 5f890ee..6d3b854 100644 --- a/plugins/plugin-openwhisk/package.json +++ b/plugins/plugin-openwhisk/package.json @@ -38,7 +38,7 @@ "pretty-ms": "5.1.0", "promise-retry": "1.1.1", "tmp": "0.1.0", - "yargs-parser": "16.1.0" + "yargs-parser": "18.1.1" }, "publishConfig": { "access": "public"