From a7cbfde1bb896d19b8a6e6112fd4d28979f6fa66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 16:31:49 +0000 Subject: [PATCH] Bump yargs-parser from 20.2.4 to 20.2.7 Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.2.4 to 20.2.7. - [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/v20.2.4...v20.2.7) Signed-off-by: dependabot[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 eb4ee6e..43010df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9836,9 +9836,9 @@ } }, "yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", "dev": true } } diff --git a/package.json b/package.json index a152e0c..e5ab025 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-string-replace": "^1.1.2", "jest": "^26.6.3", "rimraf": "^3.0.2", - "yargs-parser": ">=20.2.4" + "yargs-parser": ">=20.2.7" }, "dependencies": { "lazypipe": "^1.0.2"