From 912214062ebe01b33a3ae425c0dc6fc523deafc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 14:50:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6d6e27423..2e542a83c5 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.996.0" }, "devDependencies": { "babel-core": "^6.7.2",