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"