From 7fa8cf2614f553e3b569d13a649d386c91365982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:51:35 +0000 Subject: [PATCH] chore(deps): 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 44a5c40..c46a065 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "remark-preset-lint-node": "^3.2.0", "remark-stringify": "^10.0.0", "split2": "^4.0.0", - "strip-ansi": "^6.0.0" + "strip-ansi": "^7.0.1" }, "devDependencies": { "standard": "^16.0.4",