Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 267c0e3

Browse files
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](webpack/mini-css-extract-plugin@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] <support@github.com>
1 parent bc757b4 commit 267c0e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-prettier": "^5.1.3",
2828
"eslint-plugin-react": "^7.35.0",
2929
"html-webpack-plugin": "^5.6.0",
30-
"mini-css-extract-plugin": "^2.9.0",
30+
"mini-css-extract-plugin": "^2.9.1",
3131
"prettier": "^3.3.3",
3232
"webpack": "^5.93.0",
3333
"webpack-cli": "^5.1.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4727,10 +4727,10 @@ mimic-fn@^2.1.0:
47274727
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
47284728
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
47294729

4730-
mini-css-extract-plugin@^2.9.0:
4731-
version "2.9.0"
4732-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
4733-
integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
4730+
mini-css-extract-plugin@^2.9.1:
4731+
version "2.9.1"
4732+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz#4d184f12ce90582e983ccef0f6f9db637b4be758"
4733+
integrity sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==
47344734
dependencies:
47354735
schema-utils "^4.0.0"
47364736
tapable "^2.2.1"

0 commit comments

Comments
 (0)