From 8a0561eddcc20c053fcca8c814c4395ffa944f93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jun 2026 06:37:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-17337015 - https://snyk.io/vuln/SNYK-JS-JSYAML-17342520 - https://snyk.io/vuln/SNYK-JS-TAR-17342362 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6d6e27423..9645f6d237 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.21.0", "q": "latest", "request": "latest", "shelljs": "latest", "view-helpers": "latest", - "snyk": "1.16.0" + "snyk": "1.996.0" }, "devDependencies": { "babel-core": "^6.7.2",