Skip to content

Commit 7b9415b

Browse files
renovate-botclydin
authored andcommitted
build: update css-loader to version 5.0.2
1 parent 8551f1d commit 7b9415b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"copy-webpack-plugin": "6.3.2",
144144
"core-js": "3.8.3",
145145
"critters": "0.0.6",
146-
"css-loader": "5.0.1",
146+
"css-loader": "5.0.2",
147147
"cssnano": "4.1.10",
148148
"debug": "^4.1.1",
149149
"enhanced-resolve": "5.7.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"copy-webpack-plugin": "6.3.2",
3131
"core-js": "3.8.3",
3232
"critters": "0.0.6",
33-
"css-loader": "5.0.1",
33+
"css-loader": "5.0.2",
3434
"cssnano": "4.1.10",
3535
"find-cache-dir": "3.3.1",
3636
"glob": "7.1.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,23 +3973,23 @@ css-declaration-sorter@^4.0.1:
39733973
postcss "^7.0.1"
39743974
timsort "^0.3.0"
39753975

3976-
css-loader@5.0.1:
3977-
version "5.0.1"
3978-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.1.tgz#9e4de0d6636a6266a585bd0900b422c85539d25f"
3979-
integrity sha512-cXc2ti9V234cq7rJzFKhirb2L2iPy8ZjALeVJAozXYz9te3r4eqLSixNAbMDJSgJEQywqXzs8gonxaboeKqwiw==
3976+
css-loader@5.0.2:
3977+
version "5.0.2"
3978+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.2.tgz#24f758dae349bad0a440c50d7e2067742e0899cb"
3979+
integrity sha512-gbkBigdcHbmNvZ1Cg6aV6qh6k9N6XOr8YWzISLQGrwk2mgOH8LLrizhkxbDhQtaLtktyKHD4970S0xwz5btfTA==
39803980
dependencies:
39813981
camelcase "^6.2.0"
39823982
cssesc "^3.0.0"
3983-
icss-utils "^5.0.0"
3983+
icss-utils "^5.1.0"
39843984
loader-utils "^2.0.0"
3985-
postcss "^8.1.4"
3985+
postcss "^8.2.4"
39863986
postcss-modules-extract-imports "^3.0.0"
39873987
postcss-modules-local-by-default "^4.0.0"
39883988
postcss-modules-scope "^3.0.0"
39893989
postcss-modules-values "^4.0.0"
39903990
postcss-value-parser "^4.1.0"
39913991
schema-utils "^3.0.0"
3992-
semver "^7.3.2"
3992+
semver "^7.3.4"
39933993

39943994
css-parse@~2.0.0:
39953995
version "2.0.0"
@@ -6025,7 +6025,7 @@ iconv-lite@^0.6.2:
60256025
dependencies:
60266026
safer-buffer ">= 2.1.2 < 3.0.0"
60276027

6028-
icss-utils@^5.0.0:
6028+
icss-utils@^5.0.0, icss-utils@^5.1.0:
60296029
version "5.1.0"
60306030
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
60316031
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
@@ -9369,7 +9369,7 @@ postcss@7.0.21:
93699369
source-map "^0.6.1"
93709370
supports-color "^6.1.0"
93719371

9372-
postcss@8.2.5, postcss@^8.1.4:
9372+
postcss@8.2.5, postcss@^8.2.4:
93739373
version "8.2.5"
93749374
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a"
93759375
integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==

0 commit comments

Comments
 (0)