From 205c9ef9545b5b561a6263663a2c56d091411fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:43:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-json to v4 (#874) | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | npm | eslint-plugin-json | 3.1.0 | 4.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .eslintrc.js | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5e4274bfd86..953a0ee323a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,7 +38,7 @@ module.exports = { }, { files: ['*.json'], - extends: ['plugin:json/recommended', 'prettier'], + extends: ['plugin:json/recommended-legacy', 'prettier'], }, ], }; diff --git a/package.json b/package.json index 44929f623c1..7958f18f26c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-json": "3.1.0", + "eslint-plugin-json": "4.0.1", "husky": "9.1.6", "lint-staged": "15.2.10", "npm-run-all2": "6.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26b59d7c9a3..419b33295e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: 9.1.0 version: 9.1.0(eslint@8.57.1) eslint-plugin-json: - specifier: 3.1.0 - version: 3.1.0 + specifier: 4.0.1 + version: 4.0.1 husky: specifier: 9.1.6 version: 9.1.6 @@ -811,9 +811,9 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-json@3.1.0: - resolution: {integrity: sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==} - engines: {node: '>=12.0'} + eslint-plugin-json@4.0.1: + resolution: {integrity: sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==} + engines: {node: '>=18.0'} eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} @@ -3046,7 +3046,7 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-plugin-json@3.1.0: + eslint-plugin-json@4.0.1: dependencies: lodash: 4.17.21 vscode-json-languageservice: 4.2.1