From abd9a3db8e02fb7861f4e5cd2480c7f9dd8e46f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 16:23:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index de9761a8..2307d19e 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "chokidar": "1.6.1", "clean-css": "3.4.19", "cross-spawn": "4.0.0", - "express": "4.14.0", + "express": "4.22.0", "fs-extra": "0.30.0", "glob": "^7.1.1", "json-loader": "0.5.4", - "node-sass": "3.10.1", + "node-sass": "9.0.0", "os-name": "2.0.1", "postcss": "5.2.0", "proxy-middleware": "0.15.0", @@ -89,7 +89,7 @@ "ionic-cz-conventional-changelog": "1.0.0", "jest": "^18.0.0", "mock-fs": "3.11.0", - "node-sass": "3.10.1", + "node-sass": "9.0.0", "rewire": "^2.5.2", "rimraf": "2.5.4", "rxjs": "5.0.0-beta.12",