From 253376fd88d14b9a6872818592547c5ce10a2a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:49:43 +0000 Subject: [PATCH] chore(deps-dev): bump strip-ansi from 7.1.0 to 7.1.2 Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 7.1.0 to 7.1.2. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 980157a..e1e10fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "prettier": "^3.6.2", "react-async-script": "^1.2.0", "react-refresh": "^0.17.0", - "strip-ansi": "^7.1.0", + "strip-ansi": "^7.1.2", "style-loader": "^4.0.0", "through2": "^4.0.2", "url-loader": "^4.1.1", @@ -16850,9 +16850,9 @@ } }, "node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aaa0d97..4dcd39a 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "prettier": "^3.6.2", "react-async-script": "^1.2.0", "react-refresh": "^0.17.0", - "strip-ansi": "^7.1.0", + "strip-ansi": "^7.1.2", "style-loader": "^4.0.0", "through2": "^4.0.2", "url-loader": "^4.1.1",