diff --git a/package-lock.json b/package-lock.json index d9d77647d..d16f1b331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "error-stack-parser": "^2.1.4", "figures": "^3.2.0", "glob": "^11.0.0", - "has-ansi": "^4.0.1", + "has-ansi": "^6.0.0", "indent-string": "^4.0.0", "is-installed-globally": "^0.4.0", "is-stream": "^2.0.0", @@ -5424,14 +5424,18 @@ } }, "node_modules/has-ansi": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-4.0.1.tgz", - "integrity": "sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-6.0.0.tgz", + "integrity": "sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ==", + "license": "MIT", "dependencies": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/has-ansi?sponsor=1" } }, "node_modules/has-bigints": { diff --git a/package.json b/package.json index 413304fbd..b41a6859f 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "error-stack-parser": "^2.1.4", "figures": "^3.2.0", "glob": "^11.0.0", - "has-ansi": "^4.0.1", + "has-ansi": "^6.0.0", "indent-string": "^4.0.0", "is-installed-globally": "^0.4.0", "is-stream": "^2.0.0",