From 6fc8ede6a258b49344e384bffc1d9f342afa6c80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 06:52:40 +0000 Subject: [PATCH] fix: upgrade colors from 1.0.3 to 1.4.0 Snyk has created this PR to upgrade colors from 1.0.3 to 1.4.0. See this package in npm: colors See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/79b74f41-431c-4d35-ba68-1bfcae565dfe?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/cli-table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/cli-table/package.json b/AhMyth-Server/app/node_modules/cli-table/package.json index fca89504..24a11cbd 100644 --- a/AhMyth-Server/app/node_modules/cli-table/package.json +++ b/AhMyth-Server/app/node_modules/cli-table/package.json @@ -57,7 +57,7 @@ } ], "dependencies": { - "colors": "1.0.3" + "colors": "1.4.0" }, "description": "Pretty unicode tables for the CLI", "devDependencies": {