diff --git a/package-lock.json b/package-lock.json index 41cc275b..e978669e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15648,16 +15648,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { @@ -16595,7 +16594,7 @@ }, "packages/ckan": { "name": "@zazuko/trifid-plugin-ckan", - "version": "4.2.1", + "version": "4.2.2", "license": "Apache-2.0", "dependencies": { "@tpluscode/rdf-string": "^1.3.3", @@ -16613,7 +16612,7 @@ "chai-subset": "^1.6.0", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", - "trifid-handler-fetch": "^3.3.3", + "trifid-handler-fetch": "^3.3.4", "typescript": "^5.6.3", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" @@ -16706,7 +16705,7 @@ }, "packages/graph-explorer": { "name": "trifid-plugin-graph-explorer", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", @@ -16733,11 +16732,11 @@ }, "packages/handler-fetch": { "name": "trifid-handler-fetch", - "version": "3.3.3", + "version": "3.3.4", "license": "Apache-2.0", "dependencies": { "oxigraph": "^0.4.1", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@types/node": "^22.7.7", @@ -16760,7 +16759,7 @@ }, "packages/i18n": { "name": "trifid-plugin-i18n", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "i18n": "^0.15.1" @@ -16813,7 +16812,7 @@ }, "packages/markdown-content": { "name": "@zazuko/trifid-markdown-content", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "dependencies": { "hast-util-select": "^6.0.3", @@ -16845,7 +16844,7 @@ }, "packages/sparql-proxy": { "name": "@zazuko/trifid-plugin-sparql-proxy", - "version": "2.5.1", + "version": "2.5.2", "license": "Apache-2.0", "dependencies": { "@vocabulary/sd": "^1.0.4", @@ -16874,7 +16873,7 @@ }, "packages/spex": { "name": "trifid-plugin-spex", - "version": "2.2.1", + "version": "2.2.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", @@ -16906,7 +16905,7 @@ }, "packages/yasgui": { "name": "trifid-plugin-yasgui", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index 53afec50..760476af 100644 --- a/packages/handler-fetch/package.json +++ b/packages/handler-fetch/package.json @@ -38,7 +38,7 @@ ], "dependencies": { "oxigraph": "^0.4.1", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@types/node": "^22.7.7",