From a0a96311225f92f3dfa593913ece689030c72bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 04:32:02 +0000 Subject: [PATCH] Bump ansi-regex from 3.0.0 to 6.0.1 Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 6.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v6.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bc4485..302538c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "acorn-jsx": "^5.0.1", "ajv": "^6.5.5", "ansi-escapes": "^3.1.0", - "ansi-regex": "^3.0.0", + "ansi-regex": "^6.0.1", "ansi-styles": "^3.2.1", "argparse": "^1.0.10", "balanced-match": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index e9f1311..5b9cfc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -48,6 +48,11 @@ ansi-regex@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"