From ad9e41825ae4d30488c4574c5f7dbcc9714f695e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:40:50 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/normalize-package-data/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../app/node_modules/normalize-package-data/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/normalize-package-data/package.json b/AhMyth-Server/app/node_modules/normalize-package-data/package.json index 09c703c8..2c30fcf5 100644 --- a/AhMyth-Server/app/node_modules/normalize-package-data/package.json +++ b/AhMyth-Server/app/node_modules/normalize-package-data/package.json @@ -67,7 +67,7 @@ "dependencies": { "hosted-git-info": "^2.1.4", "is-builtin-module": "^1.0.0", - "semver": "2 || 3 || 4 || 5", + "semver": "7.5.2", "validate-npm-package-license": "^3.0.1" }, "description": "Normalizes data that can be found in package.json files.",