From 1b56349e10429d9f57f39ca93eefea3df113717f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 14:38:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de9761a8..ef60c7e8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "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",