From c38531a2b9577cd860b8d63c4629918ef524adec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 12:52:45 +0000 Subject: [PATCH] chore(deps-dev): bump uuid from 10.0.0 to 14.0.0 in /test Bumps [uuid](https://github.com/uuidjs/uuid) from 10.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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index f6ebf33f34e..62a310faa85 100644 --- a/test/package.json +++ b/test/package.json @@ -79,7 +79,7 @@ "tempy": "^1.0.1", "ts-essentials": "10.0.3", "typescript": "5.6.3", - "uuid": "10.0.0" + "uuid": "14.0.0" }, "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1",