Skip to content

Commit 032f4b0

Browse files
Update dependency jsonc-eslint-parser to v1 (#170)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 041e6a9 commit 032f4b0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ignore": "^5.0.5",
3131
"js-yaml": "^4.0.0",
3232
"json5": "^2.1.3",
33-
"jsonc-eslint-parser": "^0.6.2",
33+
"jsonc-eslint-parser": "^1.0.0",
3434
"lodash": "^4.17.11",
3535
"parse5": "^6.0.0",
3636
"semver": "^7.3.4",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6482,12 +6482,13 @@ json5@^2.1.2, json5@^2.1.3:
64826482
dependencies:
64836483
minimist "^1.2.5"
64846484

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==
64896489
dependencies:
6490-
eslint-visitor-keys "^1.3.0"
6490+
eslint-utils "^2.1.0"
6491+
eslint-visitor-keys "^2.0.0"
64916492
espree "^6.0.0 || ^7.2.0"
64926493

64936494
jsonfile@^4.0.0:

0 commit comments

Comments
 (0)