From 74b997ba496661f1c10dd15bd77fc58865a033a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 22:30:43 +0000 Subject: [PATCH] chore(deps): bump yargs-parser from 16.1.0 to 17.0.0 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 16.1.0 to 17.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/v16.1.0...v17.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76fa3d4a3..2d934f285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13266,9 +13266,9 @@ } }, "yargs-parser": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", - "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-17.0.0.tgz", + "integrity": "sha512-Fl4RBJThsWeJl3cRZeGuolcuH78/foVUAYIUpKn8rkCnjn23ilZvJyEZJjnlzoG/+EJKPb1RggD4xS/Jie2nxg==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/package.json b/package.json index 5666842f5..940e41a96 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "vuefire": "^2.2.1", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.2.0", - "yargs-parser": "^16.1.0" + "yargs-parser": "^17.0.0" }, "devDependencies": { "cypress": "^4.0.0",