diff --git a/package-lock.json b/package-lock.json index bc3e14b..9a19d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@clinjs/clargs": "^1.0.2", "@pierred/node-git": "^1.1.1", "@topcli/prompts": "^1.0.0", - "ansi-styles": "^6.2.1", + "ansi-styles": "^6.2.3", "kleur": "^4.1.5", "pupa": "^3.1.0" }, @@ -1452,9 +1452,10 @@ } }, "node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 4313b00..8fe3897 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@clinjs/clargs": "^1.0.2", "@pierred/node-git": "^1.1.1", "@topcli/prompts": "^1.0.0", - "ansi-styles": "^6.2.1", + "ansi-styles": "^6.2.3", "kleur": "^4.1.5", "pupa": "^3.1.0" },