diff --git a/package.json b/package.json index 1c6a1d39..3b41b77d 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint-config-prettier": "8.5.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-json-schema-validator": "^4.0.3", - "eslint-plugin-jsonc": "^2.5.0", + "eslint-plugin-jsonc": "^2.6.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.31.1", "husky": "8.0.3", diff --git a/yarn.lock b/yarn.lock index 7c0efd39..fef32ed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3420,10 +3420,10 @@ eslint-plugin-json-schema-validator@^4.0.3: tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" -eslint-plugin-jsonc@^2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.5.0.tgz#b0daea12f0927a3bba99557902ce6e0b48c37b4b" - integrity sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg== +eslint-plugin-jsonc@^2.6.0: + version "2.6.0" + resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.6.0.tgz#5a439ec15b4930c022bf157264a3d4f4712b982c" + integrity sha512-4bA9YTx58QaWalua1Q1b82zt7eZMB7i+ed8q8cKkbKP75ofOA2SXbtFyCSok7RY6jIXeCqQnKjN9If8zCgv6PA== dependencies: eslint-utils "^3.0.0" jsonc-eslint-parser "^2.0.4"