From f429854f1f92176be3c58416fc57a3029486e32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 20:18:38 +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 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 65a2a4d..be39b86 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "ansi-mark": "^1.0.0", - "ansi-regex": "^3.0.0", + "ansi-regex": "^6.0.1", "array-uniq": "^1.0.3", "camelcase": "^4.1.0", "chalk": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index c168bed..9ff38d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,6 +146,10 @@ ansi-regex@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"