Skip to content

Commit e532bdf

Browse files
authored
Merge pull request #184 from ticky/renovate/css-loader-3.x
Update dependency css-loader to v3.2.1
2 parents bdbf8f9 + 57e7d86 commit e532bdf

File tree

2 files changed

+31
-19
lines changed

2 files changed

+31
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"babel-preset-es2015": "6.24.1",
5252
"babel-preset-react": "6.24.1",
5353
"codemirror": "5.49.2",
54-
"css-loader": "3.2.0",
54+
"css-loader": "3.2.1",
5555
"eslint": "6.6.0",
5656
"eslint-plugin-react": "7.5.1",
5757
"extract-text-webpack-plugin": "3.0.2",

yarn.lock

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,22 +2249,22 @@ crypto-browserify@^3.11.0:
22492249
public-encrypt "^4.0.0"
22502250
randombytes "^2.0.0"
22512251

2252-
2253-
version "3.2.0"
2254-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
2252+
2253+
version "3.2.1"
2254+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.1.tgz#62849b45a414b7bde0bfba17325a026471040eae"
22552255
dependencies:
22562256
camelcase "^5.3.1"
22572257
cssesc "^3.0.0"
22582258
icss-utils "^4.1.1"
22592259
loader-utils "^1.2.3"
22602260
normalize-path "^3.0.0"
2261-
postcss "^7.0.17"
2261+
postcss "^7.0.23"
22622262
postcss-modules-extract-imports "^2.0.0"
22632263
postcss-modules-local-by-default "^3.0.2"
2264-
postcss-modules-scope "^2.1.0"
2264+
postcss-modules-scope "^2.1.1"
22652265
postcss-modules-values "^3.0.0"
2266-
postcss-value-parser "^4.0.0"
2267-
schema-utils "^2.0.0"
2266+
postcss-value-parser "^4.0.2"
2267+
schema-utils "^2.6.0"
22682268

22692269
css-select-base-adapter@~0.1.0:
22702270
version "0.1.0"
@@ -6714,9 +6714,9 @@ postcss-modules-local-by-default@^3.0.2:
67146714
postcss-selector-parser "^6.0.2"
67156715
postcss-value-parser "^4.0.0"
67166716

6717-
postcss-modules-scope@^2.1.0:
6718-
version "2.1.0"
6719-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
6717+
postcss-modules-scope@^2.1.1:
6718+
version "2.1.1"
6719+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba"
67206720
dependencies:
67216721
postcss "^7.0.6"
67226722
postcss-selector-parser "^6.0.0"
@@ -6740,6 +6740,10 @@ postcss-value-parser@^4.0.0:
67406740
version "4.0.0"
67416741
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.0.tgz#99a983d365f7b2ad8d0f9b8c3094926eab4b936d"
67426742

6743+
postcss-value-parser@^4.0.2:
6744+
version "4.0.2"
6745+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
6746+
67436747
postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
67446748
version "7.0.14"
67456749
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
@@ -6748,14 +6752,22 @@ postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
67486752
source-map "^0.6.1"
67496753
supports-color "^6.1.0"
67506754

6751-
postcss@^7.0.16, postcss@^7.0.17:
6755+
postcss@^7.0.16:
67526756
version "7.0.17"
67536757
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f"
67546758
dependencies:
67556759
chalk "^2.4.2"
67566760
source-map "^0.6.1"
67576761
supports-color "^6.1.0"
67586762

6763+
postcss@^7.0.23:
6764+
version "7.0.23"
6765+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
6766+
dependencies:
6767+
chalk "^2.4.2"
6768+
source-map "^0.6.1"
6769+
supports-color "^6.1.0"
6770+
67596771
prelude-ls@~1.1.2:
67606772
version "1.1.2"
67616773
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -7416,20 +7428,20 @@ schema-utils@^1.0.0:
74167428
ajv-errors "^1.0.0"
74177429
ajv-keywords "^3.1.0"
74187430

7419-
schema-utils@^2.0.0:
7420-
version "2.0.1"
7421-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.0.1.tgz#1eec2e059556af841b7f3a83b61af13d7a3f9196"
7422-
dependencies:
7423-
ajv "^6.1.0"
7424-
ajv-keywords "^3.1.0"
7425-
74267431
schema-utils@^2.5.0:
74277432
version "2.5.0"
74287433
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
74297434
dependencies:
74307435
ajv "^6.10.2"
74317436
ajv-keywords "^3.4.1"
74327437

7438+
schema-utils@^2.6.0:
7439+
version "2.6.1"
7440+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f"
7441+
dependencies:
7442+
ajv "^6.10.2"
7443+
ajv-keywords "^3.4.1"
7444+
74337445
seek-bzip@^1.0.3, seek-bzip@^1.0.5:
74347446
version "1.0.5"
74357447
resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc"

0 commit comments

Comments
 (0)