From 494327bca65800131ab15976f581e2ab8b8dc5ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Oct 2023 23:25:51 +0000 Subject: [PATCH] fix: AhMyth-Server/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-6024003 --- 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..d8c38119 100644 --- a/AhMyth-Server/app/package.json +++ b/AhMyth-Server/app/package.json @@ -7,7 +7,7 @@ "homepage":"https://github.com/AhMyth/AhMyth-Android-RAT", "main": "main.js", "dependencies": { - "angular": "1.5.8", + "angular": "1.6.0", "angular-route": "1.5.8", "fs-extra": "^1.0.0", "geoip-lite": "^1.1.8",