From 4847175ed9e5e6a7517a3897d58fa240239c28aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:03:55 +0000 Subject: [PATCH] build(deps): 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] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9a09772..2e40b21 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "object-hash": "^3.0.0", "rambda": "^10.3.2", "tatami-ng": "^0.8.18", - "uuid": "^11.1.0" + "uuid": "^12.0.0" }, "devDependencies": { "@biomejs/biome": "^2.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac0d1a4..bdc6155 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^0.8.18 version: 0.8.18(typescript@5.5.4) uuid: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^12.0.0 + version: 12.0.0 devDependencies: '@biomejs/biome': specifier: ^2.2.3 @@ -1864,8 +1864,8 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - uuid@11.1.0: - resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + uuid@12.0.0: + resolution: {integrity: sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==} hasBin: true which-boxed-primitive@1.1.1: @@ -3969,7 +3969,7 @@ snapshots: dependencies: punycode: 2.3.1 - uuid@11.1.0: {} + uuid@12.0.0: {} which-boxed-primitive@1.1.1: dependencies: -- 2.43.0