From 94c47525f7066c01511b2b8b6018097370f7b230 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 May 2021 22:28:51 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 7170e4ff98b..2be22a679e7 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -48,7 +48,7 @@ "identity-obj-proxy": "3.0.0", "jest": "23.6.0", "mini-css-extract-plugin": "0.4.3", - "optimize-css-assets-webpack-plugin": "5.0.1", + "optimize-css-assets-webpack-plugin": "5.0.5", "postcss-flexbugs-fixes": "4.1.0", "postcss-loader": "3.0.0", "postcss-preset-env": "6.0.6",