From ad97653b5fe6bf76c76a59407d89a457a1331319 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 22:21:00 +0000 Subject: [PATCH] fix: upgrade ansi-styles from 6.2.1 to 6.2.3 Snyk has created this PR to upgrade ansi-styles from 6.2.1 to 6.2.3. See this package in npm: ansi-styles See this project in Snyk: https://app.snyk.io/org/pierredemailly/project/82be0385-4fd0-4519-8afd-fe4e39dd98dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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" },