diff --git a/package-lock.json b/package-lock.json index f4e36f27..d017745b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "^5.6.3", "jest": "^26.6.3", - "mini-css-extract-plugin": "^2.8.1", + "mini-css-extract-plugin": "^2.9.2", "simple-keyboard": "3.8.12", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.10", @@ -11738,9 +11738,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.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, "dependencies": { "schema-utils": "^4.0.0", @@ -24850,9 +24850,9 @@ "dev": 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.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, "requires": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index 235fe3a9..af01aee8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "^5.6.3", "jest": "^26.6.3", - "mini-css-extract-plugin": "^2.8.1", + "mini-css-extract-plugin": "^2.9.2", "simple-keyboard": "3.8.12", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.10",