diff --git a/package-lock.json b/package-lock.json index 6fff13d8d0..0f841277f3 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.0", + "mini-css-extract-plugin": "2.8.1", "sass": "1.71.1", "sass-loader": "12.1.0", "url-loader": "4.1.1", @@ -2601,9 +2601,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", - "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", + "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==", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -6746,9 +6746,9 @@ "peer": true }, "mini-css-extract-plugin": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", - "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", + "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==", "requires": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/package.json b/package.json index 8471851ef3..cb9314a0d2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "css-loader": "6.10.0", "datatables.net": "1.13.11", "datatables.net-bs": "1.13.11", - "mini-css-extract-plugin": "2.8.0", + "mini-css-extract-plugin": "2.8.1", "file-loader": "6.2.0", "imports-loader": "0.8.0", "jquery": "3.7.1",