Skip to content

Commit 167c410

Browse files
build(deps-dev): bump css-loader from 3.5.3 to 3.6.0 (#367)
1 parent 4b019df commit 167c410

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/vue-next-webpack-preview-master/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@vue/compiler-sfc": "^3.0.0-beta.15",
16-
"css-loader": "^3.5.3",
16+
"css-loader": "^3.6.0",
1717
"file-loader": "^6.0.0",
1818
"mini-css-extract-plugin": "^0.9.0",
1919
"url-loader": "^4.1.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3991,23 +3991,23 @@ css-loader@^2.1.1:
39913991
postcss-value-parser "^3.3.0"
39923992
schema-utils "^1.0.0"
39933993

3994-
css-loader@^3.5.3:
3995-
version "3.5.3"
3996-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.3.tgz#95ac16468e1adcd95c844729e0bb167639eb0bcf"
3997-
integrity sha512-UEr9NH5Lmi7+dguAm+/JSPovNjYbm2k3TK58EiwQHzOHH5Jfq1Y+XoP2bQO6TMn7PptMd0opxxedAWcaSTRKHw==
3994+
css-loader@^3.5.3, css-loader@^3.6.0:
3995+
version "3.6.0"
3996+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
3997+
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
39983998
dependencies:
39993999
camelcase "^5.3.1"
40004000
cssesc "^3.0.0"
40014001
icss-utils "^4.1.1"
40024002
loader-utils "^1.2.3"
40034003
normalize-path "^3.0.0"
4004-
postcss "^7.0.27"
4004+
postcss "^7.0.32"
40054005
postcss-modules-extract-imports "^2.0.0"
40064006
postcss-modules-local-by-default "^3.0.2"
40074007
postcss-modules-scope "^2.2.0"
40084008
postcss-modules-values "^3.0.0"
4009-
postcss-value-parser "^4.0.3"
4010-
schema-utils "^2.6.6"
4009+
postcss-value-parser "^4.1.0"
4010+
schema-utils "^2.7.0"
40114011
semver "^6.3.0"
40124012

40134013
css-modules-loader-core@^1.1.0:
@@ -9525,7 +9525,7 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^
95259525
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
95269526
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
95279527

9528-
postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.0.3, postcss-value-parser@^4.1.0:
9528+
postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
95299529
version "4.1.0"
95309530
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
95319531
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@@ -9548,7 +9548,7 @@ postcss@^6.0.1:
95489548
source-map "^0.6.1"
95499549
supports-color "^5.4.0"
95509550

9551-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.30, postcss@^7.0.5, postcss@^7.0.6:
9551+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.30, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
95529552
version "7.0.32"
95539553
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d"
95549554
integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
@@ -10406,7 +10406,7 @@ schema-utils@^1.0.0:
1040610406
ajv-errors "^1.0.0"
1040710407
ajv-keywords "^3.1.0"
1040810408

10409-
schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6.6:
10409+
schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
1041010410
version "2.7.0"
1041110411
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
1041210412
integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==

0 commit comments

Comments
 (0)