Bump eslint-plugin-json from 3.0.0 to 3.1.0 in /dependencies (#1849)

Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/azeemba/eslint-plugin-json/releases)
- [Commits](https://github.com/azeemba/eslint-plugin-json/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-json
  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:
dependabot[bot] 2021-08-09 08:47:57 -05:00 committed by GitHub
parent 57bd036706
commit 56d2c99fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
dependencies/package-lock.json generated vendored
View file

@ -18,7 +18,7 @@
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
@ -3592,12 +3592,12 @@
}
},
"node_modules/eslint-plugin-json": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-3.0.0.tgz",
"integrity": "sha512-7qoY5pbzBLEttJWy4/cDtULK3EKglgIwfXk5Yqp3StJaQ4Bu4Jmp0n2fJN5vBe/hLGaECupq3edn1j/k7O0bFA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-3.1.0.tgz",
"integrity": "sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==",
"dependencies": {
"lodash": "^4.17.21",
"vscode-json-languageservice": "^4.0.2"
"vscode-json-languageservice": "^4.1.6"
},
"engines": {
"node": ">=12.0"
@ -12552,12 +12552,12 @@
}
},
"eslint-plugin-json": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-3.0.0.tgz",
"integrity": "sha512-7qoY5pbzBLEttJWy4/cDtULK3EKglgIwfXk5Yqp3StJaQ4Bu4Jmp0n2fJN5vBe/hLGaECupq3edn1j/k7O0bFA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-3.1.0.tgz",
"integrity": "sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==",
"requires": {
"lodash": "^4.17.21",
"vscode-json-languageservice": "^4.0.2"
"vscode-json-languageservice": "^4.1.6"
}
},
"eslint-plugin-jsonc": {

View file

@ -13,7 +13,7 @@
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",