Skip to content

Commit e01b334

Browse files
chore(deps-dev): Bump mini-css-extract-plugin from 2.9.4 to 2.10.0 (#405)
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 3833c32 commit e01b334

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
@@ -855,10 +855,10 @@ mime-types@^2.1.27:
855855
dependencies:
856856
mime-db "1.44.0"
857857

858-
mini-css-extract-plugin@^2.9:
859-
version "2.9.4"
860-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz#cafa1a42f8c71357f49cd1566810d74ff1cb0200"
861-
integrity sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==
858+
mini-css-extract-plugin@^2.10:
859+
version "2.10.0"
860+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz#d801a1f388f8fac7333c01b7c15c9222c811def4"
861+
integrity sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g==
862862
dependencies:
863863
schema-utils "^4.0.0"
864864
tapable "^2.2.1"

0 commit comments

Comments
 (0)