Skip to content

Commit 06b0bc5

Browse files
fix(deps): update dependency jsonc-eslint-parser to v2 (#263)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9a78c21 commit 06b0bc5

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ignore": "^5.0.5",
3333
"js-yaml": "^4.0.0",
3434
"json5": "^2.1.3",
35-
"jsonc-eslint-parser": "^1.0.0",
35+
"jsonc-eslint-parser": "^2.0.0",
3636
"lodash": "^4.17.11",
3737
"parse5": "^6.0.0",
3838
"semver": "^7.3.4",

yarn.lock

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@ acorn-jsx@^5.0.0:
18931893
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
18941894
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
18951895

1896-
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
1896+
acorn-jsx@^5.3.1:
18971897
version "5.3.1"
18981898
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
18991899
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -1913,11 +1913,6 @@ acorn@^6.4.1:
19131913
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
19141914
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
19151915

1916-
acorn@^7.3.1:
1917-
version "7.4.0"
1918-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
1919-
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
1920-
19211916
acorn@^7.4.0:
19221917
version "7.4.1"
19231918
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
@@ -4531,15 +4526,6 @@ espree@^4.1.0:
45314526
acorn-jsx "^5.0.0"
45324527
eslint-visitor-keys "^1.0.0"
45334528

4534-
"espree@^6.0.0 || ^7.2.0":
4535-
version "7.2.0"
4536-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
4537-
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
4538-
dependencies:
4539-
acorn "^7.3.1"
4540-
acorn-jsx "^5.2.0"
4541-
eslint-visitor-keys "^1.3.0"
4542-
45434529
espree@^7.3.1:
45444530
version "7.3.1"
45454531
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -6611,14 +6597,16 @@ json5@^2.1.2, json5@^2.1.3:
66116597
dependencies:
66126598
minimist "^1.2.5"
66136599

6614-
jsonc-eslint-parser@^1.0.0:
6615-
version "1.0.0"
6616-
resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-1.0.0.tgz#f4d2ce26bd93c6101957e23986e07aeeb8df8455"
6617-
integrity sha512-uN1rcnUQ3g7sGmAH+eImh+9tzPZhJZGyvwqQGclojMrPXFBciZ+1WTaFkt1guZyiskriHVdLkBA1clFs9Y+Hkw==
6600+
jsonc-eslint-parser@^2.0.0:
6601+
version "2.0.1"
6602+
resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.0.1.tgz#a954462a4f3b225270461a37a95e8897040c35cf"
6603+
integrity sha512-lBVutb6zjKwkNlVbJ6Fyro2IrPxe4WU/3ORDs8svS0TX4tdzz7o6dHMsbXh+S261I8Qsv/yGQe6EmFwxFkXJqg==
66186604
dependencies:
6619-
eslint-utils "^2.1.0"
6620-
eslint-visitor-keys "^2.0.0"
6621-
espree "^6.0.0 || ^7.2.0"
6605+
acorn "^8.5.0"
6606+
eslint-utils "^3.0.0"
6607+
eslint-visitor-keys "^3.0.0"
6608+
espree "^9.0.0"
6609+
semver "^7.3.5"
66226610

66236611
jsonfile@^4.0.0:
66246612
version "4.0.0"

0 commit comments

Comments
 (0)