From 67fe4c40875c716916f7ed04837b4ef7c8863713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 14:48:05 +0000 Subject: [PATCH] feat: upgrade ansi-regex from 2.1.1 to 6.0.1 Snyk has created this PR to upgrade ansi-regex from 2.1.1 to 6.0.1. See this package in npm: ansi-regex See this project in Snyk: https://app.snyk.io/org/graysonbarton/project/0cc0d0e9-7e78-4e36-b121-9eb45097dbbb?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../tap-with-yarn-lock/node_modules/strip-ansi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/strip-ansi/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/strip-ansi/package.json index 301685ba329f5..89aa4524c6f29 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/strip-ansi/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/strip-ansi/package.json @@ -48,7 +48,7 @@ "text" ], "dependencies": { - "ansi-regex": "^2.0.0" + "ansi-regex": "^6.0.1" }, "devDependencies": { "ava": "*",