Skip to content

Commit 9c6647e

Browse files
committed
Update dependency css-loader to v3.5.0
1 parent a2149f1 commit 9c6647e

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
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.52.2",
54-
"css-loader": "3.4.2",
54+
"css-loader": "3.5.0",
5555
"eslint": "6.8.0",
5656
"eslint-plugin-react": "7.5.1",
5757
"extract-text-webpack-plugin": "3.0.2",

yarn.lock

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,22 +2275,23 @@ crypto-browserify@^3.11.0:
22752275
public-encrypt "^4.0.0"
22762276
randombytes "^2.0.0"
22772277

2278-
css-loader@3.4.2:
2279-
version "3.4.2"
2280-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.2.tgz#d3fdb3358b43f233b78501c5ed7b1c6da6133202"
2278+
css-loader@3.5.0:
2279+
version "3.5.0"
2280+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.0.tgz#8c68736fbcba1a9b92a288277ba8998b709ac3ae"
22812281
dependencies:
22822282
camelcase "^5.3.1"
22832283
cssesc "^3.0.0"
22842284
icss-utils "^4.1.1"
22852285
loader-utils "^1.2.3"
22862286
normalize-path "^3.0.0"
2287-
postcss "^7.0.23"
2287+
postcss "^7.0.27"
22882288
postcss-modules-extract-imports "^2.0.0"
22892289
postcss-modules-local-by-default "^3.0.2"
2290-
postcss-modules-scope "^2.1.1"
2290+
postcss-modules-scope "^2.2.0"
22912291
postcss-modules-values "^3.0.0"
2292-
postcss-value-parser "^4.0.2"
2293-
schema-utils "^2.6.0"
2292+
postcss-value-parser "^4.0.3"
2293+
schema-utils "^2.6.5"
2294+
semver "^6.3.0"
22942295

22952296
css-select-base-adapter@~0.1.0:
22962297
version "0.1.0"
@@ -6781,9 +6782,9 @@ postcss-modules-local-by-default@^3.0.2:
67816782
postcss-selector-parser "^6.0.2"
67826783
postcss-value-parser "^4.0.0"
67836784

6784-
postcss-modules-scope@^2.1.1:
6785-
version "2.1.1"
6786-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba"
6785+
postcss-modules-scope@^2.2.0:
6786+
version "2.2.0"
6787+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
67876788
dependencies:
67886789
postcss "^7.0.6"
67896790
postcss-selector-parser "^6.0.0"
@@ -6807,9 +6808,9 @@ postcss-value-parser@^4.0.0:
68076808
version "4.0.0"
68086809
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.0.tgz#99a983d365f7b2ad8d0f9b8c3094926eab4b936d"
68096810

6810-
postcss-value-parser@^4.0.2:
6811-
version "4.0.2"
6812-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
6811+
postcss-value-parser@^4.0.3:
6812+
version "4.0.3"
6813+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
68136814

68146815
postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
68156816
version "7.0.14"
@@ -6827,9 +6828,9 @@ postcss@^7.0.16:
68276828
source-map "^0.6.1"
68286829
supports-color "^6.1.0"
68296830

6830-
postcss@^7.0.23:
6831-
version "7.0.23"
6832-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
6831+
postcss@^7.0.27:
6832+
version "7.0.27"
6833+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9"
68336834
dependencies:
68346835
chalk "^2.4.2"
68356836
source-map "^0.6.1"
@@ -7495,13 +7496,6 @@ schema-utils@^1.0.0:
74957496
ajv-errors "^1.0.0"
74967497
ajv-keywords "^3.1.0"
74977498

7498-
schema-utils@^2.6.0:
7499-
version "2.6.1"
7500-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f"
7501-
dependencies:
7502-
ajv "^6.10.2"
7503-
ajv-keywords "^3.4.1"
7504-
75057499
schema-utils@^2.6.5:
75067500
version "2.6.5"
75077501
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.5.tgz#c758f0a7e624263073d396e29cd40aa101152d8a"

0 commit comments

Comments
 (0)