From b0d22ae5f776d26c3bbd1b54b9393da1bb9dccbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 02:09:03 +0000 Subject: [PATCH] Bump uuid from 11.1.0 to 12.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 12.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/v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- apps/frontend/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 0e930637d1..7453cec480 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -106,7 +106,7 @@ "sequelize-typescript": "^2.0.0", "ts-loader": "^9.1.0", "tsx": "^4.7.1", - "uuid": "^11.0.2", + "uuid": "^12.0.0", "winston": "^3.3.3" }, "devDependencies": { diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 0a0d49aa7b..e870a4b646 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -89,7 +89,7 @@ "search-query-parser": "^1.5.5", "semver": "^7.6.0", "tailwindcss": "^4.0.0", - "uuid": "^11.0.2", + "uuid": "^12.0.0", "vue": "~2.7.16", "vue-apexcharts": "^1.5.1", "vue-class-component": "^7.0.2", diff --git a/yarn.lock b/yarn.lock index e89709cb3c..3db6113caa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22310,10 +22310,10 @@ uuid@^10.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== -uuid@^11.0.2: - version "11.1.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" - integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== +uuid@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-12.0.0.tgz#114e150a140571af7b188c5c2a8d8493755fb587" + integrity sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA== uuid@^3.2.1: version "3.4.0"