From 7dcaf4424098108a1c5df80c8253fe6971360f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 14:25:36 -0700 Subject: [PATCH] chore(deps): bump yargs-parser from 20.2.9 to 21.1.1 (#1395) Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.2.9 to 21.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/yargs-parser-v20.2.9...yargs-parser-v21.1.1) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7f85f06..c7060a08 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rcedit": "^3.0.1", "resolve": "^1.1.6", "semver": "^7.1.3", - "yargs-parser": "^20.0.0" + "yargs-parser": "^21.1.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.0.1",