diff --git a/bun.lockb b/bun.lockb index baa295eb..abde17a9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/code/webauthn/frontend/package.json b/code/webauthn/frontend/package.json index 9a09ea9e..31033103 100644 --- a/code/webauthn/frontend/package.json +++ b/code/webauthn/frontend/package.json @@ -22,7 +22,7 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "eslint": "^8", + "eslint": "^9.11.1", "eslint-config-next": "14.2.5", "typescript": "^5" } diff --git a/package.json b/package.json index a9f89147..50120252 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@playwright/test": "^1.46.1", "@vue/test-utils": "^2.4.6", "cspell": "^8.14.2", - "eslint": "^8.57.0", + "eslint": "^9.11.1", "ethers": "^6.13.2", "hardhat": "^2.22.10", "husky": "^9.1.5",