From fdb492d7de9488fe0915680e89d9e3b4b33c2474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2020 01:15:26 +0000 Subject: [PATCH] fix: upgrade mini-css-extract-plugin from 0.7.0 to 0.9.0 Snyk has created this PR to upgrade mini-css-extract-plugin from 0.7.0 to 0.9.0. See this package in NPM: https://www.npmjs.com/package/mini-css-extract-plugin See this project in Snyk: https://app.snyk.io/org/diegoalesco95/project/40086045-337a-4409-b21c-c0f274b25bd1?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 144fa2a1..4dcee932 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "css-loader": "^3.2.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.9.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-redux": "^7.1.3",