From a9b772ce53e0b2336aee900e538e8ab9c9a50258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:46:34 +0000 Subject: [PATCH] Bump eslint-plugin-json from 3.1.0 to 4.0.0 Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/azeemba/eslint-plugin-json/releases) - [Commits](https://github.com/azeemba/eslint-plugin-json/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-json dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a7567e..6343efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "chai": "^5.1.1", "consolemock": "^1.1.0", "eslint": "^8.55.0", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^4.0.0", "fast-check": "^3.19.0", "fta-cli": "^2.0.0", "knip": "^5.18.2", @@ -3048,17 +3048,16 @@ } }, "node_modules/eslint-plugin-json": { - "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==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-4.0.0.tgz", + "integrity": "sha512-l/P3WTzl2HI8PbwsbDIrZ+6jvwQI4TGuz20ReJkG3Y+gZS5ZurTgx+gBmuLpOgiqMyDJWyJ7+GCjevWtNYQcUg==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.21", "vscode-json-languageservice": "^4.1.6" }, "engines": { - "node": ">=12.0" + "node": ">=18.0" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index 0e4a747..04df8f2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "spellchecker-cli": "^6.2.0", "fta-cli": "^2.0.0", "simple-git-hooks": "^2.11.1", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^4.0.0", "knip": "^5.18.2" }, "bin": {