Skip to content

Commit

Permalink
fix(deps): update dependency @eslint/json to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 85060f0 commit 8881a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license": "MIT",
"dependencies": {
"@eslint/json": "0.9.1",
"@eslint/json": "0.10.0",
"@next/eslint-plugin-next": "~15.0.0 || ~15.1.0",
"@stylistic/eslint-plugin": "2.13.0",
"eslint-import-resolver-typescript": "^3.7.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,15 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==

"@eslint/json@0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.9.1.tgz#dfb52447d7d44158a7746e663aab39219a1a3235"
integrity sha512-mscUtoUx9SOwbiz3aCP2Ittlo6w5NujHOQJge1KKOq2fEe1Zki+C0GCqtRqZBKwShNlzgPtvv1uj7MorMl43OQ==
"@eslint/json@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.10.0.tgz#35ca1d731a4e75f70db48d0f25dfef107568d38e"
integrity sha512-aW0181XofoAwuB0sI263bhwnvAlb6OGnGGxHjTZQNLFErfsAXCnwRD+Uxx6/pK73XtKuQ2w1wbhiTJ2BC/erAQ==
dependencies:
"@eslint/core" "^0.10.0"
"@eslint/plugin-kit" "^0.2.5"
"@humanwhocodes/momoa" "^3.3.4"
natural-compare "^1.4.0"

"@eslint/object-schema@^2.1.5":
version "2.1.5"
Expand Down

0 comments on commit 8881a5d

Please # to comment.