From 63f3e3cc5f184e874f4f36748ed9ce6f24843f72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:32:59 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-json to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f2b3c84..f2901963 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-config-airbnb-typescript": "^18.0.0", "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-no-only-tests": "^3.1.0", "typescript": "^5.2.2" }, diff --git a/yarn.lock b/yarn.lock index 23d7a78e..dfc44dfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1955,10 +1955,10 @@ eslint-plugin-import@^2.28.1: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-json@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-3.1.0.tgz#251108ba1681c332e0a442ef9513bd293619de67" - integrity sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g== +eslint-plugin-json@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-4.0.1.tgz#c99e0e465b2a33fbdce6dac040f507d75e940a74" + integrity sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA== dependencies: lodash "^4.17.21" vscode-json-languageservice "^4.1.6"