diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 095705859..46dca93df 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.12", + "version": "1.3.13", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -34,7 +34,7 @@ "eslint-plugin-prettier": "^3.4.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.6.1", + "mini-css-extract-plugin": "^2.7.1", "node-sass": "^8.0.0", "prettier": "1.19.1", "sass-loader": "^13.1.0", @@ -7445,9 +7445,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.0.tgz", - "integrity": "sha512-auqtVo8KhTScMsba7MbijqZTfibbXiBNlPAQbsVt7enQfcDYLdgG57eGxMqwVU3mfeWANY4F1wUg+rMF+ycZgw==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz", + "integrity": "sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" diff --git a/frontend/package.json b/frontend/package.json index 84d955e6b..bb56e52cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "^3.4.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.6.1", + "mini-css-extract-plugin": "^2.7.1", "node-sass": "^8.0.0", "prettier": "1.19.1", "sass-loader": "^13.1.0",