From a0089a0483837681c317cc93e1f9fe95a4c5edbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:43:23 +0000 Subject: [PATCH] chore(deps): update dependency strip-ansi to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e2176e..bb86e82 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "resolutions": { - "strip-ansi": "6.0.1", + "strip-ansi": "7.1.2", "wrap-ansi": "7.0.0", "string-width": "4.2.3" },