From 92dfc1f726bb57eca935f54d578e5ef85a57596e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:49:49 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to ^2.9.1 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd2adcae..7108ea08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "i18next-scanner": "^4.5.0", "jsdom": "^24.1.3", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.1", "ol": "^10.0.0", "proj4": "^2.11.0", "react": "^18.3.1", @@ -11332,10 +11332,11 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", + "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", "dev": true, + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/package.json b/package.json index aeda721c..85ea14a0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "i18next-scanner": "^4.5.0", "jsdom": "^24.1.3", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.1", "ol": "^10.0.0", "proj4": "^2.11.0", "react": "^18.3.1",