From 21b63696943a46616bd8759ce7a06e9eeb2047d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Nov 2018 23:45:40 +0000 Subject: [PATCH] Bump yargs-parser from 11.1.0 to 11.1.1 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 11.1.0 to 11.1.1. - [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/v11.1.0...v11.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b181100..1d5a036e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier": "1.15.2", "require-dir": "1.1.0", "uglify-es": "3.3.9", - "yargs-parser": "11.1.0", + "yargs-parser": "11.1.1", "yarn": "1.12.3" }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index f700fabd..ea00c391 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7328,10 +7328,10 @@ yallist@^3.0.0, yallist@^3.0.2: resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k= -yargs-parser@11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.0.tgz#0b8104116367bf663089b24e5801438ab50396a3" - integrity sha512-lGA5HsbjkpCfekDBHAhgE5OE8xEoqiUDylowr+BvhRCwG1xVYTsd8hx2CYC0NY4k9RIgJeybFTG2EZW4P2aN1w== +yargs-parser@11.1.1: + version "11.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" + integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== dependencies: camelcase "^5.0.0" decamelize "^1.2.0"