From 7f30e418679ace24d0be0d5cc31d0336d65ad554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:02:38 +0200 Subject: [PATCH] fix: bump eslint-plugin-json from 3.0.0 to 3.1.0 (#161) 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/compare/v3.0.0...v3.1.0) --- 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> --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62a56c7..d459044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1727,12 +1727,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-mocha": { @@ -6428,12 +6428,11 @@ "integrity": "sha1-33lplSuIL20BH4UCnhOyyD5yEVg=" }, "vscode-json-languageservice": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.2.tgz", - "integrity": "sha512-atAz6m4UZCslB7yk03Qb3/MKn1E5l07063syAEUfKRcVKTVN3t1+/KDlGu1nVCRUFAgz5+18gKidQvO4PVPLdg==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.7.tgz", + "integrity": "sha512-cwG5TwZyHYthsk2aS3W1dVgVP6Vwn3o+zscwN58uMgZt/nKuyxd9vdEB1F58Ix+S5kSKAnkUCP6hvulcoImQQQ==", "requires": { "jsonc-parser": "^3.0.0", - "minimatch": "^3.0.4", "vscode-languageserver-textdocument": "^1.0.1", "vscode-languageserver-types": "^3.16.0", "vscode-nls": "^5.0.0", diff --git a/package.json b/package.json index 58b7f66..1c0abc5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-better-styled-components": "1.1.2", "eslint-plugin-extended": "0.2.0", "eslint-plugin-jest": "24.3.6", - "eslint-plugin-json": "3.0.0", + "eslint-plugin-json": "3.1.0", "eslint-plugin-mocha": "9.0.0", "eslint-plugin-radar": "0.2.1", "eslint-plugin-react": "7.24.0",