From e2788b86a462f1b4325b212c26cd0bdd4a3f75bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 11:40:22 +0000 Subject: [PATCH] chore(deps): bump yargs-parser from 18.0.0 to 18.1.0 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.0.0 to 18.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/v18.0.0...v18.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 dc27019d2..02bdfb1a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14154,9 +14154,9 @@ } }, "yargs-parser": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.0.0.tgz", - "integrity": "sha512-dEcTjO1rkFcERdsoh++v+o7PQ6+POeIS4lOHr5Xy3WuYWhU4+inNSpJSvnsAEd3TOgzytS4DrueTuswP3VAmWQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.0.tgz", + "integrity": "sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/package.json b/package.json index 0461af141..5e1065a04 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vuefire": "^2.2.1", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.2.0", - "yargs-parser": "^18.0.0" + "yargs-parser": "^18.1.0" }, "devDependencies": { "cypress": "^4.1.0",