diff --git a/bun.lockb b/bun.lockb index baa295eb..1902ad3c 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 cf499f55..0fa49f34 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 292a71bd..d220a68d 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/package.json b/package.json index a9f89147..579a2303 100644 --- a/package.json +++ b/package.json @@ -38,26 +38,26 @@ "nuxt-og-image": "^3.0.0-rc.66", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", - "vue-tsc": "^2.1.4" + "vue-tsc": "^2.1.6" }, "devDependencies": { - "@commitlint/cli": "^19.4.1", - "@commitlint/config-conventional": "^19.4.1", - "@playwright/test": "^1.46.1", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", + "@playwright/test": "^1.47.2", "@vue/test-utils": "^2.4.6", - "cspell": "^8.14.2", - "eslint": "^8.57.0", + "cspell": "^8.14.4", + "eslint": "^8.57.1", "ethers": "^6.13.2", "hardhat": "^2.22.10", - "husky": "^9.1.5", + "husky": "^9.1.6", "lint-staged": "^15.2.10", - "markdownlint": "^0.34.0", - "markdownlint-cli2": "^0.13.0", + "markdownlint": "^0.35.0", + "markdownlint-cli2": "^0.14.0", "node-pty": "^1.0.0", "pm2": "^5.4.2", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0", - "prettier-plugin-tailwindcss": "^0.5.14", + "prettier-plugin-tailwindcss": "^0.6.8", "zksync-ethers": "^6.12.0" } }