From 4cd1913c39a6555c7671ac25f7dde9ff7425d8fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 07:56:17 +0000 Subject: [PATCH] fix: upgrade wordwrap from 0.0.2 to 0.0.3 Snyk has created this PR to upgrade wordwrap from 0.0.2 to 0.0.3. See this package in npm: wordwrap See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/c3361d04-e467-4d85-8b31-2b70cb87396b?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/cliui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/cliui/package.json b/AhMyth-Server/app/node_modules/cliui/package.json index 81d6bf00..93ef6c94 100644 --- a/AhMyth-Server/app/node_modules/cliui/package.json +++ b/AhMyth-Server/app/node_modules/cliui/package.json @@ -64,7 +64,7 @@ "dependencies": { "center-align": "^0.1.1", "right-align": "^0.1.1", - "wordwrap": "0.0.2" + "wordwrap": "0.0.3" }, "description": "easily create complex multi-column command-line-interfaces", "devDependencies": {