From c21daf83b4545420dda1ae5cbf0d32122c8e94d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 15:08:14 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0bf487482aa..f7b60704e6d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-scripts": "./bin/react-scripts.js" }, "dependencies": { - "autoprefixer": "6.3.7", + "autoprefixer": "10.0.0", "babel-core": "6.10.4", "babel-eslint": "6.1.2", "babel-loader": "6.2.4", @@ -40,7 +40,7 @@ "babel-preset-react": "6.11.1", "chalk": "1.1.3", "cross-spawn": "4.0.0", - "css-loader": "0.23.1", + "css-loader": "5.0.0", "eslint": "3.1.1", "eslint-loader": "1.4.1", "eslint-plugin-import": "1.10.3", @@ -51,7 +51,7 @@ "html-webpack-plugin": "2.22.0", "json-loader": "0.5.4", "opn": "4.0.2", - "postcss-loader": "0.9.1", + "postcss-loader": "4.0.0", "rimraf": "2.5.3", "style-loader": "0.13.1", "url-loader": "0.5.7",