File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 30
30
"ignore" : " ^5.0.5" ,
31
31
"js-yaml" : " ^4.0.0" ,
32
32
"json5" : " ^2.1.3" ,
33
- "jsonc-eslint-parser" : " ^0.6.2 " ,
33
+ "jsonc-eslint-parser" : " ^1.0.0 " ,
34
34
"lodash" : " ^4.17.11" ,
35
35
"parse5" : " ^6.0.0" ,
36
36
"semver" : " ^7.3.4" ,
Original file line number Diff line number Diff line change @@ -6482,12 +6482,13 @@ json5@^2.1.2, json5@^2.1.3:
6482
6482
dependencies :
6483
6483
minimist "^1.2.5"
6484
6484
6485
- jsonc-eslint-parser@^0.6.2 :
6486
- version "0.6.2 "
6487
- resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-0.6.2. tgz#f538179902f1c2edcb710507194b5333294b7079 "
6488
- integrity sha512-8WlcrtXwiio5/E1J1cpaeBW5jFTHMcFLmlqOhQTbta0kn5hiOM/B56tky/ZJQP7SyHhpVj3zDvaXkVyedYi/LA ==
6485
+ jsonc-eslint-parser@^1.0.0 :
6486
+ version "1.0.0 "
6487
+ resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-1.0.0. tgz#f4d2ce26bd93c6101957e23986e07aeeb8df8455 "
6488
+ integrity sha512-uN1rcnUQ3g7sGmAH+eImh+9tzPZhJZGyvwqQGclojMrPXFBciZ+1WTaFkt1guZyiskriHVdLkBA1clFs9Y+Hkw ==
6489
6489
dependencies :
6490
- eslint-visitor-keys "^1.3.0"
6490
+ eslint-utils "^2.1.0"
6491
+ eslint-visitor-keys "^2.0.0"
6491
6492
espree "^6.0.0 || ^7.2.0"
6492
6493
6493
6494
jsonfile@^4.0.0 :
You can’t perform that action at this time.
0 commit comments