diff --git a/code/package.json b/code/package.json index ecd0bb4..3b81812 100644 --- a/code/package.json +++ b/code/package.json @@ -53,7 +53,7 @@ "test:ui": "yarn run test --ui --coverage --open=false" }, "devDependencies": { - "@eslint/js": "^9.30.1", + "@eslint/js": "^9.36.0", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/node": "^24.4.0", "@vitest/coverage-v8": "^3.1.1", diff --git a/code/yarn.lock b/code/yarn.lock index 098c207..499f51b 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -281,11 +281,16 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@9.35.0", "@eslint/js@^9.30.1": +"@eslint/js@9.35.0": version "9.35.0" resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07" integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw== +"@eslint/js@^9.36.0": + version "9.36.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef" + integrity sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw== + "@eslint/object-schema@^2.1.6": version "2.1.6" resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"