From a44945de18772c3f09be9bb4c1d94665c54d4f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:39:48 +0200 Subject: [PATCH] [frontend] Update dependency mini-css-extract-plugin to v2.9.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- openbas-front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbas-front/package.json b/openbas-front/package.json index f78869aa2d..ac81f44ce7 100644 --- a/openbas-front/package.json +++ b/openbas-front/package.json @@ -142,7 +142,7 @@ "test:e2e:coverage": "npx nyc report --reporter=html && start \"\" coverage/index.html" }, "resolutions": { - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "react-transition-group": "4.4.5", "react-apexcharts@1.4.1": "patch:react-apexcharts@npm%3A1.4.1#./.yarn/patches/react-apexcharts-npm-1.4.1-2dc909d883.patch" },