diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-04 11:41:45 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-04 11:41:45 +0000 | 
| commit | d13e49b9c64006d0b0be107486b72cfb129f7b1b (patch) | |
| tree | 0f3578e27aa5a5097fc6ee097794f05ff546805f | |
| parent | 8bf87390af026c7a09a73a14889e0065543c84aa (diff) | |
Bump eslint-plugin-jsonc from 2.4.0 to 2.8.0
Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.4.0 to 2.8.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.4.0...v2.8.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>
| -rw-r--r-- | package-lock.json | 62 | ||||
| -rw-r--r-- | package.json | 2 | 
2 files changed, 10 insertions, 54 deletions
| diff --git a/package-lock.json b/package-lock.json index 26fcdca2..1e8901cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@                  "eslint": "^8.37.0",                  "eslint-plugin-header": "^3.1.1",                  "eslint-plugin-jsdoc": "^39.3.6", -                "eslint-plugin-jsonc": "^2.4.0", +                "eslint-plugin-jsonc": "^2.8.0",                  "eslint-plugin-no-unsanitized": "^4.0.1",                  "fake-indexeddb": "^4.0.0",                  "html-validate": "^7.6.0", @@ -3091,12 +3091,12 @@              }          },          "node_modules/eslint-plugin-jsonc": { -            "version": "2.4.0", -            "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.4.0.tgz", -            "integrity": "sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==", +            "version": "2.8.0", +            "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz", +            "integrity": "sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==",              "dev": true,              "dependencies": { -                "eslint-utils": "^3.0.0", +                "@eslint-community/eslint-utils": "^4.2.0",                  "jsonc-eslint-parser": "^2.0.4",                  "natural-compare": "^1.4.0"              }, @@ -3132,33 +3132,6 @@                  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"              }          }, -        "node_modules/eslint-utils": { -            "version": "3.0.0", -            "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", -            "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", -            "dev": true, -            "dependencies": { -                "eslint-visitor-keys": "^2.0.0" -            }, -            "engines": { -                "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" -            }, -            "funding": { -                "url": "https://github.com/sponsors/mysticatea" -            }, -            "peerDependencies": { -                "eslint": ">=5" -            } -        }, -        "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { -            "version": "2.1.0", -            "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", -            "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", -            "dev": true, -            "engines": { -                "node": ">=10" -            } -        },          "node_modules/eslint-visitor-keys": {              "version": "3.3.0",              "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", @@ -11862,12 +11835,12 @@              }          },          "eslint-plugin-jsonc": { -            "version": "2.4.0", -            "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.4.0.tgz", -            "integrity": "sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==", +            "version": "2.8.0", +            "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz", +            "integrity": "sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==",              "dev": true,              "requires": { -                "eslint-utils": "^3.0.0", +                "@eslint-community/eslint-utils": "^4.2.0",                  "jsonc-eslint-parser": "^2.0.4",                  "natural-compare": "^1.4.0"              } @@ -11889,23 +11862,6 @@                  "estraverse": "^5.2.0"              }          }, -        "eslint-utils": { -            "version": "3.0.0", -            "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", -            "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", -            "dev": true, -            "requires": { -                "eslint-visitor-keys": "^2.0.0" -            }, -            "dependencies": { -                "eslint-visitor-keys": { -                    "version": "2.1.0", -                    "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", -                    "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", -                    "dev": true -                } -            } -        },          "eslint-visitor-keys": {              "version": "3.3.0",              "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", diff --git a/package.json b/package.json index e1041f3b..22aa9f45 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@          "eslint": "^8.37.0",          "eslint-plugin-header": "^3.1.1",          "eslint-plugin-jsdoc": "^39.3.6", -        "eslint-plugin-jsonc": "^2.4.0", +        "eslint-plugin-jsonc": "^2.8.0",          "eslint-plugin-no-unsanitized": "^4.0.1",          "fake-indexeddb": "^4.0.0",          "html-validate": "^7.6.0", |