From cb88900f456050cd3002aaa96f5ba53670f07c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:09:48 +0000 Subject: [PATCH] chore(deps): bump uuid from 9.0.0 to 14.0.0 in /packages/frontend Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 782c18f3d..d247bf10c 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -54,7 +54,7 @@ "remark-breaks": "4.0.0", "sharp": "0.32.6", "unist-util-visit": "5.0.0", - "uuid": "9.0.0", + "uuid": "14.0.0", "viem": "1.2.5", "wagmi": "1.3.9", "web3": "1.9.0",