diff --git a/package-lock.json b/package-lock.json index 7dc0829bb9..121faae3eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "location-bar": "3.0.1", "lodash": "4.17.21", "marked": "12.0.0", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.9.2", "moment": "2.30.1", "moment-duration-format": "2.3.2", "moment-timezone": "0.5.41", @@ -7837,12 +7837,14 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", "dev": true, + "license": "MIT", "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" diff --git a/package.json b/package.json index 6e96eace12..32711eba5a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "location-bar": "3.0.1", "lodash": "4.17.21", "marked": "12.0.0", - "mini-css-extract-plugin": "2.7.6", + "mini-css-extract-plugin": "2.9.2", "moment": "2.30.1", "moment-duration-format": "2.3.2", "moment-timezone": "0.5.41",