From 969ef65acd0aa8da2ddcf0d4ea6fd6f33413bb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:23:32 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /packages/orm directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /packages/orm-migrate directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 13.0.0 to 14.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/v13.0.0...v14.0.0) Updates `uuid` from 13.0.0 to 14.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/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/orm-migrate/package.json | 2 +- packages/orm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/orm-migrate/package.json b/packages/orm-migrate/package.json index 512bd36..5a7dc2d 100644 --- a/packages/orm-migrate/package.json +++ b/packages/orm-migrate/package.json @@ -26,7 +26,7 @@ "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.4.0", "typescript": "^5.8.3", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" }, diff --git a/packages/orm/package.json b/packages/orm/package.json index 6d1970e..bfbd0bd 100644 --- a/packages/orm/package.json +++ b/packages/orm/package.json @@ -11,7 +11,7 @@ "es-toolkit": "^1.39.3", "object-hash": "^3.0.0", "pino": "^10.3.0", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@casekit/orm-fixtures": "workspace:*",