From 2c189997875140ccdf144739d0236110b30b7fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 02:26:07 +0000 Subject: [PATCH] build(deps-dev): 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 | 9 ++++----- packages/html-templates/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 565872f3ff..318ea9047a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22531,11 +22531,10 @@ } }, "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, - "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -31673,7 +31672,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "postcss": "8.4.41", "postcss-loader": "8.1.1", "preact": "10.23.2", diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 874a3d0771..34395666f8 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -53,7 +53,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "postcss": "8.4.41", "postcss-loader": "8.1.1", "preact": "10.23.2",