From f8a825dfe6ca9df76a1cb88273d2bd7b9d131e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:11:14 +0000 Subject: [PATCH] fix(deps): update dependency mini-css-extract-plugin to v2.9.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57b614a8c1..3e7d04083e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "file-loader": "6.2.0", "imports-loader": "0.8.0", "jquery": "3.7.1", - "mini-css-extract-plugin": "2.8.1", + "mini-css-extract-plugin": "2.9.0", "sass": "1.75.0", "sass-loader": "12.1.0", "url-loader": "4.1.1", @@ -2601,9 +2601,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", - "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", + "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==", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -6746,9 +6746,9 @@ "peer": true }, "mini-css-extract-plugin": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", - "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", + "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==", "requires": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/package.json b/package.json index 637b506cea..b07785443d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "css-loader": "6.11.0", "datatables.net": "1.13.11", "datatables.net-bs": "1.13.11", - "mini-css-extract-plugin": "2.8.1", + "mini-css-extract-plugin": "2.9.0", "file-loader": "6.2.0", "imports-loader": "0.8.0", "jquery": "3.7.1",