From a2ad84249f826a89508802fcda3c76de5dadad8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:45:48 +0000 Subject: [PATCH] Bump uuid from 13.0.0 to 13.0.2 in /frontend Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 to 13.0.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/v13.0.2/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v13.0.0...v13.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.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 b96574a0..d671037e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "styled-components": "^6.1.19", "ts-node": "10.6.0", "typescript": ">=2.7", - "uuid": "^13.0.0" + "uuid": "^13.0.2" }, "scripts": { "build": "npx ts-node build.ts", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index da1cc62e..4fe3645c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1154,10 +1154,10 @@ typescript@>=2.7: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== -uuid@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" - integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== +uuid@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.2.tgz#41bc9c07b12f665089c205f6507976adbdf84ff8" + integrity sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw== v8-compile-cache-lib@^3.0.0: version "3.0.1"