Skip to content

Commit 0933fd0

Browse files
renovate-botclydin
authored andcommitted
build: update css-loader to version 4.2.2
1 parent d8f67e1 commit 0933fd0

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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.2.1",
141+
"css-loader": "4.2.2",
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.2.1",
30+
"css-loader": "4.2.2",
3131
"cssnano": "4.1.10",
3232
"file-loader": "6.0.0",
3333
"find-cache-dir": "3.3.1",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3947,16 +3947,15 @@ css-declaration-sorter@^4.0.1:
39473947
postcss "^7.0.1"
39483948
timsort "^0.3.0"
39493949

3950-
3951-
version "4.2.1"
3952-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.1.tgz#9f48fd7eae1219d629a3f085ba9a9102ca1141a7"
3953-
integrity sha512-MoqmF1if7Z0pZIEXA4ZF9PgtCXxWbfzfJM+3p+OYfhcrwcqhaCRb74DSnfzRl7e024xEiCRn5hCvfUbTf2sgFA==
3950+
3951+
version "4.2.2"
3952+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.2.tgz#b668b3488d566dc22ebcf9425c5f254a05808c89"
3953+
integrity sha512-omVGsTkZPVwVRpckeUnLshPp12KsmMSLqYxs12+RzM9jRR5Y+Idn/tBffjXRvOE+qW7if24cuceFJqYR5FmGBg==
39543954
dependencies:
39553955
camelcase "^6.0.0"
39563956
cssesc "^3.0.0"
39573957
icss-utils "^4.1.1"
39583958
loader-utils "^2.0.0"
3959-
normalize-path "^3.0.0"
39603959
postcss "^7.0.32"
39613960
postcss-modules-extract-imports "^2.0.0"
39623961
postcss-modules-local-by-default "^3.0.3"

0 commit comments

Comments
 (0)