From eece2b31d8af3544f6221f28d1aa0d8c2b4b2fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:37:05 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 11.0.5 in /apps/loco-web Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.5. - [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/v10.0.0...v11.0.5) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/loco-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/loco-web/package.json b/apps/loco-web/package.json index 680912f..3a3fee3 100644 --- a/apps/loco-web/package.json +++ b/apps/loco-web/package.json @@ -120,7 +120,7 @@ "tailwindcss-animate": "1.0.7", "typescript": "5.4.5", "usehooks-ts": "^3.1.0", - "uuid": "^10.0.0", + "uuid": "^11.0.5", "vaul": "^0.9.0", "yup": "1.4.0", "zod": "^3.23.8"