From 5ed3650f7b5e3cfad9d0efa4f55b8fe15e36036d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 00:17:42 +0000 Subject: [PATCH] :arrow_up: Bump yargs-parser from 13.1.1 to 14.0.0 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 14.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/v13.1.1...v14.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 dbcabb44d..db856c8cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11287,9 +11287,9 @@ } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-14.0.0.tgz", + "integrity": "sha512-zn/Mnx+tbFjkCFUodEpjXckNS65NfpB5oyqOkDDEG/8uxlfLZJu2IoBLQFjukUkn9rBbGkVYNzrDh6qy4NUd3g==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/package.json b/package.json index 6d59d9757..ebb99a20a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "vue-virtual-scroll-list": "^1.4.2", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.1.0", - "yargs-parser": "^13.1.1" + "yargs-parser": "^14.0.0" }, "devDependencies": { "node-sass": "^4.12.0",