From ac8125d375b7625da49751c04ebe48c12d2f8bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:36:25 +0000 Subject: [PATCH] build(deps): bump @mysten/zksend from 0.11.7 to 0.12.6 in /packages/kit Bumps [@mysten/zksend](https://github.com/mystenlabs/sui) from 0.11.7 to 0.12.6. - [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 63a2797..2bf1c58 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.6", "@radix-ui/react-dialog": "^1.0.2", "@aricredemption/wallet-sdk": "workspace:*", "@svgr/rollup": "^6.5.1",