From da78d65b5b1f244b5340603aa39a372179b1d1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 11:31:49 +0000 Subject: [PATCH] chore: bump strip-ansi from 6.0.1 to 7.0.1 Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.1 to 7.0.1. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.1...v7.0.1) --- 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 2bbc370f3f..c605324e22 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.0.1", "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3",