From 2d0ed4805cdecb1407128bc5aac5a7f3e961d4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:48:40 +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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4940be5f..b3ffeab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jest-formatting": "^3.1.0", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-n": "^17.9.0", "eslint-plugin-no-constructor-bind": "^2.0.4", @@ -5829,15 +5829,15 @@ } }, "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==", "dependencies": { "lodash": "^4.17.21", "vscode-json-languageservice": "^4.1.6" }, "engines": { - "node": ">=12.0" + "node": ">=18.0" } }, "node_modules/eslint-plugin-jsx-a11y": { diff --git a/package.json b/package.json index 23b49e18..73675e75 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jest-formatting": "^3.1.0", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-n": "^17.9.0", "eslint-plugin-no-constructor-bind": "^2.0.4",