From 02a9a9daec0de054288d44a83606cf60d21a4723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:57:49 +0000 Subject: [PATCH] chore(website): update dependency strip-ansi to v7.1.2 --- site/package-lock.json | 9 +++++---- site/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 6bba62c7f9f..1fedf26d9fe 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -14,7 +14,7 @@ "astro": "5.13.5", "markdown-magic": "2.6.1", "sharp": "0.34.4", - "strip-ansi": "7.1.0" + "strip-ansi": "7.1.2" }, "devDependencies": { "@netlify/functions": "4.2.6", @@ -11824,9 +11824,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, diff --git a/site/package.json b/site/package.json index 83e36da5549..642fe54fdac 100644 --- a/site/package.json +++ b/site/package.json @@ -21,7 +21,7 @@ "astro": "5.13.5", "markdown-magic": "2.6.1", "sharp": "0.34.4", - "strip-ansi": "7.1.0" + "strip-ansi": "7.1.2" }, "devDependencies": { "@netlify/functions": "4.2.6",