From ff0ec25c1c0b31a8d02cf0988c0b047a4a02c0e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 05:00:15 +0000 Subject: [PATCH] Bump commander from 4.0.0 to 4.0.1 Bumps [commander](https://github.com/tj/commander.js) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v4.0.0...4.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30540e78..2fd89d52 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@typescript-eslint/parser": "2.6.1", "camelcase": "5.3.1", "chalk": "2.4.2", - "commander": "4.0.0", + "commander": "4.0.1", "eslint": "6.6.0", "eslint-config-prettier": "6.5.0", "eslint-plugin-prettier": "3.1.1", diff --git a/yarn.lock b/yarn.lock index 3c4c7eb9..7a48f017 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1480,10 +1480,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6: dependencies: delayed-stream "~1.0.0" -commander@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.0.tgz#e782b6afe6a0f1b1408be59429919e1305160e3f" - integrity sha512-SEa2abMBTZuEjLVYpNrAFoRgxPwG4rXP3+SGY6CM/HZGeDzIA7Pzp+7H3AHDukKEpyy2SoSGGPShKqqfH9T9AQ== +commander@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c" + integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA== commander@~2.20.3: version "2.20.3"