diff --git a/webapp/package.json b/webapp/package.json index 94f8f901..4c4c9a34 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -32,7 +32,7 @@ "gts": "^7.0.0", "html-webpack-plugin": "^5.6.6", "identity-obj-proxy": "^3.0.0", - "mini-css-extract-plugin": "^2.10.0", + "mini-css-extract-plugin": "^2.10.1", "postcss": "^8.5.8", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^8.2.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 3beeedb5..0110364e 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -7685,10 +7685,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz#d801a1f388f8fac7333c01b7c15c9222c811def4" - integrity sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g== +mini-css-extract-plugin@^2.10.1: + version "2.10.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.1.tgz#a7f0bb890f4e1ce6dfc124bd1e6d6fcd3b359844" + integrity sha512-k7G3Y5QOegl380tXmZ68foBRRjE9Ljavx835ObdvmZjQ639izvZD8CS7BkWw1qKPPzHsGL/JDhl0uyU1zc2rJw== dependencies: schema-utils "^4.0.0" tapable "^2.2.1"