From 53091f31b6427eebc81439ec3ba70c99067738eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 17:52:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0bf487482aa..31aead4491d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-scripts": "./bin/react-scripts.js" }, "dependencies": { - "autoprefixer": "6.3.7", + "autoprefixer": "9.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": "1.0.0", "eslint": "3.1.1", "eslint-loader": "1.4.1", "eslint-plugin-import": "1.10.3",