diff --git a/package-lock.json b/package-lock.json index 9f0bf5c..7421c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "html-webpack-plugin": "5.5.0", "husky": "6.0.0", "lint-staged": "11.2.6", - "mini-css-extract-plugin": "1.6.0", + "mini-css-extract-plugin": "1.6.2", "prettier": "2.8.8", "rimraf": "3.0.2", "webpack": "5.61.0", @@ -5030,9 +5030,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", - "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -5041,6 +5041,13 @@ }, "engines": { "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.4.0 || ^5.0.0" } }, "node_modules/minimalistic-assert": { @@ -11244,9 +11251,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", - "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index 787b450..6c5fd43 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "html-webpack-plugin": "5.5.0", "husky": "6.0.0", "lint-staged": "11.2.6", - "mini-css-extract-plugin": "1.6.0", + "mini-css-extract-plugin": "1.6.2", "prettier": "2.8.8", "rimraf": "3.0.2", "webpack": "5.61.0",