Skip to content

Commit

Permalink
Update dependency css-loader to v6.10.0 (#8931)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent c7cfa30 commit c0f66f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "7.23.9",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.9.1",
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "6.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
16 changes: 11 additions & 5 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3029,9 +3029,9 @@ __metadata:
languageName: node
linkType: hard

"css-loader@npm:6.9.1":
version: 6.9.1
resolution: "css-loader@npm:6.9.1"
"css-loader@npm:6.10.0":
version: 6.10.0
resolution: "css-loader@npm:6.10.0"
dependencies:
icss-utils: "npm:^5.1.0"
postcss: "npm:^8.4.33"
Expand All @@ -3042,8 +3042,14 @@ __metadata:
postcss-value-parser: "npm:^4.2.0"
semver: "npm:^7.5.4"
peerDependencies:
"@rspack/core": 0.x || 1.x
webpack: ^5.0.0
checksum: 10c0/3dfff7d4372a1d8f2b1606a8376f2f5e484e59d7ffdc373ea3b04aa2b54ecd052aaf72c090a97148b0eb8a164cdc1f9dcb7a68686b2d5d190d69367c30f76132
peerDependenciesMeta:
"@rspack/core":
optional: true
webpack:
optional: true
checksum: 10c0/acadd2a93f505bf8a8d1c6912a476ef953585f195412b6aa1f2581053bcce8563b833f2a6666c1e1521f4b35fb315176563495a38933becc89e3143cfa7dce45
languageName: node
linkType: hard

Expand Down Expand Up @@ -4325,7 +4331,7 @@ __metadata:
"@babel/preset-env": "npm:7.23.9"
babel-loader: "npm:9.1.3"
clean-webpack-plugin: "npm:4.0.0"
css-loader: "npm:6.9.1"
css-loader: "npm:6.10.0"
css-minimizer-webpack-plugin: "npm:6.0.0"
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
Expand Down

0 comments on commit c0f66f5

Please sign in to comment.