From 914da5076d2ed9c9009547fdf369224adfe40c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 23:59:38 +0000 Subject: [PATCH] chore: bump strip-ansi from 6.0.1 to 7.1.0 Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.1 to 7.1.0. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.1...v7.1.0) --- updated-dependencies: - dependency-name: strip-ansi 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 c8fc3c53da..809f9841b7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "picocolors": "^1.0.0", "pretty-hrtime": "^1.0.3", "resolve": "^1.22.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.1.0", "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3",