Bump eslint-plugin-jsonc from 2.5.0 to 2.6.0

Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.5.0 to 2.6.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.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 11:03:24 +00:00 committed by Labhansh Agrawal
parent 058c4d70e2
commit 4d43cb9c45
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"