From 50f13f702cfef3e17205c29d18c5740d0ac5907f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 18:18:54 +0000 Subject: [PATCH] fix: jhipster-modules/jhipster-monolithic/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-535497 - https://snyk.io/vuln/SNYK-JS-NODESASS-535501 - https://snyk.io/vuln/SNYK-JS-NODESASS-535505 - https://snyk.io/vuln/SNYK-JS-NODESASS-540974 --- jhipster-modules/jhipster-monolithic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhipster-modules/jhipster-monolithic/package.json b/jhipster-modules/jhipster-monolithic/package.json index 5f72047fb3c1..e0821e80863d 100644 --- a/jhipster-modules/jhipster-monolithic/package.json +++ b/jhipster-modules/jhipster-monolithic/package.json @@ -87,7 +87,7 @@ "write-file-webpack-plugin": "3.4.2", "xml2js": "0.4.17", "sass-loader": "5.0.1", - "node-sass": "4.5.0", + "node-sass": "4.13.1", "postcss-loader": "1.3.0", "yargs": "6.6.0" },