From 1b4515cc3fa127f1aa31d168dc7fc60b5f64eb5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 05:48:51 +0000 Subject: [PATCH] fix: upgrade angular-route from 1.5.8 to 1.8.2 Snyk has created this PR to upgrade angular-route from 1.5.8 to 1.8.2. See this package in npm: angular-route See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/994d2e24-5054-4627-bdf4-de90096b988e?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/package.json b/AhMyth-Server/app/package.json index 68e78dfb..69414163 100644 --- a/AhMyth-Server/app/package.json +++ b/AhMyth-Server/app/package.json @@ -8,7 +8,7 @@ "main": "main.js", "dependencies": { "angular": "1.5.8", - "angular-route": "1.5.8", + "angular-route": "1.8.2", "fs-extra": "^1.0.0", "geoip-lite": "^1.1.8", "homedir": "^0.6.0",