From e8762bfb251216c0cc47794eaa5f78b6e6aea609 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:37:52 +0000 Subject: [PATCH] chore(deps): bump yargs-parser from 18.1.2 to 18.1.3 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.1.2 to 18.1.3. - [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.1.2...v18.1.3) 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 7a4375bad..164f9c344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14486,9 +14486,9 @@ } }, "yargs-parser": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz", - "integrity": "sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==", + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/package.json b/package.json index 6f5432d9f..b8cb8849a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vuefire": "^2.2.2", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.2.0", - "yargs-parser": "^18.1.2" + "yargs-parser": "^18.1.3" }, "devDependencies": { "@nuxtjs/google-analytics": "^2.2.3",