From 218f0e02f5f83f290243c3e4d1ac53cf55850c90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 00:51:38 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/node-notifier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- AhMyth-Server/app/node_modules/node-notifier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/node-notifier/package.json b/AhMyth-Server/app/node_modules/node-notifier/package.json index a93490f1..c557b487 100644 --- a/AhMyth-Server/app/node_modules/node-notifier/package.json +++ b/AhMyth-Server/app/node_modules/node-notifier/package.json @@ -60,7 +60,7 @@ "growly": "^1.2.0", "lodash.clonedeep": "^3.0.0", "minimist": "^1.1.1", - "semver": "^5.1.0", + "semver": "^7.5.2", "shellwords": "^0.1.0", "which": "^1.0.5" },