From 9e46c759fab2139a97da20c494d378b97b9abde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:48:34 +0000 Subject: [PATCH] chore(deps): bump wrap-ansi from 9.0.2 to 10.0.0 Bumps [wrap-ansi](https://github.com/chalk/wrap-ansi) from 9.0.2 to 10.0.0. - [Release notes](https://github.com/chalk/wrap-ansi/releases) - [Commits](https://github.com/chalk/wrap-ansi/compare/v9.0.2...v10.0.0) --- updated-dependencies: - dependency-name: wrap-ansi dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 240a4ab..15bf601 100644 --- a/package.json +++ b/package.json @@ -342,7 +342,7 @@ "which-boxed-primitive": "^1.0.2", "which-typed-array": "^1.1.13", "wordwrap": "^1.0.0", - "wrap-ansi": "^9.0.0", + "wrap-ansi": "^10.0.0", "wrappy": "^1.0.2", "xtend": "^4.0.2", "y18n": "^5.0.8",