Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-jsonc from 0.8.0 to 1.2.1
Browse files Browse the repository at this point in the history
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](ota-meshi/eslint-plugin-jsonc@v0.8.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 84be69b commit 08df740
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 08df740

Please sign in to comment.