From 1161b44e0b075781a9344400ed931e5975388c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:55:24 +0000 Subject: [PATCH] chore(deps): bump uuid from 11.0.3 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- packages/handler-fetch/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ed94099..90caf467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14761,14 +14761,13 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } @@ -15791,7 +15790,7 @@ "license": "Apache-2.0", "dependencies": { "oxigraph": "^0.4.5", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@types/node": "^22.10.5", diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index c1784b5b..a9d59aee 100644 --- a/packages/handler-fetch/package.json +++ b/packages/handler-fetch/package.json @@ -38,7 +38,7 @@ ], "dependencies": { "oxigraph": "^0.4.5", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@types/node": "^22.10.5",