From f5845e37b7709f9c997a30eb3a56ab44a0ea3240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 01:44:39 +0000 Subject: [PATCH] Bump ansi-regex from 4.1.0 to 6.0.1 Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 6.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.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 061adea..a745361 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "acorn-walk": "^6.1.1", "ajv": "^6.10.0", "ansi-escapes": "^3.2.0", - "ansi-regex": "^4.1.0", + "ansi-regex": "^6.0.1", "ansi-styles": "^3.2.1", "anymatch": "^2.0.0", "arr-diff": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 1aa092c..87de92e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -411,6 +411,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== +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.0, ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"