Skip to content

Commit b013bcd

Browse files
Bump mini-css-extract-plugin from 0.8.0 to 0.9.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0. - [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@v0.8.0...v0.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bed55f5 commit b013bcd

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
@@ -80,7 +80,7 @@
8080
"file-loader": "^5.0.2",
8181
"html-webpack-plugin": "^3.2.0",
8282
"jest": "^25.1.0",
83-
"mini-css-extract-plugin": "^0.8.0",
83+
"mini-css-extract-plugin": "^0.9.0",
8484
"node-sass": "^4.13.1",
8585
"open": "^7.0.2",
8686
"optimize-css-assets-webpack-plugin": "^5.0.3",

yarn.lock

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

6541-
mini-css-extract-plugin@^0.8.0:
6542-
version "0.8.0"
6543-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1"
6544-
integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==
6541+
mini-css-extract-plugin@^0.9.0:
6542+
version "0.9.0"
6543+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
6544+
integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
65456545
dependencies:
65466546
loader-utils "^1.1.0"
65476547
normalize-url "1.9.1"

0 commit comments

Comments
 (0)