From fbb042b668554135a703b535467e07cea2757e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:03:06 +0000 Subject: [PATCH] chore(deps): update dependency mini-css-extract-plugin to ^0.12.0 --- packages/react-integration/demo-app-ts/package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index df5e5698696..030d588344a 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -29,7 +29,7 @@ "fork-ts-checker-webpack-plugin": "6.5.3", "html-webpack-plugin": "^5.5.0", "local-web-server": "^2.6.1", - "mini-css-extract-plugin": "^0.11.1", + "mini-css-extract-plugin": "^0.12.0", "react-hot-loader": "4.13.1", "react-refresh": "0.14.0", "react-refresh-typescript": "2.0.9", diff --git a/yarn.lock b/yarn.lock index 8e1105182de..a8199cb1ab5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13214,9 +13214,10 @@ mini-css-extract-plugin@2.7.5: dependencies: schema-utils "^4.0.0" -mini-css-extract-plugin@^0.11.1: - version "0.11.2" - resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.2.tgz" +mini-css-extract-plugin@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" + integrity sha512-z6PQCe9rd1XUwZ8gMaEVwwRyZlrYy8Ba1gRjFP5HcV51HkXX+XlwZ+a1iAYTjSYwgNBXoNR7mhx79mDpOn5fdw== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"