Skip to content

Commit 81128af

Browse files
chore(deps-dev): Bump mini-css-extract-plugin from 2.9.4 to 2.10.0 (#436)
Bumps [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) from 2.9.4 to 2.10.0. - [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/mini-css-extract-plugin@v2.9.4...v2.10.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afd38ec commit 81128af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"autoprefixer": "^9.8",
1010
"css-loader": "^7.1",
11-
"mini-css-extract-plugin": "^2.9",
11+
"mini-css-extract-plugin": "^2.10",
1212
"sass": "^1.97",
1313
"postcss-loader": "^8.2",
1414
"sass-loader": "^16.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -867,10 +867,10 @@ mime-types@^2.1.27:
867867
dependencies:
868868
mime-db "1.44.0"
869869

870-
mini-css-extract-plugin@^2.9:
871-
version "2.9.4"
872-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz#cafa1a42f8c71357f49cd1566810d74ff1cb0200"
873-
integrity sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==
870+
mini-css-extract-plugin@^2.10:
871+
version "2.10.0"
872+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz#d801a1f388f8fac7333c01b7c15c9222c811def4"
873+
integrity sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g==
874874
dependencies:
875875
schema-utils "^4.0.0"
876876
tapable "^2.2.1"

0 commit comments

Comments
 (0)