From 9343279156a6a4d4ff7f263217406f234fd0d7ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Feb 2026 13:32:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-TAR-15307072 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6d6e27423..b0b64bd550 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": "^9.7.1", "q": "latest", "request": "latest", "shelljs": "latest", "view-helpers": "latest", - "snyk": "1.16.0" + "snyk": "1.996.0" }, "devDependencies": { "babel-core": "^6.7.2",