diff --git a/bun.lockb b/bun.lockb index c84efd27..a3dc5211 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/code/multisig/package-lock.json b/code/multisig/package-lock.json index 7651d808..43ad63e2 100644 --- a/code/multisig/package-lock.json +++ b/code/multisig/package-lock.json @@ -18,7 +18,7 @@ "hardhat": "^2.22.7", "mocha": "^10.7.0", "ts-node": "^10.9.2", - "typescript": "^5.5.4", + "typescript": "5.6.2", "zksync-ethers": "^6.11.0" } }, diff --git a/code/multisig/package.json b/code/multisig/package.json index f6847051..0ef6d345 100644 --- a/code/multisig/package.json +++ b/code/multisig/package.json @@ -25,7 +25,7 @@ "hardhat": "^2.22.7", "mocha": "^10.7.0", "ts-node": "^10.9.2", - "typescript": "^5.5.4", + "typescript": "5.6.2", "zksync-ethers": "^6.11.0" } } diff --git a/code/webauthn/contracts/package-lock.json b/code/webauthn/contracts/package-lock.json index 88cd42de..7d7b3db0 100644 --- a/code/webauthn/contracts/package-lock.json +++ b/code/webauthn/contracts/package-lock.json @@ -19,7 +19,7 @@ "hardhat": "^2.22.7", "mocha": "^10.7.0", "ts-node": "^10.9.2", - "typescript": "^5.5.4", + "typescript": "5.5.4", "zksync-ethers": "^6.11.0" } }, @@ -6683,6 +6683,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/code/webauthn/contracts/package.json b/code/webauthn/contracts/package.json index fa17f9ea..3c2f16fc 100644 --- a/code/webauthn/contracts/package.json +++ b/code/webauthn/contracts/package.json @@ -28,7 +28,7 @@ "hardhat": "^2.22.7", "mocha": "^10.7.0", "ts-node": "^10.9.2", - "typescript": "^5.5.4", + "typescript": "5.5.4", "zksync-ethers": "^6.11.0" } } diff --git a/code/webauthn/frontend/package-lock.json b/code/webauthn/frontend/package-lock.json index d9bad817..76f21b37 100644 --- a/code/webauthn/frontend/package-lock.json +++ b/code/webauthn/frontend/package-lock.json @@ -21,9 +21,9 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "eslint": "^8", + "eslint": "8.57.0", "eslint-config-next": "14.2.5", - "typescript": "^5" + "typescript": "5.6.2" } }, "node_modules/@eslint-community/eslint-utils": { @@ -2364,6 +2364,7 @@ "version": "8.57.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { diff --git a/code/webauthn/frontend/package.json b/code/webauthn/frontend/package.json index 9a09ea9e..2468e907 100644 --- a/code/webauthn/frontend/package.json +++ b/code/webauthn/frontend/package.json @@ -22,8 +22,8 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "eslint": "^8", + "eslint": "8.57.0", "eslint-config-next": "14.2.5", - "typescript": "^5" + "typescript": "5.6.2" } } diff --git a/package.json b/package.json index 9b682625..03c2ac3d 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", - "@playwright/test": "1.47.2", + "@playwright/test": "1.48.0", "@vue/test-utils": "2.4.6", - "cspell": "8.14.4", - "eslint": "9.11.1", + "cspell": "8.15.2", + "eslint": "9.12.0", "ethers": "6.13.3", "hardhat": "2.22.12", "husky": "9.1.6",