From f43372818df41c0ad37887e22e4eaf729bb1c22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:15:15 +0000 Subject: [PATCH] build(deps): bump uuid from 11.0.5 to 11.1.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.5 to 11.1.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.0.5...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b356ad4228..7f3887ea47 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "typeorm": "0.2.45", "typescript": "5.7.3", "ulid": "2.3.0", - "uuid": "11.0.5", + "uuid": "11.1.0", "v-animate-css": "0.0.6", "v-debounce": "0.1.2", "vue": "2.7.16", diff --git a/yarn.lock b/yarn.lock index bf64a3963d..3c85c29c9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10020,10 +10020,10 @@ util@^0.12.4: safe-buffer "^5.1.2" which-typed-array "^1.1.2" -uuid@11.0.5: - version "11.0.5" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62" - integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA== +uuid@11.1.0: + 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@8.0.0: version "8.0.0"