From 3f02ce98d6b56e8cdd0688ce8425c3184de548c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:12:38 +0000 Subject: [PATCH] build(deps): Bump uuid from 11.0.2 to 11.0.3 in the regular group Bumps the regular group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 11.0.2 to 11.0.3 - [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.2...v11.0.3) --- 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 9e67279..34a6925 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "object-hash": "^3.0.0", "rambda": "^9.4.0", "tatami-ng": "^0.8.13", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47c319a..3e51321 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^0.8.13 version: 0.8.13(typescript@5.5.4) uuid: - specifier: ^11.0.2 - version: 11.0.2 + specifier: ^11.0.3 + version: 11.0.3 devDependencies: '@biomejs/biome': specifier: ^1.9.4 @@ -1652,8 +1652,8 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - uuid@11.0.2: - resolution: {integrity: sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==} + uuid@11.0.3: + resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} hasBin: true which-boxed-primitive@1.0.2: @@ -3450,7 +3450,7 @@ snapshots: dependencies: punycode: 2.3.1 - uuid@11.0.2: {} + uuid@11.0.3: {} which-boxed-primitive@1.0.2: dependencies: -- 2.34.1