From bb77224a6869ebd5f2254b8e7b2ca501645598a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:26:43 +0000 Subject: [PATCH] chore(deps): bump @radix-ui/react-toast in /app/frontend Bumps [@radix-ui/react-toast](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/toast) from 1.2.15 to 1.2.17. - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/toast/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/toast) --- updated-dependencies: - dependency-name: "@radix-ui/react-toast" dependency-version: 1.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/package.json b/app/frontend/package.json index 178645e..d348e25 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -17,7 +17,7 @@ "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", - "@radix-ui/react-toast": "^1.2.15", + "@radix-ui/react-toast": "^1.2.17", "@stellar/freighter-api": "^6.0.1", "@tanstack/react-query": "^5.90.19", "clsx": "^2.1.1",