From 220deda10a6485190971b58f54992f5b09a9c81c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 07:04:51 +0000 Subject: [PATCH] fix: upgrade textextensions from 1.0.2 to 1.1.0 Snyk has created this PR to upgrade textextensions from 1.0.2 to 1.1.0. See this package in npm: textextensions See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/1fe94605-c261-44bb-8374-ef97d92adf1b?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/istextorbinary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/istextorbinary/package.json b/AhMyth-Server/app/node_modules/istextorbinary/package.json index 34f03994..31734a01 100644 --- a/AhMyth-Server/app/node_modules/istextorbinary/package.json +++ b/AhMyth-Server/app/node_modules/istextorbinary/package.json @@ -78,7 +78,7 @@ ], "dependencies": { "binaryextensions": "~1.0.0", - "textextensions": "~1.0.0" + "textextensions": "~1.1.0" }, "description": "Determines if a buffer is comprised of text or binary", "devDependencies": {