From 362259c058226a9276bfb8f402989f5c3ee96a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:45:38 +0000 Subject: [PATCH] Bump uuid from 14.0.0 to 14.0.2 in /frontend Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.0 to 14.0.2. - [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/v14.0.0...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 32dbe30..f8daab9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "styled-components": "^6.1.19", "ts-node": "10.9.2", "typescript": ">=2.7", - "uuid": "^14.0.0" + "uuid": "^14.0.2" }, "scripts": { "build": "npx ts-node build.ts", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 0ee9fc3..f50e459 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1187,10 +1187,10 @@ typescript@>=2.7: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== -uuid@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" - integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== +uuid@^14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.2.tgz#d5ae03e4db0881c87271f8b0b9bd7312d02c799a" + integrity sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ== v8-compile-cache-lib@^3.0.1: version "3.0.1"