From 6a0a2d275c0d702d11b2bea3616ffaab21b26c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 10:58:20 +0000 Subject: [PATCH] chore(deps-dev): update strip-ansi requirement from ^7.1.0 to ^7.1.2 Updates the requirements on [strip-ansi](https://github.com/chalk/strip-ansi) to permit the latest version. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v7.1.0...v7.1.2) --- updated-dependencies: - dependency-name: strip-ansi dependency-version: 7.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bbb645..c3c438e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "knip": "^5.63.1", "rollup": "^4.50.0", "rollup-plugin-dts": "^6.2.3", - "strip-ansi": "^7.1.0", + "strip-ansi": "^7.1.2", "trash-cli": "^6.0.0", "tsx": "^4.20.5", "turbo": "^2.5.8",