diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 282eb04fc..64490041d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.36", + "version": "1.3.39", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -34,7 +34,7 @@ "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.0.0", "html-webpack-plugin": "^5.6.3", - "mini-css-extract-plugin": "^2.9.2", + "mini-css-extract-plugin": "^2.9.3", "node-sass": "^9.0.0", "prettier": "^3.6.2", "sass-loader": "^16.0.5", @@ -8067,10 +8067,11 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", - "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.3.tgz", + "integrity": "sha512-tRA0+PsS4kLVijnN1w9jUu5lkxBwUk9E8SbgEB5dBJqchE6pVYdawROG6uQtpmAri7tdCK9i7b1bULeVWqS6Ag==", "dev": true, + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/frontend/package.json b/frontend/package.json index 0e4175910..fbdaf2b4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "^5.5.3", "file-loader": "^6.0.0", "html-webpack-plugin": "^5.6.3", - "mini-css-extract-plugin": "^2.9.2", + "mini-css-extract-plugin": "^2.9.3", "node-sass": "^9.0.0", "prettier": "^3.6.2", "sass-loader": "^16.0.5",