From 5d3eacce37edd310abb2b97f31188c10c1b82162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 06:30:34 +0000 Subject: [PATCH] fix: upgrade negotiator from 0.4.9 to 0.6.4 Snyk has created this PR to upgrade negotiator from 0.4.9 to 0.6.4. See this package in npm: negotiator See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/4b5722c1-843a-4593-976b-27ed799633e8?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/accepts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/accepts/package.json b/AhMyth-Server/app/node_modules/accepts/package.json index 7d06365a..79d28891 100644 --- a/AhMyth-Server/app/node_modules/accepts/package.json +++ b/AhMyth-Server/app/node_modules/accepts/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "mime-types": "~2.0.4", - "negotiator": "0.4.9" + "negotiator": "0.6.4" }, "description": "Higher-level content negotiation", "devDependencies": {