From 8fa34d23e391ee6ddbfda84e4762fbaea44bb83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:39:57 +0000 Subject: [PATCH] build(deps): Bump strip-ansi from 7.1.2 to 7.2.0 Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v7.1.2...v7.2.0) --- updated-dependencies: - dependency-name: strip-ansi dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea9887d..47fca62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "hexo-server": "^3.0.0", "hexo-theme-fluid": "^1.9.8", "hexo-theme-landscape": "^1.0.0", - "strip-ansi": "^7.1.2" + "strip-ansi": "^7.2.0" } }, "node_modules/@adobe/css-tools": { @@ -1533,7 +1533,6 @@ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz", "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -1792,7 +1791,6 @@ "resolved": "https://registry.npmmirror.com/nunjucks/-/nunjucks-3.2.4.tgz", "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "a-sync-waterfall": "^1.0.0", "asap": "^2.0.3", @@ -2206,12 +2204,12 @@ } }, "node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "ansi-regex": "^6.2.2" }, "engines": { "node": ">=12" @@ -2225,7 +2223,6 @@ "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "license": "MIT", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index e48512a..8a0c8b7 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "hexo-server": "^3.0.0", "hexo-theme-fluid": "^1.9.8", "hexo-theme-landscape": "^1.0.0", - "strip-ansi": "^7.1.2" + "strip-ansi": "^7.2.0" } }