mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Bump eslint-plugin-jsonc from 1.5.0 to 1.6.0 in /dependencies (#1879)
Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa4bb2c0a2
commit
3029c39e2f
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -19,7 +19,7 @@
|
|||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.4.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-jsonc": "^1.5.0",
|
||||
"eslint-plugin-jsonc": "^1.6.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.1",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
|
@ -3485,9 +3485,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-jsonc": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-1.5.0.tgz",
|
||||
"integrity": "sha512-VQoAuoi5QXG0HqNnvy4L2+M0mGrBOcEAL/MJcem8cS43J18l5P5CXkEjq5rYY4HPeqP+ccboc3UrzGu98ifsiQ==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-1.6.0.tgz",
|
||||
"integrity": "sha512-0J/8SAjrBkgARsiQ/fyrMTochEy6t24fE9uQ5Gq5KmPZUXAKQuOjS3Zned2iI4r9jyUAoQlAXBfcGDQpWbJkCQ==",
|
||||
"dependencies": {
|
||||
"eslint-utils": "^2.1.0 || ^3.0.0",
|
||||
"jsonc-eslint-parser": "^1.2.0",
|
||||
|
@ -12442,9 +12442,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-jsonc": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-1.5.0.tgz",
|
||||
"integrity": "sha512-VQoAuoi5QXG0HqNnvy4L2+M0mGrBOcEAL/MJcem8cS43J18l5P5CXkEjq5rYY4HPeqP+ccboc3UrzGu98ifsiQ==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-1.6.0.tgz",
|
||||
"integrity": "sha512-0J/8SAjrBkgARsiQ/fyrMTochEy6t24fE9uQ5Gq5KmPZUXAKQuOjS3Zned2iI4r9jyUAoQlAXBfcGDQpWbJkCQ==",
|
||||
"requires": {
|
||||
"eslint-utils": "^2.1.0 || ^3.0.0",
|
||||
"jsonc-eslint-parser": "^1.2.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -14,7 +14,7 @@
|
|||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.4.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-jsonc": "^1.5.0",
|
||||
"eslint-plugin-jsonc": "^1.6.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.1",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
|
|
Loading…
Reference in a new issue