Skip to content

Commit a958b29

Browse files
renovate-botclydin
authored andcommitted
build: update css-loader to version 4.2.0
1 parent 6fae2e5 commit a958b29

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"conventional-commits-parser": "^3.0.0",
139139
"copy-webpack-plugin": "6.0.3",
140140
"core-js": "3.6.4",
141-
"css-loader": "4.1.1",
141+
"css-loader": "4.2.0",
142142
"cssnano": "4.1.10",
143143
"debug": "^4.1.1",
144144
"enhanced-resolve": "4.1.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"circular-dependency-plugin": "5.2.0",
2828
"copy-webpack-plugin": "6.0.3",
2929
"core-js": "3.6.4",
30-
"css-loader": "4.1.1",
30+
"css-loader": "4.2.0",
3131
"cssnano": "4.1.10",
3232
"file-loader": "6.0.0",
3333
"find-cache-dir": "3.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,10 +4314,10 @@ css-declaration-sorter@^4.0.1:
43144314
postcss "^7.0.1"
43154315
timsort "^0.3.0"
43164316

4317-
css-loader@4.1.1:
4318-
version "4.1.1"
4319-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.1.1.tgz#48342f098784e75bbfc0933dea2853314fb737d8"
4320-
integrity sha512-nZ4OC2g88+wOOdkVQ0yYy7T6uXSkb7I7UyMNnaevQQvVWskTSDRAz08ETl91et4ghVL6jfnzWUt0o2XaY0gyRg==
4317+
css-loader@4.2.0:
4318+
version "4.2.0"
4319+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.0.tgz#b57efb92ac8f0cd85bf92d89df9634ef1f51b8bf"
4320+
integrity sha512-ko7a9b0iFpWtk9eSI/C8IICvZeGtYnjxYjw45rJprokXj/+kBd/siX4vAIBq9Uij8Jubc4jL1EvSnTjCEwaHSw==
43214321
dependencies:
43224322
camelcase "^6.0.0"
43234323
cssesc "^3.0.0"

0 commit comments

Comments
 (0)