diff --git a/package-lock.json b/package-lock.json index efad65ff85..394d47669a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "lodash-es": "^4.17.21", "lucene-escape-query": "^1.0.1", "luxon": "^3.5.0", - "mini-css-extract-plugin": "^2.9.1", + "mini-css-extract-plugin": "^2.9.2", "moment": "^2.30.1", "mongodb": "^6.3.0", "node-cache": "^5.1.2", @@ -6361,8 +6361,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.1", - "license": "MIT", + "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==", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/package.json b/package.json index bcbb23d855..0d8eecd042 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash-es": "^4.17.21", "lucene-escape-query": "^1.0.1", "luxon": "^3.5.0", - "mini-css-extract-plugin": "^2.9.1", + "mini-css-extract-plugin": "^2.9.2", "moment": "^2.30.1", "mongodb": "^6.3.0", "node-cache": "^5.1.2",