diff --git a/bun.lockb b/bun.lockb index b4fcf362..cecc4d88 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/code/frontend-paymaster/contracts/package-lock.json b/code/frontend-paymaster/contracts/package-lock.json index 7801fba2..979a536c 100644 --- a/code/frontend-paymaster/contracts/package-lock.json +++ b/code/frontend-paymaster/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.6.2", "zksync-ethers": "^6.11.0" } }, diff --git a/code/frontend-paymaster/contracts/package.json b/code/frontend-paymaster/contracts/package.json index d6530d55..fcb0118a 100644 --- a/code/frontend-paymaster/contracts/package.json +++ b/code/frontend-paymaster/contracts/package.json @@ -27,7 +27,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/frontend-paymaster/frontend/package-lock.json b/code/frontend-paymaster/frontend/package-lock.json index 70997230..06d8a9d7 100644 --- a/code/frontend-paymaster/frontend/package-lock.json +++ b/code/frontend-paymaster/frontend/package-lock.json @@ -18,9 +18,9 @@ "@vitejs/plugin-vue": "^5.0.5", "@vue/tsconfig": "^0.5.1", "npm-run-all2": "^6.2.0", - "typescript": "~5.4.0", + "typescript": "5.4.5", "vite": "^5.3.1", - "vue-tsc": "^2.0.21" + "vue-tsc": "2.1.6" } }, "node_modules/@adraffy/ens-normalize": { diff --git a/code/frontend-paymaster/frontend/package.json b/code/frontend-paymaster/frontend/package.json index 341dc791..5526aa41 100644 --- a/code/frontend-paymaster/frontend/package.json +++ b/code/frontend-paymaster/frontend/package.json @@ -21,8 +21,8 @@ "@vitejs/plugin-vue": "^5.0.5", "@vue/tsconfig": "^0.5.1", "npm-run-all2": "^6.2.0", - "typescript": "~5.4.0", + "typescript": "5.4.5", "vite": "^5.3.1", - "vue-tsc": "^2.0.21" + "vue-tsc": "2.1.6" } } 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/wagmi/bun.lockb b/code/wagmi/bun.lockb index ffc50515..c4c267e5 100755 Binary files a/code/wagmi/bun.lockb and b/code/wagmi/bun.lockb differ diff --git a/code/wagmi/package.json b/code/wagmi/package.json index 072c91b3..b427a64e 100644 --- a/code/wagmi/package.json +++ b/code/wagmi/package.json @@ -22,6 +22,6 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "typescript": "^5" + "typescript": "5.7.2" } } 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 05d7fd5f..fa7399f3 100644 --- a/package.json +++ b/package.json @@ -28,27 +28,27 @@ "nuxt-gtag": "3.0.1", "rehype-katex": "7.0.1", "remark-math": "6.0.0", - "vue-tsc": "2.1.6" + "vue-tsc": "2.1.10" }, "devDependencies": { - "@commitlint/cli": "19.5.0", - "@commitlint/config-conventional": "19.5.0", - "@playwright/test": "1.46.0", + "@commitlint/cli": "19.6.0", + "@commitlint/config-conventional": "19.6.0", + "@playwright/test": "1.49.0", "@synthetixio/synpress": "^4.0.0-alpha.9", "@vue/test-utils": "2.4.6", - "cspell": "8.14.4", - "eslint": "9.11.1", + "cspell": "8.16.1", + "eslint": "9.16.0", "ethers": "6.13.3", "hardhat": "2.22.12", - "husky": "9.1.6", + "husky": "9.1.7", "lint-staged": "15.2.10", - "markdownlint": "0.35.0", - "markdownlint-cli2": "0.14.0", + "markdownlint": "0.36.1", + "markdownlint-cli2": "0.15.0", "node-pty": "1.0.0", - "pm2": "5.4.2", - "prettier": "3.3.3", + "pm2": "5.4.3", + "prettier": "3.4.2", "prettier-eslint": "16.3.0", - "prettier-plugin-tailwindcss": "0.6.8", + "prettier-plugin-tailwindcss": "0.6.9", "zksync-ethers": "6.13.0" } }