diff --git a/package-lock.json b/package-lock.json index a19ac46c7..805f5c878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "jest-environment-jsdom": "^29.5.0", "lodash.difference": "^4.5.0", "lodash.omit": "^4.5.0", - "mini-css-extract-plugin": "^2.7.2", + "mini-css-extract-plugin": "^2.7.5", "msw": "^1.1.0", "prettier": "^2.8.4", "sass": "^1.58.3", @@ -17407,9 +17407,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz", - "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==", + "version": "2.7.5", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz", + "integrity": "sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" @@ -36034,9 +36034,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz", - "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==", + "version": "2.7.5", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz", + "integrity": "sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==", "dev": true, "requires": { "schema-utils": "^4.0.0" diff --git a/package.json b/package.json index 4920e8c46..f777b42f3 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jest-environment-jsdom": "^29.5.0", "lodash.difference": "^4.5.0", "lodash.omit": "^4.5.0", - "mini-css-extract-plugin": "^2.7.2", + "mini-css-extract-plugin": "^2.7.5", "msw": "^1.1.0", "prettier": "^2.8.4", "sass": "^1.58.3",