From 358d8d4ea0a1dc9fcf6a6eccbc02868cee002893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:15:13 +0000 Subject: [PATCH] chore(deps): bump uuid from 9.0.0 to 14.0.0 in /packages/uniswap 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/uniswap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uniswap/package.json b/packages/uniswap/package.json index 9e33cdd8a21..097d015c799 100644 --- a/packages/uniswap/package.json +++ b/packages/uniswap/package.json @@ -63,7 +63,7 @@ "typed-redux-saga": "1.5.0", "ui": "workspace:^", "utilities": "workspace:^", - "uuid": "9.0.0", + "uuid": "14.0.0", "wagmi": "2.14.6", "wcag-contrast": "3.0.0" },