From 6caacd7436884246ceb1fa6b40ed977652abcf62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 14:26:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6d6e27423..a26ff80f61 100644 --- a/package.json +++ b/package.json @@ -46,12 +46,12 @@ "meanio-system": "git://github.com/linnovate/meanio-system.git", "meanio-users": "git://github.com/linnovate/meanio-users.git", "morgan": "latest", - "npm": "^3.x", + "npm": "^7.0.0", "q": "latest", "request": "latest", "shelljs": "latest", "view-helpers": "latest", - "snyk": "1.16.0" + "snyk": "1.685.0" }, "devDependencies": { "babel-core": "^6.7.2",