From b4f7f0d4cd57b6472ef0b66bdff91edaaed11633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:57:56 +0000 Subject: [PATCH] Bump eslint-plugin-jsonc from 2.9.0 to 2.10.0 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33e120c7..2a44993f 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-json-schema-validator": "^4.7.0", - "eslint-plugin-jsonc": "^2.9.0", + "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "7.33.2", diff --git a/yarn.lock b/yarn.lock index 5e4e831d..9fa188c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3411,12 +3411,13 @@ eslint-plugin-json-schema-validator@^4.7.0: tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" -eslint-plugin-jsonc@^2.9.0: - version "2.9.0" - resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.9.0.tgz#df3bff1339e10bdef72aafef3b2c132a1a08c23f" - integrity sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA== +eslint-plugin-jsonc@^2.10.0: + version "2.10.0" + resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.10.0.tgz#4286fd49a79ee3dd86f9c6c61b6f3c65f30b954f" + integrity sha512-9d//o6Jyh4s1RxC9fNSt1+MMaFN2ruFdXPG9XZcb/mR2KkfjADYiNL/hbU6W0Cyxfg3tS/XSFuhl5LgtMD8hmw== dependencies: "@eslint-community/eslint-utils" "^4.2.0" + eslint-compat-utils "^0.1.2" jsonc-eslint-parser "^2.0.4" natural-compare "^1.4.0"