Skip to content

Commit

Permalink
Merge pull request #8225 from ledgersmb/renovate/master-eslint-plugin…
Browse files Browse the repository at this point in the history
…-json-4.x

Update dependency eslint-plugin-json to v4 (master)
  • Loading branch information
ehuelsmann committed May 27, 2024
2 parents a772b4d + f15f43a commit b31b8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jsdoc": "48.2.6",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-package-json": "0.13.1",
"eslint-plugin-prettier": "5.1.3",
Expand Down
8 changes: 4 additions & 4 deletions UI/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4685,10 +4685,10 @@ eslint-plugin-jsdoc@^48.2.3:
semver "^7.6.0"
spdx-expression-parse "^4.0.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.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-4.0.0.tgz#0969f2a80823369e8414125a98c91cc98016ec7a"
integrity sha512-l/P3WTzl2HI8PbwsbDIrZ+6jvwQI4TGuz20ReJkG3Y+gZS5ZurTgx+gBmuLpOgiqMyDJWyJ7+GCjevWtNYQcUg==
dependencies:
lodash "^4.17.21"
vscode-json-languageservice "^4.1.6"
Expand Down

0 comments on commit b31b8f1

Please sign in to comment.