diff --git a/package-lock.json b/package-lock.json index 8ad6f162..9c46a87f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6462,9 +6462,9 @@ "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, "mini-css-extract-plugin": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.3.tgz", - "integrity": "sha512-Mxs0nxzF1kxPv4TRi2NimewgXlJqh0rGE30vviCU2WHrpbta6wklnUV9dr9FUtoAHmB3p3LeXEC+ZjgHvB0Dzg==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz", + "integrity": "sha512-o+Jm+ocb0asEngdM6FsZWtZsRzA8koFUudIDwYUfl94M3PejPHG7Vopw5hN9V8WsMkSFpm3tZP3Fesz89EyrfQ==", "requires": { "loader-utils": "^1.1.0", "schema-utils": "^1.0.0", diff --git a/package.json b/package.json index 6843a493..9fc4ad38 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "intersection-observer": "^0.5.1", "lodash-es": "^4.17.11", "lodash-webpack-plugin": "^0.11.5", - "mini-css-extract-plugin": "^0.4.3", + "mini-css-extract-plugin": "^0.4.4", "mkdirp": "^0.5.1", "node-fetch": "^2.2.0", "node-sass": "^4.10.0",