css-loader 6.9.0 → 6.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1534,7 +1534,7 @@ import "./styles.css";
1534
1534
 
1535
1535
  > **Warning**
1536
1536
  >
1537
- > You don't need [`style-loader`](https://github.com/webpack-contrib/style-loader) anymore, please remove it.
1537
+ > You should not use [`style-loader`](https://github.com/webpack-contrib/style-loader) or [`mini-css-extract-plugin`](https://github.com/webpack-contrib/mini-css-extract-plugin) with this value.
1538
1538
 
1539
1539
  > **Warning**
1540
1540
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-loader",
3
- "version": "6.9.0",
3
+ "version": "6.9.1",
4
4
  "description": "css loader module for webpack",
5
5
  "license": "MIT",
6
6
  "repository": "webpack-contrib/css-loader",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "icss-utils": "^5.1.0",
50
- "postcss": "^8.4.31",
50
+ "postcss": "^8.4.33",
51
51
  "postcss-modules-extract-imports": "^3.0.0",
52
- "postcss-modules-local-by-default": "^4.0.3",
53
- "postcss-modules-scope": "^3.1.0",
52
+ "postcss-modules-local-by-default": "^4.0.4",
53
+ "postcss-modules-scope": "^3.1.1",
54
54
  "postcss-modules-values": "^4.0.0",
55
55
  "postcss-value-parser": "^4.2.0",
56
56
  "semver": "^7.5.4"