From d8d8773e672fa23eccdcc4e2fecd4978c85e328a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 May 2023 19:25:27 +0000 Subject: [PATCH] fix: react/react-app-custom/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 --- react/react-app-custom/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/react-app-custom/package.json b/react/react-app-custom/package.json index e21519e9..04375793 100644 --- a/react/react-app-custom/package.json +++ b/react/react-app-custom/package.json @@ -6,7 +6,7 @@ "@babel/core": "7.9.0", "@material-ui/core": "^4.9.8", "@material-ui/icons": "^4.9.1", - "@svgr/webpack": "4.3.3", + "@svgr/webpack": "6.0.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", @@ -39,7 +39,7 @@ "jest-resolve": "24.9.0", "jest-watch-typeahead": "0.4.2", "mini-css-extract-plugin": "0.9.0", - "optimize-css-assets-webpack-plugin": "5.0.3", + "optimize-css-assets-webpack-plugin": "5.0.5", "pnp-webpack-plugin": "1.6.4", "postcss-flexbugs-fixes": "4.1.0", "postcss-loader": "3.0.0",