From 0a4308a63a94dd6b4487d434256846c6dde9d7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:59:55 +0000 Subject: [PATCH] build(deps): Bump uuid from 11.0.3 to 11.0.4 in the regular group Bumps the regular group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 11.0.3 to 11.0.4 - [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.3...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular ... 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 3843d49..fc3b33f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "object-hash": "^3.0.0", "rambda": "^9.4.1", "tatami-ng": "^0.8.14", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb82e34..3262e62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^0.8.14 version: 0.8.14(typescript@5.5.4) uuid: - specifier: ^11.0.3 - version: 11.0.3 + specifier: ^11.0.4 + version: 11.0.4 devDependencies: '@biomejs/biome': specifier: ^1.9.4 @@ -1733,8 +1733,8 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - uuid@11.0.3: - resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} + uuid@11.0.4: + resolution: {integrity: sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==} hasBin: true which-boxed-primitive@1.1.1: @@ -3698,7 +3698,7 @@ snapshots: dependencies: punycode: 2.3.1 - uuid@11.0.3: {} + uuid@11.0.4: {} which-boxed-primitive@1.1.1: dependencies: -- 2.43.0