From 51d84287e96676a944a3de9d452492f2d87a9593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 02:00:05 +0000 Subject: [PATCH] fix: upgrade ansicolors from 0.2.1 to 0.3.2 Snyk has created this PR to upgrade ansicolors from 0.2.1 to 0.3.2. See this package in npm: ansicolors See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/2e8c55fd-d2f7-4a65-8b95-91ae03c5db3a?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/cardinal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/cardinal/package.json b/AhMyth-Server/app/node_modules/cardinal/package.json index 3341ac42..1f8cb374 100644 --- a/AhMyth-Server/app/node_modules/cardinal/package.json +++ b/AhMyth-Server/app/node_modules/cardinal/package.json @@ -58,7 +58,7 @@ "url": "https://github.com/thlorenz/cardinal/issues" }, "dependencies": { - "ansicolors": "~0.2.1", + "ansicolors": "~0.3.2", "redeyed": "~1.0.0" }, "description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",