From e9c56ebccc7ec77082e3987a910456a03de15020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 16:01:50 +0000 Subject: [PATCH] chore(deps): bump uuid from 7.0.3 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 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/v7.0.3...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6aa2cf..a92e6ff 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-icons": "3.9.0", "react-scripts": "3.0.1", "styled-components": "5.1.0", - "uuid": "7.0.3" + "uuid": "14.0.0" }, "devDependencies": { "typescript": "3.3.3"