From 29b96657620267ff20b6dc8b94426bf2b934c9c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 03:09:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55d595cac..37193f1a3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/react-select": "^1.0.39", "axios": "^0.15.3", "bootstrap": "^3.3.7", - "css-loader": "^0.26.1", + "css-loader": "^5.0.0", "extract-text-webpack-plugin": "^2.0.0-beta.5", "farmbot": "3.0.4", "file-loader": "^0.9.0", @@ -19,7 +19,7 @@ "mobx": "^2.7.0", "mobx-react": "^4.0.3", "node-sass": "^4.0.0", - "optimize-css-assets-webpack-plugin": "^1.3.0", + "optimize-css-assets-webpack-plugin": "^2.0.0", "react-lite": "^0.15.33", "react-select": "^1.0.0-rc.2", "roboto-font": "^0.1.0",