From 56d2c99fe9f1167037cf80fc45104300b0a96fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 08:47:57 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 18 +++++++++--------- dependencies/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index d5da423d..8192d808 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -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": { diff --git a/dependencies/package.json b/dependencies/package.json index 3612f2da..b2034a78 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -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",