From b5895cc708e8463818998922a1bbeeefa6ecd7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:35:43 +0000 Subject: [PATCH] npm: bump mini-css-extract-plugin from 2.9.0 to 2.9.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f52534..29a1cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "glob": "^11.0.0", "html-webpack-plugin": "^5.5.3", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.9.1", "pack.gl": "^0.0.40", "postcss-loader": "^8.1.1", "postcss-preset-env": "^10.0.2", @@ -11933,9 +11933,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", + "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", "dev": true, "dependencies": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index e27c1b3..be88c3c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "glob": "^11.0.0", "html-webpack-plugin": "^5.5.3", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.9.1", "pack.gl": "^0.0.40", "postcss-loader": "^8.1.1", "postcss-preset-env": "^10.0.2",