diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1d3d278f0..f9887fbda 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9050,9 +9050,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", - "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz", + "integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/frontend/package.json b/frontend/package.json index e5d9ad114..f6e4250be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "^3.3.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^4.5.2", - "mini-css-extract-plugin": "^1.3.5", + "mini-css-extract-plugin": "^1.3.9", "node-sass": "^5.0.0", "prettier": "1.19.1", "sass-loader": "^10.1.1",