From 2666bc18e93c90f647d65bea9fe1ba3138631503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 11:06:09 +0000 Subject: [PATCH] Bump yargs-parser from 10.1.0 to 20.0.0 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 10.1.0 to 20.0.0. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs-parser/compare/v10.1.0...v20.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9df6451..04f27e3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typescript": "^3.1.6", "webpack": "^4.40.0", "webpack-cli": "^3.3.8", - "yargs-parser": "^10.1.0" + "yargs-parser": "^20.0.0" }, "engines": { "node": ">=8.0.0"