From ff65ccfce0ac9d6673a5d8d4d11a666db6c08208 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:39:56 +0000 Subject: [PATCH] build(deps): [security] bump yargs-parser from 16.1.0 to 20.2.6 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 16.1.0 to 20.2.6. **This update includes a security fix.** - [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/v16.1.0...v20.2.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f52381..84f7cea 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "read-pkg-up": "^7.0.1", "semver": "^7.1.3", "update-check": "^1.5.3", - "yargs-parser": "^16.1.0" + "yargs-parser": "^20.2.6" }, "devDependencies": { "@umijs/fabric": "^2.1.0",