diff --git a/package-lock.json b/package-lock.json index 84b96b4e..43796896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14749,14 +14749,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" } @@ -15780,7 +15779,7 @@ "license": "Apache-2.0", "dependencies": { "oxigraph": "^0.4.5", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@types/node": "^22.10.2", diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index 59602b0d..7a8c1357 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.2",