From 06db596fc9a574439b7ff751243e3be6bcf74add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:28:08 +0000 Subject: [PATCH] build(deps): bump @mysten/zksend from 0.11.7 to 0.12.7 in /packages/kit Bumps [@mysten/zksend](https://github.com/mystenlabs/sui) from 0.11.7 to 0.12.7. - [Release notes](https://github.com/mystenlabs/sui/releases) - [Changelog](https://github.com/MystenLabs/sui/blob/main/RELEASES.md) - [Commits](https://github.com/mystenlabs/sui/commits) --- updated-dependencies: - dependency-name: "@mysten/zksend" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/kit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kit/package.json b/packages/kit/package.json index c546163..626f60b 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -27,7 +27,7 @@ "dependencies": { "@mysten/sui": "1.12.0", "@mysten/wallet-standard": "0.13.7", - "@mysten/zksend": "^0.11.0", + "@mysten/zksend": "^0.12.7", "@radix-ui/react-dialog": "^1.0.2", "@aricredemption/wallet-sdk": "workspace:*", "@svgr/rollup": "^6.5.1",