Skip to content

Commit e367b12

Browse files
bump css-loader (microsoft#151899)
1 parent 4b2d97d commit e367b12

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"cookie": "^0.4.0",
133133
"copy-webpack-plugin": "^6.0.3",
134134
"cson-parser": "^1.3.3",
135-
"css-loader": "^3.2.0",
135+
"css-loader": "^3.6.0",
136136
"cssnano": "^4.1.11",
137137
"debounce": "^1.0.0",
138138
"deemon": "^1.4.0",

yarn.lock

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,11 @@
12931293
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
12941294
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
12951295

1296+
"@types/json-schema@^7.0.5":
1297+
version "7.0.11"
1298+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1299+
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1300+
12961301
"@types/json-schema@^7.0.6":
12971302
version "7.0.6"
12981303
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -3615,23 +3620,24 @@ css-declaration-sorter@^4.0.1:
36153620
postcss "^7.0.1"
36163621
timsort "^0.3.0"
36173622

3618-
css-loader@^3.2.0:
3619-
version "3.2.0"
3620-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
3621-
integrity sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==
3623+
css-loader@^3.6.0:
3624+
version "3.6.0"
3625+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
3626+
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
36223627
dependencies:
36233628
camelcase "^5.3.1"
36243629
cssesc "^3.0.0"
36253630
icss-utils "^4.1.1"
36263631
loader-utils "^1.2.3"
36273632
normalize-path "^3.0.0"
3628-
postcss "^7.0.17"
3633+
postcss "^7.0.32"
36293634
postcss-modules-extract-imports "^2.0.0"
36303635
postcss-modules-local-by-default "^3.0.2"
3631-
postcss-modules-scope "^2.1.0"
3636+
postcss-modules-scope "^2.2.0"
36323637
postcss-modules-values "^3.0.0"
3633-
postcss-value-parser "^4.0.0"
3634-
schema-utils "^2.0.0"
3638+
postcss-value-parser "^4.1.0"
3639+
schema-utils "^2.7.0"
3640+
semver "^6.3.0"
36353641

36363642
css-select-base-adapter@^0.1.1:
36373643
version "0.1.1"
@@ -9193,10 +9199,10 @@ postcss-modules-local-by-default@^3.0.2:
91939199
postcss-selector-parser "^6.0.2"
91949200
postcss-value-parser "^4.0.0"
91959201

9196-
postcss-modules-scope@^2.1.0:
9197-
version "2.1.0"
9198-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
9199-
integrity sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==
9202+
postcss-modules-scope@^2.2.0:
9203+
version "2.2.0"
9204+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
9205+
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
92009206
dependencies:
92019207
postcss "^7.0.6"
92029208
postcss-selector-parser "^6.0.0"
@@ -9370,7 +9376,12 @@ postcss-value-parser@^4.0.2:
93709376
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
93719377
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
93729378

9373-
"postcss@5 - 7", postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.27, postcss@^7.0.5, postcss@^7.0.6:
9379+
postcss-value-parser@^4.1.0:
9380+
version "4.2.0"
9381+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
9382+
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
9383+
9384+
"postcss@5 - 7", postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
93749385
version "7.0.39"
93759386
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
93769387
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
@@ -10084,6 +10095,15 @@ schema-utils@^2.0.0, schema-utils@^2.0.1:
1008410095
ajv "^6.10.2"
1008510096
ajv-keywords "^3.4.1"
1008610097

10098+
schema-utils@^2.7.0:
10099+
version "2.7.1"
10100+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
10101+
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
10102+
dependencies:
10103+
"@types/json-schema" "^7.0.5"
10104+
ajv "^6.12.4"
10105+
ajv-keywords "^3.5.2"
10106+
1008710107
schema-utils@^3.0.0:
1008810108
version "3.0.0"
1008910109
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"

0 commit comments

Comments
 (0)