From 8adf593777701e2611447a45c492651da3cf4768 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Nov 2022 23:48:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f018d523..253bd47e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "node-sass": "^3.9.2", "react": "15.3.0", "react-dom": "15.3.0", - "sass-loader": "^4.0.1" + "sass-loader": "^6.0.2" }, "devDependencies": { "babel-core": "6.14.0",