diff --git a/package-lock.json b/package-lock.json index 386ca281..9e8b4154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4341,9 +4341,9 @@ } }, "node_modules/@zazuko/prefixes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@zazuko/prefixes/-/prefixes-2.1.0.tgz", - "integrity": "sha512-dm0/YBNzuwJUm8cXoF3Dn9DfQetnRDaOJ8NdlgLY645OaUddCzUAAYcanm+xZmEo1SWX+/Tp3jbScwCaN2b/aQ==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@zazuko/prefixes/-/prefixes-2.2.0.tgz", + "integrity": "sha512-mmRS+urGVMcAP5edzFq0V+B2PbbpEklP7BZGVF0+82ClczTwgpIL1tZy2mRfudwRYoAe+WkyWXDnlArPpdzLIg==" }, "node_modules/@zazuko/rdf-utils-fs": { "version": "3.3.1", @@ -14613,10 +14613,10 @@ }, "packages/processor": { "name": "@hydrofoil/sparql-processor", - "version": "0.1.2", + "version": "0.1.3", "dependencies": { "@types/sparqljs": "^3.1.11", - "@zazuko/prefixes": "^2.1.0", + "@zazuko/prefixes": "^2.2.0", "ts-pattern": "^5.2.0" }, "devDependencies": { @@ -14630,9 +14630,9 @@ }, "packages/shape-to-query": { "name": "@hydrofoil/shape-to-query", - "version": "0.13.4", + "version": "0.13.5", "dependencies": { - "@hydrofoil/sparql-processor": "^0.1.2", + "@hydrofoil/sparql-processor": "^0.1.3", "@tpluscode/rdf-ns-builders": ">=3.0.2", "@tpluscode/rdf-string": "^1.3.3", "@types/sparqljs": "^3.1.11", diff --git a/packages/processor/package.json b/packages/processor/package.json index 4a8e748c..97a194b6 100644 --- a/packages/processor/package.json +++ b/packages/processor/package.json @@ -15,7 +15,7 @@ ], "dependencies": { "@types/sparqljs": "^3.1.11", - "@zazuko/prefixes": "^2.1.0", + "@zazuko/prefixes": "^2.2.0", "ts-pattern": "^5.2.0" }, "devDependencies": {