diff --git a/package.json b/package.json index b4d811a..55fe499 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "electron": "^28.0.0", "electron-builder": "^24.9.1", "eslint": "^8.55.0", - "eslint-plugin-jsonc": "^2.10.0", + "eslint-plugin-jsonc": "^2.11.1", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-yml": "^1.10.0", "htmlhint": "^1.1.4" diff --git a/yarn.lock b/yarn.lock index 4f4cbdf..d10ca59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1101,13 +1101,14 @@ eslint-compat-utils@^0.1.0, eslint-compat-utils@^0.1.2: resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.1.2.tgz#f45e3b5ced4c746c127cf724fb074cd4e730d653" integrity sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg== -eslint-plugin-jsonc@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.10.0.tgz#4286fd49a79ee3dd86f9c6c61b6f3c65f30b954f" - integrity sha512-9d//o6Jyh4s1RxC9fNSt1+MMaFN2ruFdXPG9XZcb/mR2KkfjADYiNL/hbU6W0Cyxfg3tS/XSFuhl5LgtMD8hmw== +eslint-plugin-jsonc@^2.11.1: + version "2.11.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.11.1.tgz#a6f63ce78362a9d72b4917324f858693c5b35beb" + integrity sha512-zQ2h7x0gOdUfogfZJzLdclDWu9bksUQtC/zYmU17eLCBv4yETht8r2sbCRx4EECUdZAS8sW/UF7bTba95BoXRQ== dependencies: "@eslint-community/eslint-utils" "^4.2.0" eslint-compat-utils "^0.1.2" + graphemer "^1.4.0" jsonc-eslint-parser "^2.0.4" natural-compare "^1.4.0"