diff --git a/package-lock.json b/package-lock.json index 76cf2f02..a6805b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30803,7 +30803,7 @@ "rdf-store-stream": "^2.0.1" }, "devDependencies": { - "@comunica/types": "^3.1.0", + "@comunica/types": "^4.0.2", "@types/n3": "^1.16.5", "@types/rdf-ext": "^2.5.0", "gts": "^5.3.1", @@ -30816,6 +30816,23 @@ "node": ">=16.15.0" } }, + "packages/network-of-terms-catalog/node_modules/@comunica/types": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@comunica/types/-/types-4.0.2.tgz", + "integrity": "sha512-Gxx755NlVww5BpdREYFYUYNazCazQsk2NMCuRfIEyHmCtU2eCc6RJk6YqKKLRCjaHcWIfBVtbbsbySzG8leS0g==", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/yargs": "^17.0.24", + "asynciterator": "^3.9.0", + "lru-cache": "^10.0.1", + "sparqlalgebrajs": "^4.3.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" + } + }, "packages/network-of-terms-cli": { "name": "@netwerk-digitaal-erfgoed/network-of-terms-cli", "license": "EUPL-1.2", @@ -30879,7 +30896,7 @@ }, "devDependencies": { "@comunica/query-sparql-file": "^4.0.2", - "@comunica/types": "^3.1.0", + "@comunica/types": "^4.0.2", "@jest/globals": "^29.6.2", "asynciterator": "^3.9.0", "jest-dev-server": "10.1.0", @@ -30889,6 +30906,23 @@ "node": ">=16.15.0" } }, + "packages/network-of-terms-query/node_modules/@comunica/types": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@comunica/types/-/types-4.0.2.tgz", + "integrity": "sha512-Gxx755NlVww5BpdREYFYUYNazCazQsk2NMCuRfIEyHmCtU2eCc6RJk6YqKKLRCjaHcWIfBVtbbsbySzG8leS0g==", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/yargs": "^17.0.24", + "asynciterator": "^3.9.0", + "lru-cache": "^10.0.1", + "sparqlalgebrajs": "^4.3.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" + } + }, "packages/network-of-terms-reconciliation": { "name": "@netwerk-digitaal-erfgoed/network-of-terms-reconciliation", "license": "EUPL-1.2", diff --git a/packages/network-of-terms-catalog/package.json b/packages/network-of-terms-catalog/package.json index a7eadddb..f2a0d638 100644 --- a/packages/network-of-terms-catalog/package.json +++ b/packages/network-of-terms-catalog/package.json @@ -28,7 +28,7 @@ "author": "Netwerk Digitaal Erfgoed", "license": "EUPL-1.2", "devDependencies": { - "@comunica/types": "^3.1.0", + "@comunica/types": "^4.0.2", "@types/n3": "^1.16.5", "@types/rdf-ext": "^2.5.0", "gts": "^5.3.1", diff --git a/packages/network-of-terms-query/package.json b/packages/network-of-terms-query/package.json index 3ac9bb5b..2b37b46c 100644 --- a/packages/network-of-terms-query/package.json +++ b/packages/network-of-terms-query/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@comunica/query-sparql-file": "^4.0.2", - "@comunica/types": "^3.1.0", + "@comunica/types": "^4.0.2", "@jest/globals": "^29.6.2", "asynciterator": "^3.9.0", "jest-dev-server": "10.1.0",