Skip to content

Commit 7ccd1de

Browse files
authored
Merge pull request #227 from ticky/renovate/css-loader-3.x
Update dependency css-loader to v3.6.0
2 parents 3280dae + 71f17b9 commit 7ccd1de

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
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.53.2",
54-
"css-loader": "3.5.3",
54+
"css-loader": "3.6.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: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,11 @@
550550
"@types/istanbul-lib-coverage" "*"
551551
"@types/istanbul-lib-report" "*"
552552

553+
"@types/json-schema@^7.0.4":
554+
version "7.0.5"
555+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
556+
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
557+
553558
"@types/minimatch@*":
554559
version "3.0.3"
555560
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -824,9 +829,10 @@ ajv@^6.12.0:
824829
json-schema-traverse "^0.4.1"
825830
uri-js "^4.2.2"
826831

827-
ajv@^6.5.5:
832+
ajv@^6.12.2, ajv@^6.5.5:
828833
version "6.12.2"
829834
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd"
835+
integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==
830836
dependencies:
831837
fast-deep-equal "^3.1.1"
832838
fast-json-stable-stringify "^2.0.0"
@@ -2737,22 +2743,23 @@ crypto-browserify@^3.11.0:
27372743
public-encrypt "^4.0.0"
27382744
randombytes "^2.0.0"
27392745

2740-
2741-
version "3.5.3"
2742-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.3.tgz#95ac16468e1adcd95c844729e0bb167639eb0bcf"
2746+
2747+
version "3.6.0"
2748+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
2749+
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
27432750
dependencies:
27442751
camelcase "^5.3.1"
27452752
cssesc "^3.0.0"
27462753
icss-utils "^4.1.1"
27472754
loader-utils "^1.2.3"
27482755
normalize-path "^3.0.0"
2749-
postcss "^7.0.27"
2756+
postcss "^7.0.32"
27502757
postcss-modules-extract-imports "^2.0.0"
27512758
postcss-modules-local-by-default "^3.0.2"
27522759
postcss-modules-scope "^2.2.0"
27532760
postcss-modules-values "^3.0.0"
2754-
postcss-value-parser "^4.0.3"
2755-
schema-utils "^2.6.6"
2761+
postcss-value-parser "^4.1.0"
2762+
schema-utils "^2.7.0"
27562763
semver "^6.3.0"
27572764

27582765
css-select-base-adapter@~0.1.0:
@@ -7492,9 +7499,10 @@ postcss-value-parser@^4.0.0:
74927499
version "4.0.0"
74937500
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.0.tgz#99a983d365f7b2ad8d0f9b8c3094926eab4b936d"
74947501

7495-
postcss-value-parser@^4.0.3:
7496-
version "4.0.3"
7497-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
7502+
postcss-value-parser@^4.1.0:
7503+
version "4.1.0"
7504+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
7505+
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
74987506

74997507
postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
75007508
version "7.0.14"
@@ -7512,9 +7520,10 @@ postcss@^7.0.16:
75127520
source-map "^0.6.1"
75137521
supports-color "^6.1.0"
75147522

7515-
postcss@^7.0.27:
7516-
version "7.0.27"
7517-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9"
7523+
postcss@^7.0.32:
7524+
version "7.0.32"
7525+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d"
7526+
integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
75187527
dependencies:
75197528
chalk "^2.4.2"
75207529
source-map "^0.6.1"
@@ -8289,11 +8298,13 @@ schema-utils@^2.6.5:
82898298
ajv "^6.12.0"
82908299
ajv-keywords "^3.4.1"
82918300

8292-
schema-utils@^2.6.6:
8293-
version "2.6.6"
8294-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.6.tgz#299fe6bd4a3365dc23d99fd446caff8f1d6c330c"
8301+
schema-utils@^2.7.0:
8302+
version "2.7.0"
8303+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
8304+
integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
82958305
dependencies:
8296-
ajv "^6.12.0"
8306+
"@types/json-schema" "^7.0.4"
8307+
ajv "^6.12.2"
82978308
ajv-keywords "^3.4.1"
82988309

82998310
seek-bzip@^1.0.3, seek-bzip@^1.0.5:

0 commit comments

Comments
 (0)