From 7ae3bed483c36eb2d3f6ecc2428dcc91aa3a7ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:07:50 +0000 Subject: [PATCH] build(deps): Bump uuid from 11.0.4 to 11.0.5 in the regular group Bumps the regular group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 11.0.4 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/v11.0.4...v11.0.5) --- 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 887e63c..91edb0a 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.4" + "uuid": "^11.0.5" }, "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9382ec5..2f183ff 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.4 - version: 11.0.4 + specifier: ^11.0.5 + version: 11.0.5 devDependencies: '@biomejs/biome': specifier: ^1.9.4 @@ -1724,8 +1724,8 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - uuid@11.0.4: - resolution: {integrity: sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==} + uuid@11.0.5: + resolution: {integrity: sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==} hasBin: true which-boxed-primitive@1.1.1: @@ -3687,7 +3687,7 @@ snapshots: dependencies: punycode: 2.3.1 - uuid@11.0.4: {} + uuid@11.0.5: {} which-boxed-primitive@1.1.1: dependencies: -- 2.43.0