From 5f979436f7e4f617629fe54691a7364cec8731b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:21:05 +0000 Subject: [PATCH] chore(deps): pin dependencies --- code/frontend-paymaster/contracts/package.json | 4 ++-- code/multisig/package.json | 2 +- code/webauthn/contracts/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/frontend-paymaster/contracts/package.json b/code/frontend-paymaster/contracts/package.json index d6530d55..9b7f1714 100644 --- a/code/frontend-paymaster/contracts/package.json +++ b/code/frontend-paymaster/contracts/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@matterlabs/hardhat-zksync": "^1.1.0", "@matterlabs/zksync-contracts": "^0.6.1", - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "4.9.6", "@nomicfoundation/hardhat-verify": "^2.0.9", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", @@ -28,6 +28,6 @@ "mocha": "^10.7.0", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "zksync-ethers": "^6.11.0" + "zksync-ethers": "6.13.0" } } diff --git a/code/multisig/package.json b/code/multisig/package.json index f6847051..328865d6 100644 --- a/code/multisig/package.json +++ b/code/multisig/package.json @@ -26,6 +26,6 @@ "mocha": "^10.7.0", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "zksync-ethers": "^6.11.0" + "zksync-ethers": "6.12.1" } } diff --git a/code/webauthn/contracts/package.json b/code/webauthn/contracts/package.json index fa17f9ea..d35cb302 100644 --- a/code/webauthn/contracts/package.json +++ b/code/webauthn/contracts/package.json @@ -29,6 +29,6 @@ "mocha": "^10.7.0", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "zksync-ethers": "^6.11.0" + "zksync-ethers": "6.12.0" } } diff --git a/package.json b/package.json index 05d7fd5f..58a80855 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "prettier": "3.3.3", "prettier-eslint": "16.3.0", "prettier-plugin-tailwindcss": "0.6.8", - "zksync-ethers": "6.13.0" + "zksync-ethers": "6.15.3" } }