From 08df74088ae2cf1ffdbd1f38fcd72d9e1be1fbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:14:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsonc from 0.8.0 to 1.2.1 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 0.8.0 to 1.2.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v0.8.0...v1.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 167fa3ee..89dde035 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "config": "^3.3.3", "eslint": "^7.15.0", "eslint-config-prettier": "^7.0.0", - "eslint-plugin-jsonc": "^0.8.0", + "eslint-plugin-jsonc": "^1.2.1", "eslint-plugin-prettier": "^3.2.0", "husky": "^5.0.0", "jest": "^26.6.3", diff --git a/yarn.lock b/yarn.lock index 07827208..ab486a0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2727,13 +2727,13 @@ eslint-config-prettier@^7.0.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz#5402eb559aa94b894effd6bddfa0b1ca051c858f" integrity sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA== -eslint-plugin-jsonc@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-0.8.0.tgz#8ebd15c8b4cf9609e826681f16b577bf989582d5" - integrity sha512-IRwiANvqrFMK+ccAkLeToBg3gkgVTMHjKZnU8LE9KIbAeVhdvkNfsVf1ioXiUPQrZuNOdK6CXEQar6G82z8o7A== +eslint-plugin-jsonc@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-1.2.1.tgz#974c8d2737785224308eef88488bded0628b1f14" + integrity sha512-m7o4gaNKojSwRJDNP0/7HK1vGfGgynX6DeTHTXhYGxWn2DB8E2RU5jeK95CYw1/mwej4ku2Xd9Tevn6WOlI6Dg== dependencies: eslint-utils "^2.1.0" - jsonc-eslint-parser "^0.6.0" + jsonc-eslint-parser "^1.0.0" natural-compare "^1.4.0" eslint-plugin-prettier@^3.2.0: @@ -4643,12 +4643,13 @@ json5@2.x, json5@^2.1.1, json5@^2.1.2: dependencies: minimist "^1.2.5" -jsonc-eslint-parser@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-0.6.0.tgz#dc28df2a547312521cb34ab45bc731baa7359ef0" - integrity sha512-mpo+HBKs8nMxJSmcBksc+d7AEVfHjQHjYjRugSjDoAaesf/VHCevVsqHtlOakfsgHyCZ8s0tOxRsqGt/HVgelw== +jsonc-eslint-parser@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-1.0.1.tgz#fbbedad0875c79e1e15d0ed6877ebe43f18a52e3" + integrity sha512-mh5LY5byThmc692EqJS3Ss9sViNoNeCLNG5VQUgJLoAFFM3FzdIetd99qEiiQ+NXBVAIUgX5sWeK9leniS8RbQ== dependencies: - eslint-visitor-keys "^1.3.0" + eslint-utils "^2.1.0" + eslint-visitor-keys "^2.0.0" espree "^6.0.0 || ^7.2.0" jsonfile@^6.0.1: