From ae6a63c457ab89588ebc5b0a14c0041b7b00a134 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 02:36:22 +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-471879 - https://snyk.io/vuln/SNYK-JS-ANGULAR-471882 - https://snyk.io/vuln/SNYK-JS-ANGULAR-471885 - https://snyk.io/vuln/SNYK-JS-ANGULAR-534884 - https://snyk.io/vuln/SNYK-JS-ANGULAR-570058 - https://snyk.io/vuln/SNYK-JS-ANGULAR-572020 - https://snyk.io/vuln/npm:angular:20150315 - https://snyk.io/vuln/npm:angular:20161101 - https://snyk.io/vuln/npm:angular:20171018 - https://snyk.io/vuln/npm:angular:20180202 --- 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..7790217f 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.8.3", "angular-route": "1.5.8", "fs-extra": "^1.0.0", "geoip-lite": "^1.1.8",