From fa91c4b4d539d234093f2f10b3dce9215592aede Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 03:09:43 +0000 Subject: [PATCH] :arrow_up: Bump yargs-parser from 15.0.0 to 16.1.0 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 15.0.0 to 16.1.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/v15.0.0...v16.1.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 f5e28cc1d..52f276765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12260,9 +12260,9 @@ } }, "yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", + "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/package.json b/package.json index 91d44ad85..d45b230a1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "vue-virtual-scroll-list": "^1.4.2", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.1.1", - "yargs-parser": "^15.0.0" + "yargs-parser": "^16.1.0" }, "devDependencies": { "cypress": "^3.6.0",