From 360854fdc8f9826587ff1ce993f15c082524048c Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 8 Jan 2026 09:14:29 +0100 Subject: [PATCH 1/2] Update to Comunica 5 and Traqula --- config/config-default.json | 4 +- package.json | 13 +- src/ldf-client-ui.js | 8 +- yarn.lock | 6022 +++++++++++++++++++----------------- 4 files changed, 3170 insertions(+), 2877 deletions(-) diff --git a/config/config-default.json b/config/config-default.json index 0817a23..a33dd81 100644 --- a/config/config-default.json +++ b/config/config-default.json @@ -1,8 +1,8 @@ { "@context": [ - "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^5.0.0/components/context.jsonld" ], "import": [ - "ccqs:config/config-default-v4-3-0.json" + "ccqs:config/config-default.json" ] } diff --git a/package.json b/package.json index 57a296e..18dc877 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ "dependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", - "@comunica/config-query-sparql": "~4.4.0", - "@comunica/query-sparql": "~4.5.0", - "@comunica/runner": "^4.5.0", + "@comunica/config-query-sparql": "~5.0.0", + "@comunica/query-sparql": "~5.0.0", + "@comunica/runner": "~5.0.0", "@rubensworks/solid-client-authn-browser": "^1.13.0", "@turf/centroid": "^6.5.0", "babel-loader": "^8.2.3", @@ -72,10 +72,11 @@ "json-loader": "^0.5.7", "leaflet": "^1.7.1", "minimist": "^1.2.5", - "n3": "^1.16.2", - "rdf-string": "^1.6.1", + "n3": "^2.0.0", + "rdf-string": "^2.0.1", "relative-to-absolute-iri": "^1.0.6", - "sparqljs": "^3.7.3", + "@traqula/generator-sparql-1-2": "^1.0.0", + "@traqula/parser-sparql-1-2": "^1.0.0", "string-replace-loader": "^3.1.0", "webpack": "^5.69.0", "webpack-cli": "^4.9.2", diff --git a/src/ldf-client-ui.js b/src/ldf-client-ui.js index 3b4c4ec..7c0d248 100644 --- a/src/ldf-client-ui.js +++ b/src/ldf-client-ui.js @@ -1,8 +1,8 @@ /*! @license MIT ©2014–2016 Ruben Verborgh, Ghent University – imec */ // jQuery widget for Triple Pattern Fragments query execution -var SparqlParser = require('sparqljs').Parser; -var SparqlGenerator = require('sparqljs').Generator; +var SparqlGenerator = require('@traqula/generator-sparql-1-2').Generator; +var SparqlParser = require('@traqula/parser-sparql-1-2').Parser; // This exports the webpacked jQuery. window.jQuery = require('../deps/jquery-2.1.0.js'); var N3 = require('n3'); @@ -748,8 +748,8 @@ if (typeof global.process === 'undefined') if (this.options.queryFormat === 'sparql') { // Add pre-defined prefixes to query and remove duplicates try { - const parsedQuery = new SparqlParser({ prefixes: this.options.prefixes, sparqlStar: true }).parse(query); - query = new SparqlGenerator({}).stringify(parsedQuery); + const parsedQuery = new SparqlParser({ prefixes: this.options.prefixes }).parse(query); + query = new SparqlGenerator({}).generate(parsedQuery); } catch { // Ignore parsing errors, as they will be caught later by the query engine diff --git a/yarn.lock b/yarn.lock index f4ce633..bffe38a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -970,6 +970,38 @@ dependencies: buffer "^6.0.3" +"@chevrotain/cst-dts-gen@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.1.0.tgz#47a05e3f46b1053f71e1e007dec345a841af9237" + integrity sha512-Sa/G9XD23V4StfHMeQNnXbFmj8CsYUBmf+L895/hKm0RFDhxAfHzV6e58NA8j5ninntT5yqMzBW8QEbYxLkNUw== + dependencies: + "@chevrotain/gast" "11.1.0" + "@chevrotain/types" "11.1.0" + lodash-es "4.17.21" + +"@chevrotain/gast@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@chevrotain/gast/-/gast-11.1.0.tgz#7ef43d7f1754618ad0d1e01a5c52b7421ec66333" + integrity sha512-0fyRYDFneUhbyV6k22R6bBY02+FasLqcxXYVt8z51IWTZ10l2Z2Lc0hiPTgm8MNRbYZnDbNv78b9zY5DoIJKjQ== + dependencies: + "@chevrotain/types" "11.1.0" + lodash-es "4.17.21" + +"@chevrotain/regexp-to-ast@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.1.0.tgz#64d97c46270cceda2fd5c98218be64109abf6adc" + integrity sha512-3rW046uSp36liIAc/5G6A6h3gGbDN1eONpmJQpybIb+G2kSz0BNRc9ziT4DYrCUUbgNLd6bNVROqN9r7ZaajYg== + +"@chevrotain/types@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@chevrotain/types/-/types-11.1.0.tgz#1f52cef9d11dbaded53589c233a07b3b0cbf5891" + integrity sha512-GXni/dwJAkClMfwCtrbGU19RXQ9O76hFxq3sgy/zufXNj3ov6J/8FOWIXxJLhnKx7gzSweATmRccjlpmr5W2nA== + +"@chevrotain/utils@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@chevrotain/utils/-/utils-11.1.0.tgz#5a44ccb5522bc41d150aef4f3ef26b552c52e7df" + integrity sha512-DrS2yldzFnjmBV0O/kDngcFxWuqg2FdmUpaD6KyTmgIIE6lR53dq80R/Zz+o6LpUrXsLJk192kXuaeIPic4WVg== + "@colors/colors@1.6.0", "@colors/colors@^1.6.0": version "1.6.0" resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.6.0.tgz#ec6cd237440700bc23ca23087f513c75508958b0" @@ -983,13 +1015,13 @@ "@comunica/core" "^2.10.0" "@comunica/types" "^2.10.0" -"@comunica/actor-abstract-mediatyped@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-4.5.0.tgz#66f6528e60c6d77e11c4c7bc65ed64aaf29a4f8d" - integrity sha512-KbLuhbTcfAQHJeLo3CDDdffCZdfA1qDu15XIdW+7P03UpUp9xMw4p1G0kYtoXwj9KzWguY704TUtpJVBO1GOnw== +"@comunica/actor-abstract-mediatyped@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-5.0.0.tgz#e0ffc3dd2f7e4aaea961bf1833909794ebebc44b" + integrity sha512-M/aULKzksvrOSS7gdmpkdDlJbsoclz1cX2xormMyhbxScOR4FCQ5sV1Zg+K2XK2EIsqbw9ZWnMxUMnXzABJWkw== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@comunica/actor-abstract-parse@^2.10.0": version "2.10.0" @@ -999,971 +1031,975 @@ "@comunica/core" "^2.10.0" readable-stream "^4.4.2" -"@comunica/actor-abstract-parse@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-parse/-/actor-abstract-parse-4.5.0.tgz#5b5d1ba828c134dc3e4259fad81ed047f37ba9a8" - integrity sha512-THNdQsJ58HtkyeW9ghVyLrYEQfSPNfmVAJTDSqOxIujjCdimPbzS2LBXoDdw13GuxWWOATssbm1LwXDlX0xMIQ== +"@comunica/actor-abstract-parse@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-parse/-/actor-abstract-parse-5.0.0.tgz#853e78e4ccca1f06d85d8b9f63fa53803e504f9b" + integrity sha512-y/brcLNgdwEuYShvJQKjdYabIAI+D85jQb+bBKiAiHzw+CVkwGxCOJI5BkvtQZCf5R4t3Kj9Jzq7UAmO7UzaNA== dependencies: - "@comunica/core" "^4.5.0" - readable-stream "^4.5.2" + "@comunica/core" "^5.0.0" + readable-stream "^4.7.0" -"@comunica/actor-abstract-path@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-path/-/actor-abstract-path-4.5.0.tgz#8fd80a0679f02cd64e321d26b23dd3208a589b26" - integrity sha512-oBm9rqCCNErmn570UjhMKa4XSM4NxQ/HtgGw7P0HTR0jx/LBg5ctkmsp0ewSJSx+OVf2fU4S7hodZgsS7jypLw== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-abstract-path@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-abstract-path/-/actor-abstract-path-5.0.0.tgz#9dedbd705c9cbd03a2fc4a36dd83c924a6c92201" + integrity sha512-uOmkpRZvDWXd+7i2iyajI/9AdhkxuKsFjPaOgfz0natSTB4mR6GTxXtpNYufgQNTMRaVZk5lfha7i9FJyHe92Q== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-string "^1.6.1" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-string "^2.0.1" -"@comunica/actor-bindings-aggregator-factory-average@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-average/-/actor-bindings-aggregator-factory-average-4.5.0.tgz#99827f5d74d2695d9b3a8f54200a944107a667fd" - integrity sha512-QQIVsCMzi+AvaTDegSZVcc2wjBszFAVayUfNEe/OW6xvXMXKmLiEdA+5q5MSJYcfDIciwR0FR3mTFJx34GgSGQ== - dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/actor-bindings-aggregator-factory-average@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-average/-/actor-bindings-aggregator-factory-average-5.0.0.tgz#df1d55d2e221c450925d0ed32518c49bf46d5b94" + integrity sha512-cPjny/TLmRvIjTl3YNns65kDlOjedZ6kvgqXpfmos3jMsjYT6jwAKycb+WkIKgMDUXUMPIkei/g6H9dBCgNVjg== + dependencies: + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-count@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-count/-/actor-bindings-aggregator-factory-count-4.5.0.tgz#1ecd07ef71a8f416d8c04dae8ae22887b07b28da" - integrity sha512-BExT1O1b0oP3DVjArcFPLTjFyycShz3ineh7G4ccZ2D+h1xo3dWbCcCNvnOTBnP6XBRtvpgfHLqz2i9C/Hs8SA== - dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/actor-bindings-aggregator-factory-count@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-count/-/actor-bindings-aggregator-factory-count-5.0.0.tgz#59c708868119785cf13d0f3282df07c153fe2295" + integrity sha512-EEnI8yxFjvbi7yByS9M08Kag/kXVlBlpzYS3Kf83JgXUeFJ4t8H/QjmIXRoObafB5cXvzC2VmLYGGuB+r4+eEA== + dependencies: + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-bindings-aggregator-factory-group-concat@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-group-concat/-/actor-bindings-aggregator-factory-group-concat-4.5.0.tgz#d440de7e70c4b90ad8f9a4c5c1d8e672485e71bc" - integrity sha512-Gpm2uLDc7mCiE0xt1KX/bKVRXXGNyclq/jJ3zKx+QPftB4z8IFvsTUzt4WuimBYawU0OvM6CUlr6Y3pdY6k4qA== - dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/actor-bindings-aggregator-factory-group-concat@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-group-concat/-/actor-bindings-aggregator-factory-group-concat-5.0.0.tgz#e952821fe5df254ba26d2e18d08cfadb15af376e" + integrity sha512-JmJ8W/VsixUYR+qpeAdC4f2549z+nIV6avkoaMqMq68Y6vUgb0SKiLT++UpwEJntwyjURVuLZiswRklU023ARA== + dependencies: + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-max@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-max/-/actor-bindings-aggregator-factory-max-4.5.0.tgz#c1b1bf419078735138c4112decdb372736a5d23d" - integrity sha512-iJZ/NF8s5UhokHIVOCk4fuu8glWH354Oyg2p/VvtBMAXu3x/U3M5EAofsoIGCjwkqcOrknVqG1VGywHgglIAuQ== +"@comunica/actor-bindings-aggregator-factory-max@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-max/-/actor-bindings-aggregator-factory-max-5.0.0.tgz#0030150119d344e34c720d883f3f1734781b509a" + integrity sha512-Qvicu6jzZqO2rJT09XCmFwasqo/3iJYxXNWtFEFvAx1gMxufcuWCavtOQx5godPT69B/NWxYTj+qQSKoFXDksA== dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-min@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-min/-/actor-bindings-aggregator-factory-min-4.5.0.tgz#afb307c419832760e2f5c4da64a7f561ac8a8205" - integrity sha512-dHkJvOrTr8fLpu0d1HLsssZQov0PdKlFgZczl5gZ/gpTvKUnpaMcI7uSi/FWkbEyZFtJH+mw2Vb9BmVuSnmzkg== +"@comunica/actor-bindings-aggregator-factory-min@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-min/-/actor-bindings-aggregator-factory-min-5.0.0.tgz#6985ac80b3a80e588adead4a8f50880da2fbcbce" + integrity sha512-1JB1mdH5svjGOwSs4n4Sa0Sg8BYSxUTYBryNg1OhWoZG44xJ3YfT7c++YPH3HQ0NeUnOFHxWV6DoUDa4emDwkw== dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-sample@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-sample/-/actor-bindings-aggregator-factory-sample-4.5.0.tgz#ada05e5a3f633300787562d9ffd25b5ff6f05d00" - integrity sha512-4IK9MjfLX0pzB74XxqmSJJIySjB0xr4nId96DkRYrJVvFz7PGdZL5ovr7WJEHrCaFZONUQCcJJdTIMxcazfY/Q== +"@comunica/actor-bindings-aggregator-factory-sample@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-sample/-/actor-bindings-aggregator-factory-sample-5.0.0.tgz#246912731554fa071d128dc1d98ab9b61fd0ad95" + integrity sha512-/mF4jnG9VvX0MvZJKbHwqFTd7qGydCJhY7crbA6KDFsjrDJbld81M3e3QCVhrW+LUgwZ4Zs0ENi0XREMlrTHLg== dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-sum@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-sum/-/actor-bindings-aggregator-factory-sum-4.5.0.tgz#1d621445ec5eba7a31bb3503e5e7e3e7e2cdbfda" - integrity sha512-uw3s58igOuHAFLLXr5mS9nVFfA5V5fWxeyln2o/ggipLyDOVKCtkm0GHtx5oZTBNSdyrN2s7SrATdL9ouLbJMw== - dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/actor-bindings-aggregator-factory-sum@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-sum/-/actor-bindings-aggregator-factory-sum-5.0.0.tgz#6d48157327f3beae6a542a0e6b2321da4ea42629" + integrity sha512-FKeKSKsLeWVssCjbvX9DQ10cQMkxFaHHEo7AWfAgE0AQP3olg2t4GwUy4AyzkaFzZiV4qMYk5e33II1ob9rnXQ== + dependencies: + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" -"@comunica/actor-bindings-aggregator-factory-wildcard-count@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-wildcard-count/-/actor-bindings-aggregator-factory-wildcard-count-4.5.0.tgz#ed5b0d44bf18a14fb8f539a0112509860c351522" - integrity sha512-2D+uykC2LmwmgjQnDaGM5dOJf7CIAetRHUlL29P6WA5J3iWVuRZurIVajexvi7yufk+emajuTGnGuZIeB00SnA== +"@comunica/actor-bindings-aggregator-factory-wildcard-count@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-bindings-aggregator-factory-wildcard-count/-/actor-bindings-aggregator-factory-wildcard-count-5.0.0.tgz#3ad2800b1d316ff0a07e79eca0147fb75db3b26d" + integrity sha512-Ecq3YdLDxOR4fMYNQemucT2YZ547EBtQmI23mgosDBmJ3xjGn7Zg7s0pWRTFHsvZZvK2x7B+7bWOw/c+Ek/5sQ== dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" - rdf-string "^1.6.3" + rdf-string "^2.0.1" -"@comunica/actor-context-preprocess-convert-shortcuts@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-convert-shortcuts/-/actor-context-preprocess-convert-shortcuts-4.5.0.tgz#ae114360b1d0f53fe5cf73159213c5a3bfbd9567" - integrity sha512-Uu2buxdBxq/0u6Pr/An4FDdafH1bvDCdImeEBBIVfleeYuUNR4klbXZS0M7YxTpYanpNOw9v/i6nHIfNMgFT7w== +"@comunica/actor-context-preprocess-convert-shortcuts@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-convert-shortcuts/-/actor-context-preprocess-convert-shortcuts-5.0.0.tgz#8f29a27cee9928f144d207ccbfa47c64ac828cfb" + integrity sha512-W/6drpgMOIcTqgU21BrQe9SMn0yOQ5jR4L3nLTx5KelWc0VoQrX6G2tjb2xlbCnpsaFQyjGWtBzzRp/ZwfOLgg== dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-context-preprocess" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-context-preprocess-query-source-identify@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-query-source-identify/-/actor-context-preprocess-query-source-identify-4.5.0.tgz#91d693751fbc0a8e1b714864817ec6f1deaee281" - integrity sha512-iabRMWYIvolhN90lREOW/nvHY2JmF+oRrQUsELFjyDQnEirY0IHFl7kUskn8RvGoLmgPCKD9nIB3yNPgL/Ggpg== - dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - lru-cache "^10.0.0" - -"@comunica/actor-context-preprocess-query-source-skolemize@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-query-source-skolemize/-/actor-context-preprocess-query-source-skolemize-4.5.0.tgz#978b0ec8bf7e4251fd8c465546eaa564f19af0d7" - integrity sha512-BTzlIXHFcX4+tniNAnnh+whGVy7Cy0Gsj57O3jcPjFYdj1Z0AFRValT28G1sYn0avPYoOE9JDAM5cgZVdxUHHg== - dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-data-factory" "^4.0.1" - "@comunica/utils-metadata" "^4.5.0" - "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-context-preprocess-set-defaults@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-set-defaults/-/actor-context-preprocess-set-defaults-4.5.0.tgz#3bc96a54ea00bb667872da557466db547d332ba1" - integrity sha512-xEm7KPg9G6IcciLbZ2tJ0v6vrluuy/fCZN2wCOYQ1ba6bgxZm/C15kFTwjm4YSsDhtQDADteiQZa+kzkBkuudQ== +"@comunica/actor-context-preprocess-set-defaults@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-set-defaults/-/actor-context-preprocess-set-defaults-5.0.0.tgz#6ee7d42216c8884bbe7a6b4d43a30d88a67900c0" + integrity sha512-mPaRcwdLWrolXIi9jjZBc3qXJo/DvDzCyjKk0E8faWN4yZB58Wf5Eue1XN7IDxbfYBIYYX3DZeUnC5Lb5WAeMw== dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-context-preprocess" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - rdf-data-factory "^1.1.2" + rdf-data-factory "^2.0.0" -"@comunica/actor-context-preprocess-source-to-destination@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-source-to-destination/-/actor-context-preprocess-source-to-destination-4.5.0.tgz#21d1ddbc6b7297f2112202beacbe75ea42010919" - integrity sha512-ndpws/8GzO8CsOuqYS4f4IJ5DXNaCGjp7LXcabeAGobY8F5B3eQ8zWKHjC3jZEaTt89rCiMzkudY2sNWGM0ZbA== +"@comunica/actor-context-preprocess-source-to-destination@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-context-preprocess-source-to-destination/-/actor-context-preprocess-source-to-destination-5.0.0.tgz#8fd07e43242dba2bfd4dffdae435717c274d293e" + integrity sha512-Kmm287FEQTLfGqoo3C15r3OhIC+ilRk3+HMnddrUxFQfDaeUhnMIseG/Cbvx/5IPP6g8ei0BYfFOKIv5t1Weaw== dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-context-preprocess" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-dereference-fallback@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-fallback/-/actor-dereference-fallback-4.5.0.tgz#310c9ce0d34db9d4c302abeb7e698a92defc6a3c" - integrity sha512-q5D3DEEm5B1+j6FcVZvyRV59ApHys/hBSlO2iCYcVnMg8S04PYlNzjgyERg0+2BjaG5KsbPDSwYlfRUMfJLIug== +"@comunica/actor-dereference-fallback@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-fallback/-/actor-dereference-fallback-5.0.0.tgz#ad6e2cae0f711abe0e179fe733f2635520e45fa2" + integrity sha512-wYnK42APA1YKgcUmL0iOd2bxCo5dRa031P5ySHzXE1fQZk3bqtYEZPEn5/gJekgEOYVDCzgWdM6LNo6WbH0hag== dependencies: - "@comunica/bus-dereference" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-dereference" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-dereference-http@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-http/-/actor-dereference-http-4.5.0.tgz#ceaeff09b2e00c73a0133698bcdf6715ea2a60a5" - integrity sha512-Kn1HMabJL9yjF8R7GEAsVqwiC+DTgODC1ZbYCZF5GoreF5PTLCU+H1ipxnjxK9zv40+wbuO+bj75SOcDvegOdg== +"@comunica/actor-dereference-http@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-http/-/actor-dereference-http-5.0.0.tgz#6acfc778344dd443f6e516c9b0d70666f670ee28" + integrity sha512-ro3Pxvb+Vbxfoz5qE8weinGIP5cnbgK/3kVZEFCGQFluEwh7G9Z9K//dVRYduyHE2PyErUdQikzrcWNg9O0G/g== dependencies: - "@comunica/bus-dereference" "^4.5.0" - "@comunica/bus-http" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-dereference" "^5.0.0" + "@comunica/bus-http" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" relative-to-absolute-iri "^1.0.7" -"@comunica/actor-dereference-rdf-parse@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-rdf-parse/-/actor-dereference-rdf-parse-4.5.0.tgz#a8335e5c42e0e392f5f3a28be23be519762ff051" - integrity sha512-Vs5Cs1GXov1tIWxDzoASA7TWGJOduEKiHqbsvGWAD8CwxRsdi8KSRHoyvKLVNAQUMiHBNe/PTV8G59O1Q53aYQ== +"@comunica/actor-dereference-rdf-parse@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-dereference-rdf-parse/-/actor-dereference-rdf-parse-5.0.0.tgz#26a196f2c5b5db9612d62b89999d0c0d255ba471" + integrity sha512-x9yOexcUaFfD5iemwd4I2jmTXlUoAs5AshJPJ/4nlHLFYuTBOD7gNmZToHbyxo98GTm613oEbkcq8Ts0UWmWQA== dependencies: - "@comunica/bus-dereference" "^4.5.0" - "@comunica/bus-dereference-rdf" "^4.5.0" - "@comunica/bus-rdf-parse" "^4.5.0" + "@comunica/bus-dereference" "^5.0.0" + "@comunica/bus-dereference-rdf" "^5.0.0" + "@comunica/bus-rdf-parse" "^5.0.0" -"@comunica/actor-expression-evaluator-factory-default@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-expression-evaluator-factory-default/-/actor-expression-evaluator-factory-default-4.5.0.tgz#324378fd2c1d4723a57d8eb289320ed3109e6013" - integrity sha512-1vXRPmcRBTwowYu9FAjEiHeaQv3m2rzhB2jqh/USoPFm0Zn4oR5Xdclyv3WfuhNJRaJWi2uB6P5ddRzimTuTCg== - dependencies: - "@comunica/bus-expression-evaluator-factory" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-expression-evaluator-factory-default@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-expression-evaluator-factory-default/-/actor-expression-evaluator-factory-default-5.0.0.tgz#6b33f849b144b6e5c1769ea299f5e0aba9e30ae4" + integrity sha512-9Bs32HIqeiqhVkqGlmPgb9IwMp2HtUExluroHPcivCxuWxWLKUqYWnuTk53PH1FIOQhivn4wNzxTjbypfJyiMQ== + dependencies: + "@comunica/bus-expression-evaluator-factory" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-function-factory-expression-bnode@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-bnode/-/actor-function-factory-expression-bnode-4.5.0.tgz#b89542a87e693d8165f9eda068b4a8b255152780" - integrity sha512-wIj6ertjQBSSiV6Kbk0h6AuxjQe/IUVJGGBuZRu+VvCdGTX+I/rY00/LdUzzbdMFJgamEwK5ML/Bwu2tZUFN3w== +"@comunica/actor-function-factory-expression-bnode@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-bnode/-/actor-function-factory-expression-bnode-5.0.0.tgz#41c78a2d0e9c0b14702acfca6b631af3c517ec26" + integrity sha512-2AoNuMZcQSsNjiLs/8xvWR0eNvfOqAsnXOIy06hN/5l2SCq+BP/BUN3e93zEKkpfWjteFsOFsQB93uPu7fyKCw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-data-factory" "^4.0.1" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-data-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-bound@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-bound/-/actor-function-factory-expression-bound-4.5.0.tgz#7a80051ca134047515113b20d2a06519b66f6144" - integrity sha512-aClq0SWhyhL3G9HRlri0yyyVcb/gCdexXi3HHiWhI9udBK+oAZeOR/lM49i7/twS5ujPHE/CzbL6C0gtosZzvA== +"@comunica/actor-function-factory-expression-bound@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-bound/-/actor-function-factory-expression-bound-5.0.0.tgz#d630ef4ec51b242d1d27cbebd913baad66f1f95d" + integrity sha512-LET6Jq2p2FmUeYjLrbSS4rCVhBevPAEUXDwMOiZbCxbw6ZdfIQdMdYJ7GOum0SSBBkMKSrIPEkyxLaH5NaxfBQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-coalesce@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-coalesce/-/actor-function-factory-expression-coalesce-4.5.0.tgz#9424c9854c35e702e336da6fe84b3e79470b5590" - integrity sha512-xD8oGIsKkzaEvzb7j2HMXzJfRi1onRCaUXRmVVWhf2sWA2YIoQWoG3nHMOAucMseo2FDcY+vYN2pIiSts+C2ng== +"@comunica/actor-function-factory-expression-coalesce@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-coalesce/-/actor-function-factory-expression-coalesce-5.0.0.tgz#63f8e8651616bab04aae4c8e4ee5cc1b558cef36" + integrity sha512-dYyyAiqAaohOif8ZC6u/1D1bCNITrDA+9rDgn3pO/t8gayWXcgYiqQdvNIU8d2AES5kyWQ/ycjtFvbCc+mZLGw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-concat@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-concat/-/actor-function-factory-expression-concat-4.5.0.tgz#573bb4db0ba1cbd9f92b43c472220775d1dc40d1" - integrity sha512-zaNB23vpQkr+49MfBr2fnjahVEb0jTzUjOKO1Hxrb8geocB0coHAhQljejghATCRwnnsnWwcCeOvVE0bjCoU6A== +"@comunica/actor-function-factory-expression-concat@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-concat/-/actor-function-factory-expression-concat-5.0.0.tgz#13e666e6a262acb51816fe3e23d97eb1ac2d56fd" + integrity sha512-HOynrD5HoNmIDgee+NdxFpXnC4ajjHeHCGxM/m6C78XKR1G3pG+IIGplXIA1uZZawtt19nfQrcdtCG41zVXrgw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-extensions@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-extensions/-/actor-function-factory-expression-extensions-4.5.0.tgz#e1b5f9d65a231ee43e3815ee7317c04cba3c2c1b" - integrity sha512-wCF5jGU/MtTCL3vO0jImgwzthKDqSjJP8D+kK3Y9Sj4j6xumaF+cttj5EoflzK68uvkhhuMLsZY0PKLGkAnvXA== - dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - rdf-data-factory "^1.1.2" +"@comunica/actor-function-factory-expression-extensions@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-extensions/-/actor-function-factory-expression-extensions-5.0.0.tgz#aa5d637826bd7092d6d0d535d370cea2d63f76bf" + integrity sha512-XCJiZX48x4ZmuCpO0lMwMXcJq/zizaDeig6sG+qEu3ay6Z19g6qJRVQw4NPiE/uoqAd4mFxyt2uNxNnT3IcgHg== + dependencies: + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + rdf-data-factory "^2.0.0" -"@comunica/actor-function-factory-expression-if@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-if/-/actor-function-factory-expression-if-4.5.0.tgz#30937d057444a4710270980fc8a7fe53aa822b78" - integrity sha512-1nE7bXcMVcesnaMABAX7LKKc8PVNeIrg/TJ+LkbZ4LyV4GjUu0zQspuFRFFp/HMfpYOfO1pmhP3Y+kdVkRuFpQ== +"@comunica/actor-function-factory-expression-if@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-if/-/actor-function-factory-expression-if-5.0.0.tgz#b5b651e9f8ff912098aad96e1aea788fe3e945a9" + integrity sha512-r/XCD7vvQTaNTy4FRoPp/jeVkCgCk4wqyuKYksviZkypeOWL7mPO2LuDyVCOGMfh8zfoVS3PN9YkOPhf3SpAaQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-in@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-in/-/actor-function-factory-expression-in-4.5.0.tgz#05b48b05e3208abb2a188f9a3d6a7f89eb97a7a3" - integrity sha512-ubIy7q0VmO8f/ffuXWPkhjKSI7+r1toltgGonunb9VJVmNe7IbpMKIdSiw0PtAyeZMavp/f5d7uIjYfgYbCsbw== +"@comunica/actor-function-factory-expression-in@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-in/-/actor-function-factory-expression-in-5.0.0.tgz#076d7c39b388ab3c565539565c1c83753c50bb24" + integrity sha512-I35y7ryUoc5G68nTOt+B82xIT/C2m6Hno1xD3FlsNBdr66ra8vzt+g3PRrGtYd+/mtmfK5FM7NbipJ4QjXYUiw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-logical-and@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-logical-and/-/actor-function-factory-expression-logical-and-4.5.0.tgz#e3603edb4dbbfd6f3fe454f3910f065629cfcd24" - integrity sha512-8Eawz0jPMmP7JFuhtEPwuSBw3hIVpscAuM/RUTOBfsgecjRZTQGMsRJ7LoDgLJVNlevbXoxtzBjL9COjUFBJ1Q== +"@comunica/actor-function-factory-expression-logical-and@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-logical-and/-/actor-function-factory-expression-logical-and-5.0.0.tgz#96e049c97ce01154515c282215f62a7cbef7a99e" + integrity sha512-pIIKJEi4RRtajLFjBYepJHOZSqQA+k2zIa64Vfd/qsCOm0MT2jGYJvuLPqQptI2h0EMC0mvAO5SIIGqd8V9H8Q== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-logical-or@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-logical-or/-/actor-function-factory-expression-logical-or-4.5.0.tgz#7e3acd7321de6c06a0172f40ad5576aff5011f45" - integrity sha512-SMJrSpbmOpP1DaHurnM5qm7oWk+dDNaoQZh+8dDCdxz9shSV7eOO7jhjWKhcuZsW6E94G6JSZFZZJkxtmKMrsg== +"@comunica/actor-function-factory-expression-logical-or@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-logical-or/-/actor-function-factory-expression-logical-or-5.0.0.tgz#24919b484de9fd2a8a698c6c045eac9340c5896f" + integrity sha512-Um2dRmIQgFhwjjrQLc6mePaQBtySsFl8x5Bk//Z/1ssnzPa/A8FD+hfPAWnvl56oO6zJ51zIe1r1GnbGNZHRfw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-not-in@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-not-in/-/actor-function-factory-expression-not-in-4.5.0.tgz#bd61ef18f9e280234af3dd8547bbe0497b39a187" - integrity sha512-FIJGyTDCXLkz7OmBCB8ed/cCqK2QSmGtwNn/rFh6q9UBrks7A6BzZAH5H/32q6ndcMJwx+6DYb2aQMPlScgRkg== +"@comunica/actor-function-factory-expression-not-in@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-not-in/-/actor-function-factory-expression-not-in-5.0.0.tgz#3cc740a324fc43e475fc6b04e6de7a364019d3bf" + integrity sha512-DdxUlm3Nc/wXU5sZS6sXVknzlp/K82BTsAgbedMKQRJlwnekQIZECGQyvyKBMWjelp4VIe+G388k8cuXCQ+Gag== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-expression-same-term@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-same-term/-/actor-function-factory-expression-same-term-4.5.0.tgz#1188ed331b69b6eaf4aae1cff155825f3dbe0ddf" - integrity sha512-uJxyZl9FXFFXN1Be90cPBLSJqXSVSYxVZ9j+rR4A1I47dc+TfAS/jWkoBsxLCtox3igm6ZkPzmMB066rHN/K5Q== +"@comunica/actor-function-factory-expression-same-term@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-expression-same-term/-/actor-function-factory-expression-same-term-5.0.0.tgz#aba28ff502fe1071b67f1a3f890b3a14abcc58ff" + integrity sha512-pawoT/hFG9yIM37RVz1aUs3+J3EM6R7RZWdkoZL6eYxxaNkBH7TtHwFyROVcRN+02RmOPJamTYTPN3YJ7Gut5g== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-abs@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-abs/-/actor-function-factory-term-abs-4.5.0.tgz#9e03d35c696d077b1aec9333588fc5c7e29ae301" - integrity sha512-bqupPX30zWCJ0nirI3XkO9uzIuUSnw4jaWNQpI4rHXGdMLrjUNrokBXIZ4FfSXAaAnQOUb771st/XrNbEDJ+gQ== +"@comunica/actor-function-factory-term-abs@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-abs/-/actor-function-factory-term-abs-5.0.0.tgz#1337d553fee4957d1b44f937f5f20f2bbb3ecf6a" + integrity sha512-mEqdus88HbITmUG0waDR4myHEV8UlYmMajcx+zBD4tSXpNE2NJ6Yae8qtsAGaIU6N0SF/U3mG1w1mgmC+NqNDw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-addition@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-addition/-/actor-function-factory-term-addition-4.5.0.tgz#e8757a88bb88b3f18c073b95579fcc11fd01ecf7" - integrity sha512-pqJIeZFvCas3r4PFy4tGdXFiYR9ds99G87rytAWQkVnoBstOUFKXmc6Oq8dwoKCfAnZdfi/GH++Al8buu2I2Cw== +"@comunica/actor-function-factory-term-addition@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-addition/-/actor-function-factory-term-addition-5.0.0.tgz#27396f57029006520408e5ac369a37d060cc383c" + integrity sha512-3S8YqPHLnCkRD+rfMP+iWGisqzugP1e0lAuN0nRqR76jp4gH5CQ4oEKB439em9gdHOhS+IcXra1CvhnAUgFcsQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" bignumber.js "^9.1.2" -"@comunica/actor-function-factory-term-ceil@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-ceil/-/actor-function-factory-term-ceil-4.5.0.tgz#0d8c8d9ab987acb7f155a22c5549b647fa8077f3" - integrity sha512-Gape3scVRZgvY4DKGSFH5PSRB1TgnpcRJRWiGy9abvP1QXye3Ob4NIqEyO4iwPLd6U7zf3nyHYAec+4MgQp0nQ== +"@comunica/actor-function-factory-term-ceil@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-ceil/-/actor-function-factory-term-ceil-5.0.0.tgz#5c93e43a2c1789a3e630946f1da51568a96523a2" + integrity sha512-g76ynqTJKDgRyIIO/s+yW1DhFrhPnRXspxkwKcj8bh1+WHSsnKy2dXmuqyUZehyAXL5x6l97s7VNe059dkswkw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-contains@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-contains/-/actor-function-factory-term-contains-4.5.0.tgz#481a3d72a735ad25b808182eaa39f1e7624af256" - integrity sha512-qUv31t9RJ+n0OaMcQBLLruTj3u8BdWj69Fq/tF01E8vRkaZgNf0WkAVfkJRRaYQxr4fpMtgWxzSCZ3VSaiXFUQ== +"@comunica/actor-function-factory-term-contains@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-contains/-/actor-function-factory-term-contains-5.0.0.tgz#a4bd92b71ba57bff1692732353469591a45e3c5e" + integrity sha512-wNZWXJvOdwi+xtSJE9m7ymhD7mi3+/tJOXfm/XDthdkXP7+DYGrm+dsuCoglZjdQQL6qxpYIxExCqXj0H5K0pg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-datatype@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-datatype/-/actor-function-factory-term-datatype-4.5.0.tgz#103d42b478879900e4128799439134d022de8af4" - integrity sha512-mjucrTW+MJoyCOsvxKJUBqawbNsSacVCvkazKscEBdk1Gj/b75xWUEi7cJHCd1cD1ESHn4EA5PEqhYXUyDsxzw== +"@comunica/actor-function-factory-term-datatype@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-datatype/-/actor-function-factory-term-datatype-5.0.0.tgz#fd4db03445000103ccd2894a174adf7cd00e8d21" + integrity sha512-ZN3KrZoZRX+jTMn7juzXPeKTuqvccVYiPGLUXrbVU48PMhKepGeU0cjScpi0ru/6wkAb3NVi3XGfYzxmLkMyqg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-day@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-day/-/actor-function-factory-term-day-4.5.0.tgz#1b423b214b841e84985a740eb6188d0ccc9a575c" - integrity sha512-B2f3MniYbd7WR7vo8MJzO9jSBIeVOtXotpg9Mxo73Vyhknh7w6td95MpVxPJT8BXFVzFrkAh/OmU9nDcgcdB+Q== +"@comunica/actor-function-factory-term-day@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-day/-/actor-function-factory-term-day-5.0.0.tgz#95f140a05e15958f04c37fbc0ec197031bba0c92" + integrity sha512-wF8ppj/LQ7CLKW/bUu0e2iyV2DZ8xVzTLtlfsvdzdyiLqsl1w+fp09ih4lZ2uzQHupNc8svS1cCpEeMtEzoByg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-division@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-division/-/actor-function-factory-term-division-4.5.0.tgz#a5d7ded84eec20267690c5d7aa9515d9eb4057b9" - integrity sha512-IJ/5INqBDXkxuvESllxYNE7Ted/Y6lRQPDvzu1HDw3T+hj/KtBINEr7zPh9yLuapuTCzapygd+kIGVaoemoSJA== +"@comunica/actor-function-factory-term-division@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-division/-/actor-function-factory-term-division-5.0.0.tgz#5fb13b586daaa064654ea34a50a7b7ec105fdda3" + integrity sha512-m2SYAVIUea9bLLNS3KNeFonVWKIqOyJ+FHJ+4Ss9mD3a1bQFOwo8ykVpL2RsvgJdRMohmEVqhlgPMcUGSso4Ug== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" bignumber.js "^9.1.2" -"@comunica/actor-function-factory-term-encode-for-uri@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-encode-for-uri/-/actor-function-factory-term-encode-for-uri-4.5.0.tgz#3ea0298b9aa9bd15f9c274a7c89c368e35288b5d" - integrity sha512-3/8YNcg2gqG/Hc/0e24jTwepJqfU2mqhUG55kXNy5J3hKOyYza1wbNhBQUAQVFQcdpwKA/bzpb/YHwSov429Qw== +"@comunica/actor-function-factory-term-encode-for-uri@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-encode-for-uri/-/actor-function-factory-term-encode-for-uri-5.0.0.tgz#02ad26167a25c9c66a5e5a2d08f4a2d994c20a85" + integrity sha512-gcv1qCjuG7hZRy1maKzCSumaO+fhbXWt60wxVm5v+CL/B2UffTIB4Z5NIFmC45h9BAJtnn+ilIchX9Z78Ja5CQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-equality@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-equality/-/actor-function-factory-term-equality-4.5.0.tgz#2e54db2ac913b9add6b39b2ec36ea7a268693273" - integrity sha512-1q0L42931jvjv1b92nc18B/WAomYYEacg1gFJpUSsfqhGGAulA42+fTR2ngRDT0sQw/J1kT1WgY3fY1rHNADIQ== +"@comunica/actor-function-factory-term-equality@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-equality/-/actor-function-factory-term-equality-5.0.0.tgz#38231291a0c13d3890040fb091b74638e8ee06de" + integrity sha512-qHlymUCFN7Rb0OdjPtIzQvrX62xIV3OU+XZvsvQK8uHfmXQTUX1ObYK53WFqBHCl7P7IeDZt4qWglyoZOvVr+g== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-floor@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-floor/-/actor-function-factory-term-floor-4.5.0.tgz#35bbf2c225a56ee603434d373841a7b2e417bb6a" - integrity sha512-E4jxcs8M5wLZbPdzlmOuoIAwNtTzu5oVzH3gnZnE9iBE0pfSrN6N6g0sRY7vFXKfMgJQqVMlPiFt+Cda7ZcPHA== +"@comunica/actor-function-factory-term-floor@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-floor/-/actor-function-factory-term-floor-5.0.0.tgz#0ba2dcbf1a0ab118958a6c07771736f1f59b34ab" + integrity sha512-rA02JzC4ilJoqDOkniHV4vxYTcIsBW70O7qB91VH2j/7LB+fFaKAjQzuc31WUfc3pDxgLBpPSZIH5MOoLCdpog== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-greater-than-equal@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-greater-than-equal/-/actor-function-factory-term-greater-than-equal-4.5.0.tgz#48bded6487b92fb6360c596bbf34d3ce5e2bf0b5" - integrity sha512-vziCkcJNQedtqHC5kxvDMlvkJ+uJzO520q/4QjMMsftxyvDfpbWfX3VKQitJdRlvnAcmdZpWKb8ylltbZ/aT/A== +"@comunica/actor-function-factory-term-greater-than-equal@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-greater-than-equal/-/actor-function-factory-term-greater-than-equal-5.0.0.tgz#80e19aea8f8d7e603431ca48bc1c42f73fca4925" + integrity sha512-JhppYOb2hiyT2DYfg8FcPl0m5NMmgDpB1Z/UwOQRMXGdYut+Qy1ivwA7HR3yNZn05GYlhvZuqOg4kbK5mi4rkA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-greater-than@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-greater-than/-/actor-function-factory-term-greater-than-4.5.0.tgz#4882b315ff2518a4f74b83b7425cc3ed44e5fe08" - integrity sha512-4WcYnNaXX6d0gXHHChW7QwmG4Ywq7CRihYC4AAkIqP9e9TX+lqz7cXaMMyGICh0uHY4JwAg33i3Pxv54TdwCog== +"@comunica/actor-function-factory-term-greater-than@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-greater-than/-/actor-function-factory-term-greater-than-5.0.0.tgz#8c291a3d82fbd9516765210f6af2a8730b213f50" + integrity sha512-ve6mS17GjFs0KKmvX1Ewy7PMxy/eUMDycCbPMY2Y/H4PkwmySDKh1md1FN4cQU4hZCueSZcWiY+86KNvOKQn+A== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-hours@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-hours/-/actor-function-factory-term-hours-4.5.0.tgz#a09081883952d2541024465da078198af93e475b" - integrity sha512-0GkHX9KnU1N+lHzgmGLKndt8QX+8o5Mb5I+QIZWHgm7tkGHIGOQWtN0eBWhiVnzV8MBz471vyAVPHYB/OKsi5w== +"@comunica/actor-function-factory-term-has-lang@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-has-lang/-/actor-function-factory-term-has-lang-5.0.0.tgz#d62ba053b62c0ca4e50fdc9a2a32dc8c5bab5900" + integrity sha512-pWEwkZhptA0NnyEYF1LbMtYCcUuSX+2+f9epWMN0ZSWMFvt+EJzKr9nGolK7vPj3ZFLdfaadug4DoRpSHbrN4w== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-inequality@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-inequality/-/actor-function-factory-term-inequality-4.5.0.tgz#4a1dd15ab6f65db168f14903da0ce6ade9400f16" - integrity sha512-p89dQB30AZsuFnJhFzGczz72wTIsR3nQzROP8NMwDpyic5xMrKEw1QljK+leWugrhlCprBuMQTpWWAFGe9EVfQ== +"@comunica/actor-function-factory-term-has-langdir@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-has-langdir/-/actor-function-factory-term-has-langdir-5.0.0.tgz#2b8946aaa48b24c4008d56b2aee94f4b3717bcef" + integrity sha512-AVjemo4qAkmMUkSSytNkS8pK4C3QN9hGinuJJeLlCbIjYdJY9pD3fI6uDKrit9AqBmuvkRDcncVOwVz+nwRkDQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-iri@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-iri/-/actor-function-factory-term-iri-4.5.0.tgz#712c5750260ac03dde2e224b2bdcb881550c4c91" - integrity sha512-LZ3HHdBiWOmNnulKdu+7XhcJQyysRGwtBvIkW6WFnIvQpapeHC/KZO1gD2gevUDo/VJ3l5Rg6bcPY+InVnPDug== +"@comunica/actor-function-factory-term-hours@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-hours/-/actor-function-factory-term-hours-5.0.0.tgz#17968482b7e65a9afcb10934fdd31b1289425cdf" + integrity sha512-v1JYhQBOBy5Qu1PIbvtnztDv4E12YWofXEM7wmICQ32JiIKtoTjSb0RUgnKkmGqgzwqBIgKY4TFY28hT4a41tw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + +"@comunica/actor-function-factory-term-inequality@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-inequality/-/actor-function-factory-term-inequality-5.0.0.tgz#77dc7dff126be8034f8f511f0bc351d1de3ce41d" + integrity sha512-EgekdYRRqtTSCNsBtO7+8+HLPVjnYYQ5JXHkxtt04GwrS8nse5yk8cUiglyArprCSO9N8jPplmYU4QZ7Yq9I7g== + dependencies: + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + +"@comunica/actor-function-factory-term-iri@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-iri/-/actor-function-factory-term-iri-5.0.0.tgz#1dc466b7a1b7d7ec6cb971735e376b4b549a6d7e" + integrity sha512-lJWFGlD9AtVdagy3C6Tu89iMq9F7CgVxKesGfiGP2e0qJKSjp7V7WtYshA7a5euPow+oqSMvNGiV8VC6f6KUHg== + dependencies: + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" relative-to-absolute-iri "^1.0.7" -"@comunica/actor-function-factory-term-is-blank@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-blank/-/actor-function-factory-term-is-blank-4.5.0.tgz#86ff92e1d430d960f215d6c4af66adb9f128abaa" - integrity sha512-hUlXgv+gJn7XyZQn9KPpi9R4ss+cFSMWxVvp02ZsmTZ8FKHYYkVP7CyGT1DqkBi17AjLlB4OcotjxY9qu43bTQ== +"@comunica/actor-function-factory-term-is-blank@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-blank/-/actor-function-factory-term-is-blank-5.0.0.tgz#0cc3f55e29a4c396692325d35220a463a4a5912d" + integrity sha512-kqZNdJzVXGTAm0emyM17BJxr5ntQo2kRoLClkNIeqAbpLG4fTScnvJDqfJWV9slcdxk4KAJ8MfN0Sjp61xIGiQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-is-iri@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-iri/-/actor-function-factory-term-is-iri-4.5.0.tgz#ba9524ea5f42fc3ecb669b6da088d438c993e911" - integrity sha512-OzTNf4Lq+80x4M4rhHrptjJTpdu7Icl2Sk+K8B9v1adAPvinHoOEgiT1leRVqExccSstdtyOwBYCCBsJ/fhXtQ== +"@comunica/actor-function-factory-term-is-iri@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-iri/-/actor-function-factory-term-is-iri-5.0.0.tgz#5357d08c475f4795e78f4fe670df56b148829e09" + integrity sha512-v04blaXUyfA/uobo2WHJay/TcLbOsoCi9dyz4aHVtoqZAGmtC5gaSAdHxj96A/78FyVfCHbvPdeozRjJ01CJmg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-is-literal@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-literal/-/actor-function-factory-term-is-literal-4.5.0.tgz#dd37f98fcffad1fc626e604420aea5295f737b4f" - integrity sha512-SagBQvOMHm8BiXLoCM2fhHerDXYlfwgnnWUiVbK3M1y9SDvynItc/Wa/BpDbimS/EMmkJxIGjnVDAEQryX7TMw== +"@comunica/actor-function-factory-term-is-literal@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-literal/-/actor-function-factory-term-is-literal-5.0.0.tgz#45a618706b60b0e979c1a6831b3614f4dab2837e" + integrity sha512-3UPHUUCbwVzbCaI2DdgSVg+gl7tJjttA5EAkZlSktW0WtyTlHpgNekjDaCuhg+k8bS9KAxKcH+st125suTpCBA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-is-numeric@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-numeric/-/actor-function-factory-term-is-numeric-4.5.0.tgz#0506c11bb6d0da62923f08887b37cd2663bbc03b" - integrity sha512-aqt73wM21ROHUgXsMZKFiJX2johJ7j1SUvnPfdCIIeUYTuxCKSjVR6sXNLH7F+u5kcXGS5hJwaYIvl//u3DqMA== +"@comunica/actor-function-factory-term-is-numeric@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-numeric/-/actor-function-factory-term-is-numeric-5.0.0.tgz#2d29240c20021f47571f02810eaabe7df56f0aaf" + integrity sha512-YfR+jTznEwmQ5BtN7epN6yQ1UhJD89MH6gbZwQ4MeEWoStZZX3m9HhGNWdFAym0FHMEUwENzCTe5HvKzVzUTDg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-is-triple@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-triple/-/actor-function-factory-term-is-triple-4.5.0.tgz#8812ad055240127e0310214d8d83ad01b251bb65" - integrity sha512-0P9zR8o3/zsMYjmPvzX84dHKkQz2ZP5pjfactN57oo+SE5wCX9sb4w4WwN9DZwFifjqzxX3EMMBQR5dR1A7sBQ== +"@comunica/actor-function-factory-term-is-triple@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-is-triple/-/actor-function-factory-term-is-triple-5.0.0.tgz#a4eeb038301940274a26018ec5612fb0f40f609c" + integrity sha512-+nU5wUI4B3J4ao2ZDZNcCz7PZE1Rj6Qy7o27pUxZ7MUc2gmUF+EPIQxoWDx44iUlF4hT/6tGTA/jAHv9tKneig== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-lang@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lang/-/actor-function-factory-term-lang-4.5.0.tgz#765810df6a9f4f2a026793a9467bfa69d40832f1" - integrity sha512-sS574SUxEtR8WTfM1U9QavjC6+SCRxbgEM9uKxVe7sTu73bs4a+UGM5xSm4GBRSKMi574xcSGDBRF8lZua44sA== +"@comunica/actor-function-factory-term-lang@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lang/-/actor-function-factory-term-lang-5.0.0.tgz#410af0c4c5b059ac50bf84e6492049b676804f95" + integrity sha512-7TR6cBUitPe9T6cxh8uTGg0Y+jEk9roBvTC8F9azSYjiQ22AkE2COKT4m/QmXhw93Fpq3TW6bCKbMEZD3oVEew== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-langmatches@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-langmatches/-/actor-function-factory-term-langmatches-4.5.0.tgz#b7008216492ff27268ba76f79ba5c696d998986c" - integrity sha512-VKX0DPiM70rXvtlHGBAiqWtRQbL7X8417+amOr7FV7SicC3vZhlRxQoO8VWMMRPtkJWDVbbzt6DQAMIzVt4JBg== +"@comunica/actor-function-factory-term-langdir@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-langdir/-/actor-function-factory-term-langdir-5.0.0.tgz#49f3127c905a0eba31a7dfc23e4fcdc91174e27c" + integrity sha512-kmBAgaf8i7fBHnBLYgfQ5PHm1OGtcD1XM/CeMu7tyEFiTJ6Jh+JS8zjer0Z6EcpFLGEuujb9E3O4WdYHhaHUiw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-lcase@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lcase/-/actor-function-factory-term-lcase-4.5.0.tgz#3e44a909153a4c0708e764ff5b9322c68b42e0ec" - integrity sha512-AY8HhhGG7zJayAvRtxq/O31Yzz23lCf5P4Z2vjesEP1c0+fOFQJ7Dc6UkoxYHLmvXLtWHTEyNAv8khtEBTfEMQ== +"@comunica/actor-function-factory-term-langmatches@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-langmatches/-/actor-function-factory-term-langmatches-5.0.0.tgz#87ec2a57831c36533ed2ce1f1577c61ab565179e" + integrity sha512-w87HKzYh9aaPd9YUcxw7/jF7+kWUtoU9QP1IM7mEYz/vLKaVBg8vqMk4nvHnE3xwvEdbcs/DmtCEK2yrpk56wQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-lesser-than-equal@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lesser-than-equal/-/actor-function-factory-term-lesser-than-equal-4.5.0.tgz#3a81c664c92392791c909d58dfc01cbd43977d8b" - integrity sha512-uFT9J4fVwZN6JcCnZrCkWXWkUddrp6amu9gGJrwkV++7pS/CjsDDAXuxYwQqtn+RsOZrsc6kvEX9vptJqdqRag== +"@comunica/actor-function-factory-term-lcase@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lcase/-/actor-function-factory-term-lcase-5.0.0.tgz#f763009d3165e0e0b4968eca4f7ea2382b7f9dfe" + integrity sha512-yx9WL4RdkTjDN2FUlVjuIe/wdir+Y3Fqm7g/R9ptIvQB/9MqZUiRiDMkFU/qGd29YEESCrSWp9eH81hH3Ctbbg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-lesser-than@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lesser-than/-/actor-function-factory-term-lesser-than-4.5.0.tgz#7555011bf3f93a00e87c2dfaf31d54d3b931cc6c" - integrity sha512-K423u2M02PQxhfbc8O5mUGfYVwFft4IWgIYmIMs2e0KQc8JPHt8ba665ZWoSykkzTyIoR0bffXx83mjwdMa5mw== +"@comunica/actor-function-factory-term-lesser-than-equal@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lesser-than-equal/-/actor-function-factory-term-lesser-than-equal-5.0.0.tgz#c26396c6b04f4155bf69a7e55abfb058c8114966" + integrity sha512-3UkNogd1rCkDtd+uov+qVekCAfTIBTZiVMRw6PaRiJdNhDZaJzol8kqVz4+1DTyvPzuRRzXY1W0ImAh4EqDvAg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-md5@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-md5/-/actor-function-factory-term-md5-4.5.0.tgz#93f7b9c10626e2233dee9b9a403d0fd005f607ac" - integrity sha512-gzRiaYDyr1+ecJMGteO8/CSylhvRpgLpKBj4pMh4XOe1REpb9ld7rR8Lm3LzSVczr+DMabbXcPwInF77hf+drQ== +"@comunica/actor-function-factory-term-lesser-than@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-lesser-than/-/actor-function-factory-term-lesser-than-5.0.0.tgz#7f030412cabf8225b13ce17800cc579a2f1f75f6" + integrity sha512-Yk7/cCmd518JhVV4xV9UIG3QmNYHEJriYau4J9X+QfPkxY2YkoQ+M/+zEYHaiVgzv9QPYYTo+NNkQNatCS/pTw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + +"@comunica/actor-function-factory-term-md5@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-md5/-/actor-function-factory-term-md5-5.0.0.tgz#1dafb76e9e181c17f4fb3c9645467b5bb078946e" + integrity sha512-oT5SC0LN8oJasbHc95zq7Glw3MFJBQtbsifNYYmDYUk5Rwr+Q8IV64BHpj3iconD0KGB3zozdJjKOJ4hGAWQNA== + dependencies: + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@types/spark-md5" "^3.0.1" spark-md5 "^3.0.1" -"@comunica/actor-function-factory-term-minutes@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-minutes/-/actor-function-factory-term-minutes-4.5.0.tgz#2778b3fb31a10314cbc6a9dc7add0b21dd515b41" - integrity sha512-PJPr11nOfjPu7JiFZPwsAYNDlKP2dVcjPqmyMVYg0phnPS5QMqZqclAKPjZgK/A6ipWyLly5j9+uB1NiPoAaPg== +"@comunica/actor-function-factory-term-minutes@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-minutes/-/actor-function-factory-term-minutes-5.0.0.tgz#971803456cd159e50198da9aec5a46bfaac3de5d" + integrity sha512-0idK0Ug9LgwFFRkLsRiK5braRi9nary9e7OxVmgbxUnOOoZYbL+cHkWLt6Tm0tMN0YvYWN2JrFCb65+stGDDzg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-month@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-month/-/actor-function-factory-term-month-4.5.0.tgz#a5111c44556d82e762309b95a34eb33b02e4b47b" - integrity sha512-6HFV7p5rRSg8ZEKeAMeY2rpvO+MBI1aEnWkkm8Eb0n9Y9MID8RBDEoWjtim94L430xN+fzbVf2lnKEK0gG/k5g== +"@comunica/actor-function-factory-term-month@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-month/-/actor-function-factory-term-month-5.0.0.tgz#f1989f7670e7916cb2f32e1d1e9ca1964c4d6c28" + integrity sha512-Ou+xL+mtfjEhsUhOKQq++S5H0+Ki2B5gl+CH35LGM9DcZPILXJxa8NvYeyKkXaTAa25xCAJiCrPfvA0xrsaJWA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-multiplication@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-multiplication/-/actor-function-factory-term-multiplication-4.5.0.tgz#3a106965cd69839966437f2ea2359393f1e53735" - integrity sha512-cfSOAl8sKhkuJXRpIgz4Avm9ImjP074D3sjVNkptxoJsk+lMI21tbiaa7Kp6b88RV8xlHSMrzzaViX0SWD/rrA== +"@comunica/actor-function-factory-term-multiplication@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-multiplication/-/actor-function-factory-term-multiplication-5.0.0.tgz#7c4c855e2aaebc5cc3270991d3bf9abcf050337c" + integrity sha512-jxpktqvrMOQgkhKlXfGMPllpSGYXKaFBm98qQtVRHsYkcmtgYTlJDWSfni/79mhvJLOZgYp+Ziu9y8qDaEXFig== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" bignumber.js "^9.1.2" -"@comunica/actor-function-factory-term-not@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-not/-/actor-function-factory-term-not-4.5.0.tgz#227439d81ebb2fa407a7b7c6fd801afff69fb1e6" - integrity sha512-W9Ux+wt2UnjHJVxyLIprGNCWiPJEGSxKBvldRZq4Yaf3O3ZsAShAP5wLzp4+jyI8IX4IFcEaERg1Mek5trl52A== +"@comunica/actor-function-factory-term-not@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-not/-/actor-function-factory-term-not-5.0.0.tgz#f2afaa5ce01b0e231d63bfbeca0e945616fa35b9" + integrity sha512-Zwi0ekRKnQjgdpZYgq5oS0Qc2kWDbE/TQZumcuFxJMPBncsvG/R9meNS/xTIFgUY/DJDuxNQ4txMqCeUIfxHoA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-now@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-now/-/actor-function-factory-term-now-4.5.0.tgz#18e53f0f0c3bc8eca376e6356d6d8ce1c29053a9" - integrity sha512-bTnQUTg6tNO2orVMVCwMm+qhP61ye91Deabb5HNiDOaE9s5WVNbyyiWxVRmNx0TobPfveiNE4yRuYpHJNbMRgg== +"@comunica/actor-function-factory-term-now@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-now/-/actor-function-factory-term-now-5.0.0.tgz#dba99878928dfcb46c534371c357a7202c2750be" + integrity sha512-VARCHzgBwzuMNYKc2If6dMszMeDUOx9RSisCOb19Gc5GUmZNgmdlrCN3p3xp1o10SP6BA0Mf5Xc+ELb4jyvooA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-object@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-object/-/actor-function-factory-term-object-4.5.0.tgz#4e28ae18a6f3c62e441dfb32154aec11b923b985" - integrity sha512-AkFP8DgitOm94NygOc63Ow10kfU8HgcV0ndUOjwkanBXDsoErwd/cZTu5FSEYUP4XedV+RC7qVKp40m51ENggw== +"@comunica/actor-function-factory-term-object@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-object/-/actor-function-factory-term-object-5.0.0.tgz#6326b3a892f61382e755769325c563e51a65e7c1" + integrity sha512-TulbCyuUO9XjvZgCQ4VBhbn74P/3TezJYeZ7+5Xv/YN9oCIvp1V6mL34Zw1uGOf/X8djLLag/3sNyPWdD9Sxtw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-predicate@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-predicate/-/actor-function-factory-term-predicate-4.5.0.tgz#d8770e2604a98d83dd056fcc2e3e58b79094815a" - integrity sha512-ceMRBdVHXwWkwZXhE8LgnzacHy6gnzLp95JW1nnEf9Q+/ADE8tpx5OGE+W1tFrCAJbvfkVCRldz6qOXNCqhTEQ== +"@comunica/actor-function-factory-term-predicate@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-predicate/-/actor-function-factory-term-predicate-5.0.0.tgz#fb01fc3ff105a60895769d54b637e8df09bde07a" + integrity sha512-TtWy4EI4bsA96wWtCp1mKinIW91bWlpMTE3B/lyWH3ox71XDNh96LerQPUjLUjKzCZ5KTcgGB22Q982TUXoabA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-rand@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-rand/-/actor-function-factory-term-rand-4.5.0.tgz#67a767a67f54491e3ebb8f0e5fa97618f3a9db2b" - integrity sha512-5ORuC18AVkWtvWYjbFpFtB9Noxcw+rg9EI8KVYmN9oE4zW2s/SV8lz4Ybu4tWU9/IvQmyRSv1gr4MZ1OS+DMxg== +"@comunica/actor-function-factory-term-rand@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-rand/-/actor-function-factory-term-rand-5.0.0.tgz#b06de0bd44e08135781bcc5b5337bb2be1eb6d4e" + integrity sha512-FPqPOE0sEaPUfYookjXO1eiTek6jdR8ehj5FcFnOkcR7OZVPSzdCYgiKVRAp1f2aFX+j+73PoW42KTqV44urXg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-regex@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-regex/-/actor-function-factory-term-regex-4.5.0.tgz#393bccff595f998ac55094c021027865916cd004" - integrity sha512-HpUlfaDfOJ4PmaJGr4gUE2cpbFG31wcq9E0DNlDi6OlmMyTv1dYBOA0chiC/3bPUJ4JYADpgePu7kruNtEhgwQ== +"@comunica/actor-function-factory-term-regex@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-regex/-/actor-function-factory-term-regex-5.0.0.tgz#826c6087fd14067c2107687487a9ffcbdc190b7d" + integrity sha512-YxXdTpx3df78MMRTX7O25j73XG5u5gCx6ZwsCzExS+Z3skSoP/NDFU4lYPLGF7yjN/kp/WebiCnQsgq/b8MmKg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-replace@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-replace/-/actor-function-factory-term-replace-4.5.0.tgz#f64aae664826a037f2d780da69b9c3fc589fddcb" - integrity sha512-eK/u8+MUB9miUlbH3ZpzQrLFdiXEZSLszOioumGyMSJSbBlASJs1CekKQ90Ed6o3X1vZ/hVlEW0gJNzW/1TkbA== +"@comunica/actor-function-factory-term-replace@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-replace/-/actor-function-factory-term-replace-5.0.0.tgz#fda01ca61dd211fbae0625eba6b33c975647200a" + integrity sha512-Cbru1SX/VI7phMX6XjUHkoS1MkHR3DEAuI2NyVJzfIaAP/d9t7tl38y0QoTHowEboTO19tEb4m2SEEjadQ/e1w== dependencies: - "@comunica/actor-function-factory-term-regex" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/actor-function-factory-term-regex" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-round@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-round/-/actor-function-factory-term-round-4.5.0.tgz#2b659532f1ece964d0d4deb6047fe84a18e5fdad" - integrity sha512-6VWjonN/WZiBpxSOKI4NVvOs0H/O4+zTuhv4JtWwHjyKLkT/nhbNi0UtU/bnMKEsuFH0tSdNMJxfbOXaFzqgMw== +"@comunica/actor-function-factory-term-round@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-round/-/actor-function-factory-term-round-5.0.0.tgz#a174a3300d0e660ab67d4ab9bcde4a5738001425" + integrity sha512-aU0d7JysRP6eU66wq+Pryexme0Bura/3U3jWuFH/6Z7iPD0ZbRJ1+Uo5YVgaDUKDPtM53xEyjpD04gKon17SnA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-seconds@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-seconds/-/actor-function-factory-term-seconds-4.5.0.tgz#ee96da31e42c0a5567de8f6efe6cfa61ea6704b5" - integrity sha512-kR1W9A3rZCnpgE75itDFVuZxejBKVOOxX0j1rVP96/Y1Fmsovm9sPo4pbTFTMTROuesICAWux7TP1N5avBWFaw== +"@comunica/actor-function-factory-term-seconds@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-seconds/-/actor-function-factory-term-seconds-5.0.0.tgz#fadf529019fd1d7446bda41e0817bd51dbc473f6" + integrity sha512-B4TM6MCQwBBJeMZlE9WZmrrOC2JERj3CitM/R7hv3npZtGXWAB5TobsNEEnLV9cIEUgzYgUO0vLRCRTdHHUiGg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-sha1@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha1/-/actor-function-factory-term-sha1-4.5.0.tgz#869353d0e070a5a1a5a70fb297be5430bac760a1" - integrity sha512-ydGrQVq46uCHAWYUpA2cKGtYvITxl5MsWlqRnxlfnDHgZZI2SCP+ck+im6xBEvIHpMX9PnOQBWoEe1qAJ5NW8Q== +"@comunica/actor-function-factory-term-sha1@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha1/-/actor-function-factory-term-sha1-5.0.0.tgz#5b3297978203e983c5271558e52262abdb5ee6cc" + integrity sha512-ndHq7kPWkstVOGvizxhoQSEXbDQSW8FAaxrRjkmRZxnQJNOWKo8Gff0Ilu7xh/o56hFycTCV/tBxbGfjD2j03g== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" hash.js "^1.1.7" -"@comunica/actor-function-factory-term-sha256@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha256/-/actor-function-factory-term-sha256-4.5.0.tgz#5bdf16912fbbf780840f3b5cdafd2e5b9767e3db" - integrity sha512-1fOo26Gc5oBEEJypbashF2KolrQfV7Z8OS6d1/sNA8NA05u1R49OWza3p3w91PAIOToGI5QiiIIgCn1bzpUwmQ== +"@comunica/actor-function-factory-term-sha256@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha256/-/actor-function-factory-term-sha256-5.0.0.tgz#722c09d07ed8f81bb1c2863843b80f5a3d01bbca" + integrity sha512-Tuh4BiOrs4mnHuqRqBbraUE/5JPXl7/w/dNjByDVK6B2CefrcsVCsKHHg1AXrO4kkZaz8TclrdnaoSxZx+3eXg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" hash.js "^1.1.7" -"@comunica/actor-function-factory-term-sha384@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha384/-/actor-function-factory-term-sha384-4.5.0.tgz#d7fa09fb65358cde66991065437c358c37385c8b" - integrity sha512-2n9XIEU3ZjqWOeJHqzMziJdLouz57BXyGKUV44buOM/m9zZjkuO0oP+VI44YxcltUvxzwZnkZE9HpUDz3IgdBw== +"@comunica/actor-function-factory-term-sha384@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha384/-/actor-function-factory-term-sha384-5.0.0.tgz#fe6285e8a44714d4b7855dee989477c40db52d29" + integrity sha512-A8BLsNCL1Fi9/w1F8EnBhv9EDCfyvKO6P6Tia+/BM2wlHEoHDxPF8Ellqh/sNZiM4/nVxf2XNz3ylU+OjxOpXQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" hash.js "^1.1.7" -"@comunica/actor-function-factory-term-sha512@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha512/-/actor-function-factory-term-sha512-4.5.0.tgz#9fa37a3873f56e6b43606a418cab78f19ad83b78" - integrity sha512-60pOulMI8QmW2KWNfOcfC3LdeqG9RnqMMBV/UGbdDSvQpTWQDxfeGj/qujCTNQz604+NCe9FGn2lz06YIFY2aw== +"@comunica/actor-function-factory-term-sha512@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sha512/-/actor-function-factory-term-sha512-5.0.0.tgz#61ec0b26ae8b5ec1af15c93935e0f77b575d7527" + integrity sha512-RdS/ijUIfGgHvFl7SGFK5PPi3SmS6ke2Y5q++cA643CKdkoDJ72BM5YX1ML+IBnaycPe+k/x3x+PYI6xuQONrg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" hash.js "^1.1.7" -"@comunica/actor-function-factory-term-str-after@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-after/-/actor-function-factory-term-str-after-4.5.0.tgz#40163107df8670064d0373f6f2eb656022898ed5" - integrity sha512-JnrkLjqr31cF3Cw/ojAcnw0MZrZsLFZR7P6wlWo39DOIYPAvP2ztzaJZYlIeYIJn4+BIqiA5wrOBGGrDhLnwzw== +"@comunica/actor-function-factory-term-str-after@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-after/-/actor-function-factory-term-str-after-5.0.0.tgz#247966128c9f19a96f2c95614278107d1eed5127" + integrity sha512-+pgzZIvKGQcZzGgADDcZl8C/NI+Om94QlLtHk0uPv1ri2Z3iIG3+Aif8jfeVxvgP9j2nsQQV8IGiiDnTNu+qQA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-before@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-before/-/actor-function-factory-term-str-before-4.5.0.tgz#a00bace89fbc198e15e9185ca506b27bc1004beb" - integrity sha512-Usdx/eZBwzMqVz9EFNFivQDL5s+fS6GkQ6aDL7RunGI0eRaLKYpk2lhCULuauQVgdpg3BniMVW6gnwAqgcoJZg== +"@comunica/actor-function-factory-term-str-before@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-before/-/actor-function-factory-term-str-before-5.0.0.tgz#a3d16ac4108d8a9a98309c1832da3ec716e10ba9" + integrity sha512-4Cf0JJOuY7ikOy1A+uzbLlNsR2OcXuPA7/PVQf2BqlHBMllx/zVfOpizZXu+x7dtI4nbenKsV/BoZ+YQUMIWmg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-dt@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-dt/-/actor-function-factory-term-str-dt-4.5.0.tgz#5dd79404c17b1c4054549768437c983501cdbe52" - integrity sha512-X+hIJ3RgtEnfvYsxVqk1KDanGI6wN/1Y7HVM7TU+ErtXq1zLLA7V44F0kL4l8eH94BHnXONUL2IvBjTcNx3ocA== +"@comunica/actor-function-factory-term-str-dt@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-dt/-/actor-function-factory-term-str-dt-5.0.0.tgz#454903fa48cb9e013c75f0c2c510284f538fcc03" + integrity sha512-xAPHsb4nRQxqxHXIHleyrp1k6EC/rq1cFJ1kQCdj9qux+hQzMGNJPS+m7v89u+CUInFYrvxygxbPLcJ2GGBrTQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-ends@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-ends/-/actor-function-factory-term-str-ends-4.5.0.tgz#3da47e5879742d12094ae50cf3e944f3fe6a7e8c" - integrity sha512-yH54gsUdIXEEgLL1Q0TF8GXM2l27//TipImXk825yBzpSF+MvS4QlrRQ9lAfJjUFeHrUvqLYrC8mLCtnsbHhdA== +"@comunica/actor-function-factory-term-str-ends@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-ends/-/actor-function-factory-term-str-ends-5.0.0.tgz#3f94f0cb5faa49d107cdbed1759f50515ee99226" + integrity sha512-aF5bEVIV8olGh/cHNFK+Gp07MnznWKbcTaFe5mH3MlhA4s0YVKnGZVhLu6eNY12p6Hxq/k12UbKUPdWB+Jo0Pg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-lang@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-lang/-/actor-function-factory-term-str-lang-4.5.0.tgz#680f9e415d973d66c8175d7f814e8c325ec23a3f" - integrity sha512-uupsgyA4NjzO7wYsswfuoSVEqtFJreRk02zjggcISUi7TXfDBKiqyzDELNveiSVK7gDUk4vzbbFuVnT35/fJPw== +"@comunica/actor-function-factory-term-str-lang@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-lang/-/actor-function-factory-term-str-lang-5.0.0.tgz#88e51ad175223fe1854eade81ed7036799e4bb70" + integrity sha512-k7SsGipGRgbavaGkACR+pS3PdFCmVl5n2Bq4RD8i6mBrC4rryn84I1m4QhsvKi1pQE0QgnPBfkkIyQtSe3htCQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-len@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-len/-/actor-function-factory-term-str-len-4.5.0.tgz#5a4fcd3c6f0968568a153c6c35cb8ea1c8ee4925" - integrity sha512-2sr025H9rj7hJIO0evfNYj2Fm6KuaC4PSi2hfIy/DGd7uaWPvf+5d+axfsL/gk48SZPjcGyOgum6tjbm+/iS1Q== +"@comunica/actor-function-factory-term-str-langdir@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-langdir/-/actor-function-factory-term-str-langdir-5.0.0.tgz#5b879bde9f5454435bc8e5767401ea3c44e017de" + integrity sha512-Zj6+/P6Tlq591biNQnaLmsCncm6c9ZbQLAZjk9OL1W9vDVUXgJYay+BQrzXUV/39ytCPaFD06/V8RJVo3vKS9A== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-starts@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-starts/-/actor-function-factory-term-str-starts-4.5.0.tgz#4a7473376b062f3d0dc280a7e19f7d4936ba8c4a" - integrity sha512-Qw4jUMM5SQDcdtTip809CLN2LU9nOlK5QsyN2mG7HTHwf4QjnxDXozq2C4fTbUzgYGMTROgQO/wbTPhzMKdgeQ== +"@comunica/actor-function-factory-term-str-len@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-len/-/actor-function-factory-term-str-len-5.0.0.tgz#2ae4711feb4a33ec9d2ada692a24eae852c6460e" + integrity sha512-13B+72x6mrGbqTvEyHZ6FDSKnidQhIEoHIp8G3kGu2oOTmIkaGTiOrflhoZCgcoLNWTpdYJK7DWtozWnRG9k/w== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-str-uuid@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-uuid/-/actor-function-factory-term-str-uuid-4.5.0.tgz#9af6bbb80591cf664c09dc262c60776f5371147d" - integrity sha512-Yj5bsRkQ4omf85L8bMqjRgIa2sd+KVBvMvD04zAie5KcbnH8zMSBG62o4MCteQz5jDGZsyYmX9JeUXhmHA9UZQ== +"@comunica/actor-function-factory-term-str-starts@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-starts/-/actor-function-factory-term-str-starts-5.0.0.tgz#ad087f2afcd10bddeaab5018e3e8064a18eb5008" + integrity sha512-3SQ0hnlVDITvs7fhhc1mcTeTOBWAojXqJPnAEGHLXZt9sor6RMAoILtMeGxSEbFayMrz35OfKewh7hemJFwmOg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + +"@comunica/actor-function-factory-term-str-uuid@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str-uuid/-/actor-function-factory-term-str-uuid-5.0.0.tgz#c41ccbfb00c908b4abec39c12a18defb787af0c1" + integrity sha512-sZpAkWgiWlVGw01De14KRIEaQjivxViOWK2JqxAZCB9pq6XMf45a9cSAr9P5rpBx/DgNl51hzMvR4J412GaMJw== + dependencies: + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@types/uuid" "^10.0.0" uuid "^11.0.0" -"@comunica/actor-function-factory-term-str@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str/-/actor-function-factory-term-str-4.5.0.tgz#0cfa4121e7cf15df447a1c9b7027419a537f3c4a" - integrity sha512-E1vrSf+tIL2GX09+ohqY9rjLidFmN33UnarWWOxxkLJCNt6biKBHR/D2eA8r4yADVSn5Ir6DBplns+xZcPE0jw== +"@comunica/actor-function-factory-term-str@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-str/-/actor-function-factory-term-str-5.0.0.tgz#13c7e9836a71fe8b3b425af5123907cb0d7d27c1" + integrity sha512-Usq6Ha8pCKJqoc16/8hVnv3TEKCmQ30l7Wv8vLVpf8R6s4EGGWo2ksMPDnhdyckfEa4FKGmpDXufvAtBUmZneQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-sub-str@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sub-str/-/actor-function-factory-term-sub-str-4.5.0.tgz#f8577914048b513761b0f3d2d10f60009704454c" - integrity sha512-br0Ihpcpi3D71rWOTC4BvLiIMJT2Qtt8wZEJGNEfFsLV9DfQIO3YhpFuMyPxGZoW5vkWuFVXzmqcK0JuwjLXgQ== +"@comunica/actor-function-factory-term-sub-str@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-sub-str/-/actor-function-factory-term-sub-str-5.0.0.tgz#2644f9856803610d31fdb5dab4097b2c57f35a8f" + integrity sha512-WJ1CZQ/hZss3/g0Q4yYPra581Ltg3tYWpbWakfQ+08cRPEKkq2tWo2nXvZUxGZruzGyT7gKCb7i11RczIVOgww== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-subject@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-subject/-/actor-function-factory-term-subject-4.5.0.tgz#7c87e8d2003b1cb96b3c7b0111e179cda3d24ceb" - integrity sha512-9C7qD7BZ9jj+S//aXGvYqNfA/HCPBAPzWz7bBe+eONLnLE/7GjlNj9wspG51gh/gZnJMlUHVLxrLAMR4AxLaWw== +"@comunica/actor-function-factory-term-subject@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-subject/-/actor-function-factory-term-subject-5.0.0.tgz#4f09510fd5895457058cf0742c85ada2b14b28de" + integrity sha512-zeSVbeYOGru2cxrYVgwBhvxYbr4zYpoivFmYLnomAU1oRYF8MlusoZszpmOZV03U6drCLrnMcB021MXrY/G+XA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-subtraction@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-subtraction/-/actor-function-factory-term-subtraction-4.5.0.tgz#cecb80ca7ebb3b0b8ccc7a67d1a5e176588bb3b9" - integrity sha512-INkhG5dQZekt3W6tUL4JIjO1ZVHV31OQoAWQv4GEs/a19WM1EMp3oHlHqo8yOqZgnWbBMb9oarOjRYINthaLZg== +"@comunica/actor-function-factory-term-subtraction@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-subtraction/-/actor-function-factory-term-subtraction-5.0.0.tgz#9565e2108149f94f8ea94b0ff348df25bf0afb2e" + integrity sha512-pBdiP5wkAcygkNo7g52OWZcdjJatKy4KNG5re/nT8P57/9h4LCNT8XQeRlYG9+UfWsO6DdFI/tR0ubJ2NlqBww== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" bignumber.js "^9.1.2" -"@comunica/actor-function-factory-term-timezone@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-timezone/-/actor-function-factory-term-timezone-4.5.0.tgz#df2a0f56856494ac32ecad81605b0db5ec1df83e" - integrity sha512-N44SF5MfzjFhRNDtjJO+E6lfJBX639Ogb2Oc4x2Qh9aj/OUuHuwONEtCwaoUADIThBdDiTTGhlsfwe0tUY3e7A== +"@comunica/actor-function-factory-term-timezone@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-timezone/-/actor-function-factory-term-timezone-5.0.0.tgz#fad5e9967131793393f10c2cac09fc33b7ef1add" + integrity sha512-WPaz6IZI+Hzc6pTC5I6HKcSyN1Kwha88sEWiIiy6F6gkjynNXjwQbFVEOyTr2RBY2UmVelBOqIsWMbXDlUyppA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-triple@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-triple/-/actor-function-factory-term-triple-4.5.0.tgz#541c8a43fa4b88df1d9dca891dcc6dfcbd3a8cbb" - integrity sha512-U4yIpuR6n2w9YdRXhrONV34ju8CtVm8jA0pBopnFYK/GwnJqp6YIn00B5AC/WdKDUVZUDgNu9j+XgpwJxsN6pA== +"@comunica/actor-function-factory-term-triple@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-triple/-/actor-function-factory-term-triple-5.0.0.tgz#02acbf36cd76926ad9e83beecaa44c4d3b2477fc" + integrity sha512-RGHfl8KI3E8iwIOO9VGzJlg4KichCeCVfB0rEQMeV73BdAjCTYbKhVwqpQCFxmUjtG4TE4wQ4NCSyrIOXH49Bg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-tz@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-tz/-/actor-function-factory-term-tz-4.5.0.tgz#54a1de25433f8b0abc2cebb039fcde309aac5530" - integrity sha512-wliS6iY6eDbezKYs6CsVoRqvM6ZVNxKRubEexJYyVPy/DF/KHi2Un0iWQGYu+DM6rRQ5gD/kSjmO5PUjaSvtpg== +"@comunica/actor-function-factory-term-tz@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-tz/-/actor-function-factory-term-tz-5.0.0.tgz#821db46f153efcd34a0bb0cc8a208ffc703bd27e" + integrity sha512-hyB+DWFLzX9BBNdoSjA+6uAAGoOUL3gwDHWERwVxio+XlbEFeakEUEhitK6yFpk6VLGsbdKcqx3MMw4UzElePw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-ucase@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-ucase/-/actor-function-factory-term-ucase-4.5.0.tgz#e80ff67377b74e69325450ccca7054a4be0d74e9" - integrity sha512-ygsPFyHpE1vZQvBdLiFsSMrQDw7XVl8KDlWMl0Ntj7w6UZt+DWHAfXzxn94fr2OfBrqguqRc8MLQTsX5IjK+Mw== +"@comunica/actor-function-factory-term-ucase@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-ucase/-/actor-function-factory-term-ucase-5.0.0.tgz#9e69a607dd91112b31d18a81c4be1d0ffff99307" + integrity sha512-NzxdJK9OTZdLXBrriRFbVriPF01Wc9LsXhKlu2yhukGgUjOJs/1M7bMIlUWtIrVV0rNxOadkRKOLfYZVO95vwA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-unary-minus@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-unary-minus/-/actor-function-factory-term-unary-minus-4.5.0.tgz#b27d79c986790fec39689d58051c568e7bc890c7" - integrity sha512-f3FsopxQIIIiBQtAHcW4KjW3/RAxAjgNPse2BumY6igUjY8vkYPiqRDMdQkl+iV0tLprGYu0BXyj95F23X/wcA== +"@comunica/actor-function-factory-term-unary-minus@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-unary-minus/-/actor-function-factory-term-unary-minus-5.0.0.tgz#e469dffafbf5c869a7d298594b8dcd6812318101" + integrity sha512-uzuzvoBBs5XxfFzSlkR122nXbNhdzflfldHSfrHtxSSr2XdR0PVz4A7YyWZUwaR7oM2iVWVtw4KYm1kIiRYmSw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-unary-plus@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-unary-plus/-/actor-function-factory-term-unary-plus-4.5.0.tgz#bc479108d5f8853fca16aa28668524e107da46a2" - integrity sha512-CvJhzQE/TyyVgvbkSEyiLX0NWAeiH1cOkpWTCqazpjRoTsyvrmNQnrdO/c8yPOyylRMZ/sA7Glad8KyBVdTXqg== +"@comunica/actor-function-factory-term-unary-plus@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-unary-plus/-/actor-function-factory-term-unary-plus-5.0.0.tgz#74aad4fde6688e3106c243ddacef2927cf9ad265" + integrity sha512-buZuQ+JvwcBHF4Vem2lFNqRGM1q0w/dQ16FsRoppowPBkPvcig2nD91IOL+zDkN0wT9W+l7U/q7f1wFEcV4OlA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-uuid@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-uuid/-/actor-function-factory-term-uuid-4.5.0.tgz#4640775398e9fc83ecc0fea651549c742411b983" - integrity sha512-AHDwJR0DxiQexuYLH6EhOirMYcoOOuGW8KhbmCnBilVsx8juZF42l/xiTPbXXEE7QlHGiJImGxkUZF4mcidX9Q== +"@comunica/actor-function-factory-term-uuid@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-uuid/-/actor-function-factory-term-uuid-5.0.0.tgz#daab6e657ec02065f015d0c2e3a5e03c6f4299b6" + integrity sha512-bWHmiwOBi2OlsXMUOcb2r6njPwKRkqeH/1eK1KjNE8sfJCmSU8u5S7eaEWuot27bQGXlGnYJpqpJ/zK24qfQcQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@types/uuid" "^10.0.0" uuid "^11.0.0" -"@comunica/actor-function-factory-term-xsd-to-boolean@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-boolean/-/actor-function-factory-term-xsd-to-boolean-4.5.0.tgz#448884f51f83a20f7c9f95284e7d927f6be37fdc" - integrity sha512-W6uIE3lRGwOpeiuxV7DclRMchm4l2Pnjb8AimAkI8DTt1Q/hEsO3MmO06Fx098OZZCpMk5kV89up92VOKaZTaw== +"@comunica/actor-function-factory-term-xsd-to-boolean@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-boolean/-/actor-function-factory-term-xsd-to-boolean-5.0.0.tgz#f85918442b10d4444d952b4c4b05d61c20be7681" + integrity sha512-3sm1Rmyydf366050NvSINF/q7Ea4jqHrkJTrW00KtzAjnKRH4KY+kEuTXf7K455PJfpL3VX40xXkxBmdg7jYyw== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-date@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-date/-/actor-function-factory-term-xsd-to-date-4.5.0.tgz#5c0255e60a3371283e70b5c455e757d6ff94a032" - integrity sha512-mItiMbvoz63VgmkSYWTvqf9w9OnPXzhpe4WYSV7vKnMTmwPflCAszM6glIiN+UXKNhYFBeqXIxrRZ/fFJPu4Ag== +"@comunica/actor-function-factory-term-xsd-to-date@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-date/-/actor-function-factory-term-xsd-to-date-5.0.0.tgz#b0c0fc521fadf8cf17b4dddfc36a6d792a92cefc" + integrity sha512-Z+VNgUVqaDBBZH4cqVOtMyV+EcSKoGFvIkLt6qB6b2qkS426YbRzv3kQNUcB9PaJW0mkIojQjGKCnolzUI9Zzg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-datetime@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-datetime/-/actor-function-factory-term-xsd-to-datetime-4.5.0.tgz#efb6b8f9cf2bded699c64e44a6022f32921a14c5" - integrity sha512-U54xs8vL9lkpHyJBwZA4Ed/zC6twOGPl05ApFomsyw4JYEoF0T9MyGQwJgwrDRz6NLaNdbrjtrC3BN/sk9XIdA== +"@comunica/actor-function-factory-term-xsd-to-datetime@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-datetime/-/actor-function-factory-term-xsd-to-datetime-5.0.0.tgz#3e3a74780a648c29d63a1d1c42c5de751dbebf0c" + integrity sha512-FCeLF/i3EzFufBTQJsLjTC65ctZzqJXpoV2LH7qdKxDPrSxXRlPFI61zkESM4xY77r2/Ft5gsbtnr+skpYXoyQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-day-time-duration@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-day-time-duration/-/actor-function-factory-term-xsd-to-day-time-duration-4.5.0.tgz#e78ebfb70613ec56f803fbb318bfc25119968e3d" - integrity sha512-9LDlkfdjpeLf2sJCCTK4JfPUqAfZ5WC3DDb3JiKeSWn0a63o1bUuvznEZniqZPJ0XPDJ3uYd7oXRlWGHP8TCKg== +"@comunica/actor-function-factory-term-xsd-to-day-time-duration@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-day-time-duration/-/actor-function-factory-term-xsd-to-day-time-duration-5.0.0.tgz#dfd6d9b65c60290e81cb371d6f13665658a3c002" + integrity sha512-Jr8VmDmruszVjPH/3If08Cenh9vsgX59iRk04TQIPDLorZESOIOBjf9P9K80YKKgt1vu5aOTVeKek6qzXc35Ug== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-decimal@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-decimal/-/actor-function-factory-term-xsd-to-decimal-4.5.0.tgz#36bc3ea112d399bd7bd7c0f06ba1738e68960a7c" - integrity sha512-J4mhhGWpkm7K+vJTzxoG7Skon/PdasA2Tl1OUOYboU1SBgaEsIovoIxsDqdVV6HU7O4mHli0ZXH9HM5KVM+GXw== +"@comunica/actor-function-factory-term-xsd-to-decimal@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-decimal/-/actor-function-factory-term-xsd-to-decimal-5.0.0.tgz#f3459717e481b07a2ddccd3c5503a5c99c6e4d87" + integrity sha512-vIO2/a/u9Aspb2Hz28K9Q0Lo+WeD++TqdVPPkJdj4BpU4CXr6qdCWi7d06tTgSWCgpPMo4tbn4ok9rs0r/eskQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-double@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-double/-/actor-function-factory-term-xsd-to-double-4.5.0.tgz#3ff3bd355a18505f310cd02fba80d065a25333ac" - integrity sha512-CsoZVOz4FqEGlyRvFDwhtFELL8hSRysiDD78b67esqEWMYWVPfS34/SaRjgN335tkIFiCM9xEq0vA0I2kLlsnw== +"@comunica/actor-function-factory-term-xsd-to-double@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-double/-/actor-function-factory-term-xsd-to-double-5.0.0.tgz#dabb4d75f18aa4b24cc2603d6bcd97bf3a114b37" + integrity sha512-RbO8qswCd15oxC291/+ndoKF63ZOQJ0yp2xqh8DAfYpsFqBIXrncwfuO64ZDlZ9rWGWDlCr0SvvPDAnW8ady2g== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-duration@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-duration/-/actor-function-factory-term-xsd-to-duration-4.5.0.tgz#128a25214297786b42e36d511218bf67e6be884b" - integrity sha512-djMWp2ZXz9ffY3JYivsgCH+tJQLia53P0/sqLXuCeJoPsg3QpKoSpwy9wIBkAcaLatAhn6jQJAZTeEVWPNlY+w== +"@comunica/actor-function-factory-term-xsd-to-duration@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-duration/-/actor-function-factory-term-xsd-to-duration-5.0.0.tgz#56fa55461dca4f63e6a40385ec3e23ee6a5cb0e1" + integrity sha512-Rno+yIa2GYbTyxskvpatMIsjxXmuZl5bjNjQBOearN7zRcTLSlzVO52knrK1oqSWxQ2CYXBsovM569mIjBAUdQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-float@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-float/-/actor-function-factory-term-xsd-to-float-4.5.0.tgz#6c659bf269a5ca7ba403fbf2c5360d23cdee935a" - integrity sha512-F/BpWl3AEZeSoTe9TF3xd3sgI8g6F4q6+hekSQcp7LWLChn4ln+Bl4N+ZRocxIFJevFjGMnnjtoOi25iOhVx6A== +"@comunica/actor-function-factory-term-xsd-to-float@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-float/-/actor-function-factory-term-xsd-to-float-5.0.0.tgz#8a16a6da4720f028acfb240ed3a368a63239deb1" + integrity sha512-PRTEtiaiXlN6/fmSrj7xW8c9HlAwu8pchBwefIpwas86/ULENcCgRnEds2ZbLruuqt/Yq2M3XNfLenFxaBRVtA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-integer@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-integer/-/actor-function-factory-term-xsd-to-integer-4.5.0.tgz#839ff7983ebf596fd1c164c49313874a0ed5c242" - integrity sha512-diT42cLv4L8ZrlvL5UxQ50EXyZj+Id94RJUZjewmnFb13NWrfwjKKS6bdtFV+rNtiVPsvVOgzXyJEws6tHwjUA== +"@comunica/actor-function-factory-term-xsd-to-integer@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-integer/-/actor-function-factory-term-xsd-to-integer-5.0.0.tgz#35ffab54200fdda74e62d283447ca4bc58484be2" + integrity sha512-TEjCdysSkl/1unEgFcifGgzERMBzfqtCkzw6ckblGBmFdMjpZBhk5xPxAyycveAMoa2Sip18roCuP5plC6cPHA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-string@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-string/-/actor-function-factory-term-xsd-to-string-4.5.0.tgz#5dd7828d7841d47107049db17c485c5aa90077bc" - integrity sha512-WMKc1Y+leNhUxUUxlgur+Xbq9oHhqI/VUbkPlqcEYRGHH792d5D652a2yND8SbxpF7gdsPpoFYpBmmAwipsWQw== +"@comunica/actor-function-factory-term-xsd-to-string@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-string/-/actor-function-factory-term-xsd-to-string-5.0.0.tgz#d8b063773d51d88d221680fd313636c17b82660f" + integrity sha512-FO4r2TB4vgC3Ce5VipGw/usgcBYzJ+Wysn5EVcjKdD9Bygtj18OBJz+7sifmIeKh/OrncgyOIeBf0niiZUZihg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-time@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-time/-/actor-function-factory-term-xsd-to-time-4.5.0.tgz#4fe0f0377a452b3c2c4f11bbf004eba69f8d04f4" - integrity sha512-5C8e71T6FN0Wt1K0C2P2ooC1uBFid7UBkeGhB+GZvbiGcYe3jRJgTACgCGhONuqgIqNvrRuS0lbS7/eKp1dC+A== +"@comunica/actor-function-factory-term-xsd-to-time@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-time/-/actor-function-factory-term-xsd-to-time-5.0.0.tgz#d7169b3b31e4dbd6867fd76af119461d40c66261" + integrity sha512-Kl2shX9rzKnElN8CkBzDy+fsM1tClPpA2nmt29UbNFwXsX4WY61+l+dsn6UsERWjgor0XeilWCHq3mN37FVITA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-xsd-to-year-month-duration@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-year-month-duration/-/actor-function-factory-term-xsd-to-year-month-duration-4.5.0.tgz#5c72ce18430745baede9a6fbdb2a26fc96efb1fd" - integrity sha512-+wKVAq7emP25PgjyDZeBWF5hlOJ3SNOtMRM0lfU3cHgigxKs91BELss0JSdHwz7oxTwuxLMogAeA/sknMIvC7g== +"@comunica/actor-function-factory-term-xsd-to-year-month-duration@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-xsd-to-year-month-duration/-/actor-function-factory-term-xsd-to-year-month-duration-5.0.0.tgz#d52977d80d5448990c34898ef643c31d401ecf8b" + integrity sha512-lab/K7Cng41u3Ha3sM0ENBQpM7Tiq9pWkoedbNttmlam8INVI5KY2Q1ZcMTxz5DZ59++5KOT4IOaym2Ki/VNqQ== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-function-factory-term-year@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-year/-/actor-function-factory-term-year-4.5.0.tgz#cda6a2e465137fe10aa840e7a8d442adf670b8a0" - integrity sha512-o5Em71Rj3w+YnDbDE5Rkjzlc/enXPFxnFFesAHx8BXwqTK1Lqr2x2izYI1mZvjsy4czwtY7t3Qa9OKNc/AdJJQ== +"@comunica/actor-function-factory-term-year@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-function-factory-term-year/-/actor-function-factory-term-year-5.0.0.tgz#e3e681a0ab76dbaa7d0f15dce95502821d0d4844" + integrity sha512-3Jei6Et2HeRcOLJwooI2Ndlvg7Tr05VB64dHEFGkklRuw2Mo3KNXAE78M5ASLCypBS7BGOeej5cS3PnoFKNFeg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/actor-hash-bindings-murmur@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-hash-bindings-murmur/-/actor-hash-bindings-murmur-4.5.0.tgz#fffc8f4155a3376f206dc16ca15fc3f26a5aa2ed" - integrity sha512-bebfR1rwPT+TPgT07P7cwblDlP8/gVPIALZMIqU0w9IbH54kZcFsnc2OQLUCar1Aq7EZUkny/lY2UjcHagObcg== +"@comunica/actor-hash-bindings-murmur@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-hash-bindings-murmur/-/actor-hash-bindings-murmur-5.0.0.tgz#df5fece63adf4be8461bb4e41347ed87fa0b18c8" + integrity sha512-un+0PvP5yQIcwECzv34EAoH03rCNgs/TKSd4wX2rQDc1KHiom5gwZ3Ow1XYlcaH6EdzyCX2vG86m3hRSiky9jQ== dependencies: - "@comunica/bus-hash-bindings" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-hash-bindings" "^5.0.0" + "@comunica/core" "^5.0.0" "@types/imurmurhash" "^0.1.4" imurmurhash "^0.1.4" -"@comunica/actor-hash-quads-murmur@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-hash-quads-murmur/-/actor-hash-quads-murmur-4.5.0.tgz#b4aac019156c4c9c7762073866165b9180357dab" - integrity sha512-3A3aNcY23HWKoz+5BFyZXNoLYsuiRh9WGYJ+zzZkMOuNopUr/z5+JoYXbQKbbd8iQeKctdCzi9eE4XMU8emUSg== +"@comunica/actor-hash-quads-murmur@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-hash-quads-murmur/-/actor-hash-quads-murmur-5.0.0.tgz#9d51b682220d1b20dfb2b5c570f3e5fc63479d74" + integrity sha512-e8w3mrQbjqZofFA0dGXyCLOp+JmrmcJm09UNDAacRbFQY/34gxFYVUqLXH79bikMm8Yi7eUAIronzm0IS2DUDA== dependencies: - "@comunica/bus-hash-quads" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-hash-quads" "^5.0.0" + "@comunica/core" "^5.0.0" "@types/imurmurhash" "^0.1.4" imurmurhash "^0.1.4" @@ -1978,25 +2014,30 @@ abort-controller "^3.0.0" cross-fetch "^4.0.0" -"@comunica/actor-http-fetch@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-http-fetch/-/actor-http-fetch-4.5.0.tgz#2d92d5401dc4768f08613a25747bdd81e7d29236" - integrity sha512-rhPBWOWe0tGDgwXbRgURwiGcbw1KY58oMByT7MVi5SLMpiK1Tjjb6KoMz5SOkZWsD1z6JY65J/VLxKFSj37ogQ== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-time" "^4.5.0" - -"@comunica/actor-http-limit-rate@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-http-limit-rate/-/actor-http-limit-rate-4.5.0.tgz#fd287bc5bba59dd9481ec1f0f6d101ee2e4be559" - integrity sha512-cJlNGqrZE2FEB+Kx7drsR0Kx7g09JOmk7qA/m9rMWRWVCU5//Q0fdUHMbdUplMc1DE+dMCiBx3o5AzHSace9Pw== +"@comunica/actor-http-fetch@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-http-fetch/-/actor-http-fetch-5.0.0.tgz#66c1092e9c0e4e1bc29285a268eea52d2c35338f" + integrity sha512-OGFuhCtpHfsnXs44FmT9x81xQRvof/U799qR1Yf0spAkJxzUV3asp9X9cGZG5gdD4WEOt1DERX4irEqqbU6Ctg== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-time" "^5.0.0" + "@comunica/types" "^5.0.0" + "@types/http-cache-semantics" "^4.0.4" + http-cache-semantics "^4.2.0" + undici "^7.16.0" + +"@comunica/actor-http-limit-rate@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-http-limit-rate/-/actor-http-limit-rate-5.0.0.tgz#7ecc06a81340272c98dc7e8ac4c011d9ad90ea0a" + integrity sha512-hv8jun1k505XW6SukI7Bqy3MT0UhP8W6fjIOpN2Tx8PJz1CRS1Hb+YmxV3wSDij6uIpFP19RvOiqjClzcovQ5w== dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-time" "^4.5.0" + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-time" "^5.0.0" "@comunica/actor-http-proxy@^2.0.1": version "2.10.2" @@ -2008,1357 +2049,1416 @@ "@comunica/mediatortype-time" "^2.10.0" "@comunica/types" "^2.10.0" -"@comunica/actor-http-proxy@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-http-proxy/-/actor-http-proxy-4.5.0.tgz#a4d4c20abd74887efd2047c13c154f626f6d761c" - integrity sha512-M5UQ+/IqXFNXLu9qSFNeeph/vaP349HQozqZzOY+HTO4TNWSIcB/XO6HgE3SC7r4G+KV+s9WbHwQO/8PxshBPQ== +"@comunica/actor-http-proxy@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-http-proxy/-/actor-http-proxy-5.0.0.tgz#08ad2b1c28007fd7d9e60a328695842cbd3abada" + integrity sha512-EMyVQTnvTDo4Picfp41nTtI+3+WekutS8CUCSW/pPi47takgppwa01js/mQ828E1kdbEugoRXmDwLPEdzxx7QA== dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-time" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-http" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-time" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-http-retry@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-http-retry/-/actor-http-retry-4.5.0.tgz#6a5cd3d346777be3cd257deb4e4cc3d4c8420e74" - integrity sha512-tgWQzrWy/hW1tgTIA4eJvZqM/8wQA7A32JoI6UqbV+mQHcI/l6k1fe+IOS1tpYBNAr5wubBKb+JBjDNn97vi2w== +"@comunica/actor-http-retry@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-http-retry/-/actor-http-retry-5.0.0.tgz#e490b3f7c09c7eba96ad65e09e663d2c995751b1" + integrity sha512-RbCfgl3J4ZIxXJkwE1HTAhV/qacJD2wzgeRXXUihuzWzItDmcf+whikJVO/oNvxZcOcwqzqK0XGOqZFtzd6vTg== dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-time" "^4.5.0" + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-time" "^5.0.0" -"@comunica/actor-http-wayback@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-http-wayback/-/actor-http-wayback-4.5.0.tgz#b6deb0b3eeff6adca2bde1d62d4b5e5c54b991f3" - integrity sha512-Wjer+duJkSC1SLWoRpzb+MhBalm6CKOXVgIEC+oZBNojGsl3tfYuUx7r+j9CU/7ONJOq6CvGCY1KK5QjX6fikw== +"@comunica/actor-http-wayback@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-http-wayback/-/actor-http-wayback-5.0.0.tgz#2ee303f269c56dc3cbc2ed611c27af35f5ec5989" + integrity sha512-1N7vSNP5bdLYxpUMw0lwygC168aRXMsxbOtgEADUQiHgYqOe5vfzbDIn8mk6WYoMVdIsmXInRx+FBt+c+r/L9A== dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-http" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" -"@comunica/actor-init-query@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-init-query/-/actor-init-query-4.5.0.tgz#7e45d40c8745aadd5eef24f054f693f265dd572f" - integrity sha512-BC+5k0qRxIyl4j00tbqiwKSoOHBkcApMVvXfzYGnK/KgJC8Xj/cPivf3+64Nn4oMgm5kJbp5VW9v7A4+6PB25w== - dependencies: - "@comunica/actor-http-proxy" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-init" "^4.5.0" - "@comunica/bus-query-process" "^4.5.0" - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/logger-pretty" "^4.5.0" - "@comunica/runner" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-init-query@^5.0.1": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@comunica/actor-init-query/-/actor-init-query-5.0.1.tgz#157ad82baa932f533156d96fa0cf72f41ebc3b1c" + integrity sha512-mnePr+MR4ImqkWrjr2hD/l7uZ+KBxDp6sFSfxs4vWuFS76EW53JV/smMt0HSEswoNxylCOX1mL1OPeIyQwvY4w== + dependencies: + "@comunica/actor-http-proxy" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-init" "^5.0.0" + "@comunica/bus-query-process" "^5.0.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/logger-pretty" "^5.0.0" + "@comunica/runner" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" "@types/yargs" "^17.0.24" - asynciterator "^3.9.0" + asynciterator "^3.10.0" negotiate "^1.0.1" - rdf-quad "^1.5.0" - readable-stream "^4.5.2" - sparqlalgebrajs "^5.0.2" + rdf-quad "^2.0.0" + readable-stream "^4.7.0" yargs "^17.7.2" optionalDependencies: process "^0.11.10" -"@comunica/actor-optimize-query-operation-assign-sources-exhaustive@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-assign-sources-exhaustive/-/actor-optimize-query-operation-assign-sources-exhaustive-4.5.0.tgz#047d8aba831d4f906676b117b885daa6d57d6ff4" - integrity sha512-FPw1xidcpP1b6hVJ2zM3ib6wvHEoVnHEuh59jIgRV6Iz5idraCK3EVagYCxSWo9Xj0NR48/6DUVMjVWl7JMnFA== - dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-optimize-query-operation-bgp-to-join@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-bgp-to-join/-/actor-optimize-query-operation-bgp-to-join-4.5.0.tgz#6151bf0ad765b91c786d67156fc66aeec33c2686" - integrity sha512-1raQz4vjZ8MUCAhh4EYcj+6aLnb292NJoSc+jTBC+u5rtJ4gmFqNDyCJxjoI/QbxU9Ioy2Hlj4WxMq7M6F816g== +"@comunica/actor-optimize-query-operation-assign-sources-exhaustive@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-assign-sources-exhaustive/-/actor-optimize-query-operation-assign-sources-exhaustive-5.0.0.tgz#07c8475bacd7cd010fa152b31d82146678b9a450" + integrity sha512-drKES9wvX92EsmMnNSDWelrsPdFlBgOrnllRCUp7NzQtfcy4P8aDHdGvrpjUGvlmTeJoYfUtsU6MBcdyNg/i8A== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-optimize-query-operation-construct-distinct@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-construct-distinct/-/actor-optimize-query-operation-construct-distinct-4.5.0.tgz#9f4aab1f9750a210443e65849a4711f6953bc35d" - integrity sha512-1phqt7HRuGMf6DzBYxlwJG8gw0KTyfFomhc4Uvr3QZrzRJ9Z41NgDTkSd+OGhbxwFm+aJ5O51VSi0FRK5K/Rvw== +"@comunica/actor-optimize-query-operation-bgp-to-join@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-bgp-to-join/-/actor-optimize-query-operation-bgp-to-join-5.0.0.tgz#48688e093e0a66243c7fa3f56bc4f1f26ec1a479" + integrity sha512-YoRhd8gqk/1msWWyE7BNOhWZwF7mHjGcuphnlGLqBCHJ1HKdmZ9bh+0DxlU5FRFKPfawCamVkDV9eV3eJDf4ng== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-optimize-query-operation-describe-to-constructs-subject@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-describe-to-constructs-subject/-/actor-optimize-query-operation-describe-to-constructs-subject-4.5.0.tgz#0befde10ef8c3f7efa76e0eb5dd8f681542befef" - integrity sha512-bPN82pm7InpjtNvrehl4qaYAu5G8gz2pCzviPo3rHi3syYKMDDXHSW51IpkE904YAysuKbgX4hPZ17WENh4Wpg== +"@comunica/actor-optimize-query-operation-construct-distinct@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-construct-distinct/-/actor-optimize-query-operation-construct-distinct-5.0.0.tgz#05dff584de8d22a50245c029ce086411002880ec" + integrity sha512-YtGWMr5LCDOBgwrzkxbMzk89tIn4Z2VzZebiqxYtpTTHZ6ibWWkuIbIK5JGqeFycaSHZcaMxFMgdDihwi/KsQw== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-optimize-query-operation-filter-pushdown@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-filter-pushdown/-/actor-optimize-query-operation-filter-pushdown-4.5.0.tgz#82ff080aab8d4f987b694af64ff653640c81a47b" - integrity sha512-2U2uSbaJPCy8pngkJ/c4QKBHObzulOndFO1c2lrdfeMuyq3usUEcxBvoWufeKWhdit88Re+wHJyPY+ZYw5T7hg== - dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-optimize-query-operation-describe-to-constructs-subject@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-describe-to-constructs-subject/-/actor-optimize-query-operation-describe-to-constructs-subject-5.0.0.tgz#cc0db684fea021f445f923059084a74456aace83" + integrity sha512-X/+lpleoSRef19i7ARXh7AouQDCYhLHDib9JSDQ1KT7VNgpU/pdICLpOdie0pJgUVIeQF9d7aq/HbgJaLYJtWQ== + dependencies: + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + +"@comunica/actor-optimize-query-operation-filter-pushdown@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-filter-pushdown/-/actor-optimize-query-operation-filter-pushdown-5.0.0.tgz#a7004b115328f91750a6f706f43715dd18670246" + integrity sha512-TA6aK/eOsTgajwVsjhZq46Ytd4jaw1PzBNuHAnBQfN2ihl8OeG1dW+V8IMOLOXwipfsjbSprQMNcqy7UpFDdlQ== + dependencies: + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + rdf-terms "^2.0.0" -"@comunica/actor-optimize-query-operation-group-sources@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-group-sources/-/actor-optimize-query-operation-group-sources-4.5.0.tgz#1ef0ea43e8ec628af0a512840723c8fcb229542f" - integrity sha512-IsRPmnSRzKzW/YnKlRQt06qs+ytn1ML50MYwq1siUS8GpCHlBsb+uhYPDb3+1gr/+TYPZro7PzGS4Gn7pdzfAg== +"@comunica/actor-optimize-query-operation-group-sources@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-group-sources/-/actor-optimize-query-operation-group-sources-5.0.0.tgz#04b036796b9d6f78c1f3e1cb7e9ffda5e467451f" + integrity sha512-sb5KWEtqdyRcjr07X0MXYqfIhNi72jb7JVOAr3un41t0eo7zHPgfHX20VsWSNQObGSMPAZMC/yDCRzzQuhvYtQ== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-optimize-query-operation-join-bgp@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-4.5.0.tgz#254bb8202e67bca4077e7a853d96c3bdcac36de9" - integrity sha512-/rl5ig8O2GVTrH0Ux2CjAjyTvv7XvH4nYOjuQwZx05YmsPb6rEzzE7RAGoln4qZNG9TY4X0cKwxQcXmyTJMDGQ== +"@comunica/actor-optimize-query-operation-join-bgp@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-5.0.0.tgz#735d7804a6065dbf935ce83488575593eaf28925" + integrity sha512-iQU++L4ZejCbYXs6gktpMWxCxuZVYcbQSbNe4+j4bo5Bl0N5gvueTym1W5pDzdwlvc0h4i+U+lQwvkl+ufvjJg== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-optimize-query-operation-join-connected@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-join-connected/-/actor-optimize-query-operation-join-connected-4.5.0.tgz#f6fff2cab910a8ee5a11ad5602f6ee09f66e286e" - integrity sha512-wJ0obFZHNaQSlyJCwWlfm/8OqNvHSLdXWlfAm3ZWeeDg7QGBDMZjdoHG5uNSYRsYzxv5GGMduTs1C2kymgfkqA== +"@comunica/actor-optimize-query-operation-join-connected@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-join-connected/-/actor-optimize-query-operation-join-connected-5.0.0.tgz#c0ebd626d9f1ac69c738674a93357cc4465cd8b3" + integrity sha512-/WYxqq4+hDeS0sSSpXRBzp0gdwCOFu7OdbdfsjUSKiJ33xqVKIAOvh6Z9c6NNPWaOB5OaqvoG5t3BQ1NSZmD6A== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown/-/actor-optimize-query-operation-leftjoin-expression-pushdown-4.5.0.tgz#5a3e88057d7152dceaf916a15d6a8c39653d54a4" - integrity sha512-j8aHL24PNXhpdDuLNmxUK5Y2JRZDELKZK12vCosAkh9YBcvKRM6liGm8IErfMWqLIk8W9SGac80MP04CCiaAKw== - dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown/-/actor-optimize-query-operation-leftjoin-expression-pushdown-5.0.0.tgz#b83dd0c3f5fed8f8ebddb3e0c77553fcf6e6826b" + integrity sha512-Pas6TbsdxWueJbQhuti8+pEzwi2UJ4WUfWyBeSkKHL9kn4pQB0lsRoMMzI27CfFP9AeZTxz8X7ZuUQGhCeEQwA== + dependencies: + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-optimize-query-operation-prune-empty-source-operations@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-prune-empty-source-operations/-/actor-optimize-query-operation-prune-empty-source-operations-4.5.0.tgz#24c619f859c7521c38b7f307d32914cf58a8f8d9" - integrity sha512-xyLHO3ZP62QAviQcAuluZuNQThyu0x0qT8uSy3EcwdLAaaAasZFf0TYric+cMMFeVk/lkbi250ksnx8HOLDuQw== +"@comunica/actor-optimize-query-operation-prune-empty-source-operations@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-prune-empty-source-operations/-/actor-optimize-query-operation-prune-empty-source-operations-5.0.0.tgz#c082612b4e9937993bbb9b95a67977935b609e1b" + integrity sha512-HdbPTrWq2WD9KKVpMOMj+xzsYZAWxn8hcgELfzufS1dIT/SwUe/lMCPxDC9AEghQLjL1sOCYmFGpuUjXP3tUjQ== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-optimize-query-operation-rewrite-add@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-add/-/actor-optimize-query-operation-rewrite-add-4.5.0.tgz#6c68e2a0f5c9e86c17f5db7af47d890288073741" - integrity sha512-n9MgkIpjQ0OswV7tmaKGPruq/WaeOeHzjPt4uf7zoLBGna5UsUWzuL/hnQyIH69zAEDhzyHy2COCefLMKkIyvw== - dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-optimize-query-operation-query-source-identify@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-query-source-identify/-/actor-optimize-query-operation-query-source-identify-5.0.0.tgz#0313d5e1a859bc9f18960a59b2e38ac93f11d965" + integrity sha512-xlyI3JUiz9TPWJh7JJu5SD/icqxK65Lmnzz0FlROSyFof3H9gLzswiL8qmyvly2aDy+uZnqcBTVHP8f3RFa5zQ== + dependencies: + "@comunica/bus-context-preprocess" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + lru-cache "^11.2.2" + +"@comunica/actor-optimize-query-operation-query-source-skolemize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-query-source-skolemize/-/actor-optimize-query-operation-query-source-skolemize-5.0.0.tgz#f2242c0e783c928089e2921bff0e85252eac93be" + integrity sha512-Yv6OlQnmb/Igyi3JMnAEgMxJqceNOmcgW7wJEhzE/dJ0ul52rcvO+MlBDoiJ4cHr3YtMZ+i3NBOCJSWdsncF3Q== + dependencies: + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-data-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - rdf-data-factory "^1.1.2" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-terms "^2.0.0" -"@comunica/actor-optimize-query-operation-rewrite-copy@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-copy/-/actor-optimize-query-operation-rewrite-copy-4.5.0.tgz#2c6d4c84ba6e9f5ed58b5623c54bc2f3de8c1a3d" - integrity sha512-dlzn9XlJmgGS32xKiuP++/9qAEPWgXDZ9j1dOBscIzVfsbcwx6zdHbQ6qB0vFM7Ged88CIGS4waCSE/S3gExdg== +"@comunica/actor-optimize-query-operation-rewrite-add@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-add/-/actor-optimize-query-operation-rewrite-add-5.0.0.tgz#00941fce1b1e31135d04e4ff26584d6b329f46cf" + integrity sha512-MMWLVp5hwCiIBzXPPEyD730KAPUmUo9nb1io3oXR4wEOk1Bor6tGIHx1riLxw2s36/FldOUodO8gi2wNyM20Uw== + dependencies: + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@rdfjs/types" "*" + rdf-data-factory "^2.0.0" + +"@comunica/actor-optimize-query-operation-rewrite-copy@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-copy/-/actor-optimize-query-operation-rewrite-copy-5.0.0.tgz#f64b178b2bec28b23727603ccff9dd05fb082d7e" + integrity sha512-UjUhjw+QPfe7qf69hSZfluFjxYYE/8XL1GCYXr+Ubj84go3n1hi5/QWzPKsvbKQrpSlEy+BAZL8zXVmRlYwdJA== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-optimize-query-operation-rewrite-move@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-move/-/actor-optimize-query-operation-rewrite-move-4.5.0.tgz#2ddfebe7b005abd48e8de235108291605344fd78" - integrity sha512-ITtO/5XpTewCvDuCISmtX2NGampMCGpHf6s3ew/g2YBEVSeTDhqgA73isHA847Q8cfxOESwChGFCP4CuiHv91w== +"@comunica/actor-optimize-query-operation-rewrite-move@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-optimize-query-operation-rewrite-move/-/actor-optimize-query-operation-rewrite-move-5.0.0.tgz#a9cc77e5dc0b951be5592f5a72e77db9192af57f" + integrity sha512-+av4YXbRx0I8TerSBoJonjxrTuCyX91PGXILPslQ/K02IWLQd2TjTts3MwezoKePa64xUVy/Jgyk7f0FNi7Vsw== dependencies: - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-query-operation-ask@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-4.5.0.tgz#0a10f62a3a2071a79d799541f101fd3632820efa" - integrity sha512-dqO3ztOtLlxtwuG/cSsFcEb3W0hHR9mzS3MlXb+GH5u8n1Phidk8s1mfMQKoYdyTfTTnxAVSMcolHDN9VOl18g== +"@comunica/actor-query-operation-ask@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-5.0.0.tgz#85145f4828cfedb3f2996020c5a26711eba3893d" + integrity sha512-mRVFJ8458fVhIC6JqmwwWuwbcd3ibPhsDNLdIvD8uuLDnfojR6KWcoU3U3qW3KZdNQ+lpbRZ4/U0BfmhJa5KbQ== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-query-operation-bgp-join@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-bgp-join/-/actor-query-operation-bgp-join-4.5.0.tgz#b8ee31e5518f6fee4395eeb15251f99d2ae8a539" - integrity sha512-/LR/RjHoBk+YBO/FPx+nd63b6pA9OHEMzrR3U5aejIHZ4X3vCiHxcTiGWLx8LffZVKLamsL1NeWnsAa3g4t5jg== +"@comunica/actor-query-operation-bgp-join@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-bgp-join/-/actor-query-operation-bgp-join-5.0.0.tgz#982e8dd2e898a74ed1b2e83e0529aa16fd9becdd" + integrity sha512-OKZNpSI4Ca00AG282Qmc0nvRH58/oU7rnxqt6mfQetFHj8kdavTniEtKaN/I2lCp31eceOSQRSGfgh1gwrH/lw== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-query-operation-construct@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-4.5.0.tgz#7784f1b603c8d9bebad45114be16e7ea2e0c6c61" - integrity sha512-IIVkna7LL+MDGgQbmCAlXkXDGUu2r+hiuu7nY2RVqA9uNqgos1hHwbK2+UWA3rvyCzI/ECIANXX2PInm3ieXvQ== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-construct@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-5.0.0.tgz#185537c90f1c23f4bda2b1b4a853bc9ef27af198" + integrity sha512-k8l9dZmADAOFgCYB01aqv9zrJEv37b532QQ1Dtoz7oQnPMygxVmkyJRlXYsAH3cA2A9JtJDHJSM+jAZ1zGyaQQ== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-terms "^2.0.0" -"@comunica/actor-query-operation-distinct-identity@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-distinct-identity/-/actor-query-operation-distinct-identity-4.5.0.tgz#2646d5fe02b09d1e0e694dca9beab5da8965902a" - integrity sha512-WRhvsT2UpHcgKWRuiWGeu7wX+ITjpfRw2++pPOizL/Wt4EFQQBQNxrPasrUce33jVws1QxS6zlSY+bGzUmeljw== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-distinct-identity@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-distinct-identity/-/actor-query-operation-distinct-identity-5.0.0.tgz#da11b431f132e5c779161d3c03dec93350c5c4d8" + integrity sha512-5oq7spZo9bg8tQ85QiYfzMr8XshRmxcdGlVpDSP77CHTWSTL1TQy6Xm/bHXPeJBvjEiFa6+h72ium+pcJknchQ== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" rdf-string "^2.0.1" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-operation-extend@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-4.5.0.tgz#dda53d252261baf113e113528dc2108e48363d4f" - integrity sha512-dbpTn3EyTch8Aw57KEKCKHCFMKaSLd+KuakGxrTxSiAjbjBJL/ZL4vhGZDpx0xI1IKA8PVFtgsLuUk7IpnP59Q== - dependencies: - "@comunica/bus-expression-evaluator-factory" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-filter@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-filter/-/actor-query-operation-filter-4.5.0.tgz#12d0b691f59b370256ad7e4befbf3424111000cc" - integrity sha512-4kWfCh+s3X/cab/2z/ZW54ah9gAfUiZAmy+DgXNqtj6ty+zBC5ZFKCFbe+O7orvZOrfDD1kwZmvdAR3GO7RrBg== - dependencies: - "@comunica/bus-expression-evaluator-factory" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-from-quad@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-4.5.0.tgz#f5f73f5b3132087f8a5e15b14f321e40e86a6941" - integrity sha512-CGRDCTWYc7hi05/d2GUVTNqF2sekcloTuU+uCrqnPMR9g6//KAq7n7QjBC/OZQj7q3454rjnhUxHf1ahTJZS/A== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-query-operation-extend@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-5.0.0.tgz#8a60a53bca966185a84e48f700bd230f44529074" + integrity sha512-PgPdAdTUvTI9XAwKf+oiz3dqCgMyCWD+1ZduTokdKhQhFQ43CRqp0N9cBzJ7MByl7B4MWo8Aw6xQSBt8w7DbJg== + dependencies: + "@comunica/bus-expression-evaluator-factory" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-filter@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-filter/-/actor-query-operation-filter-5.0.0.tgz#3865176da1f67a5cf944271b16fa75a2451f6715" + integrity sha512-nuPs4ChzLEnMJTE8AOvH6DxCk5XsAFpjbrTEqKZHKwaCoMmYUKwoUeC0kqhh5RYypdmAX4Q98K0z+jaM0imnog== + dependencies: + "@comunica/bus-expression-evaluator-factory" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-from-quad@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-5.0.0.tgz#146489693044197a35c8860d3aa910ed0f2dc3f5" + integrity sha512-w4o23A78qkhVNkImaLMmABYx4wwthoRxT4UerS2jV2VAsM8elQesGttlCA7VbnTSGwL+iiyyNFQTc3ECAUDUAA== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-operation-group@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-group/-/actor-query-operation-group-4.5.0.tgz#646e985f428dde7dd1418cecaf9f3971ad9fabd9" - integrity sha512-6OSCo3ssBuri0Euf6E9IFbZH7/DP0RSJre549jruLIEAed+XTreStpI9Unx1IOKAOI2X5Xv2cfLfuGubH3CRBg== - dependencies: - "@comunica/bus-bindings-aggregator-factory" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-group@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-group/-/actor-query-operation-group-5.0.0.tgz#83cac96338c1a88362eadb90d5b0930b57740b6a" + integrity sha512-HBfekTosEkz6HI9qHl0ep9rV3NUXklra7xvcOnfo304MotGF59ZKcP+XjmL0Wi4dWxyIugyhXksg0R0Xsh1vMQ== + dependencies: + "@comunica/bus-bindings-aggregator-factory" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" -"@comunica/actor-query-operation-join@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-join/-/actor-query-operation-join-4.5.0.tgz#4b55b977c59a05ed05f228297364dd3f49921b69" - integrity sha512-q2u/PxmP7LLdqpIv4teKDrxTjcqH89aRf34X63nU++8TvEzml/786/EMLmVYshgrWsNShbw9afrmwB6DWNCcpA== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-join@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-join/-/actor-query-operation-join-5.0.0.tgz#c8a651b862675f3e32237c2a066a52c528abe3bc" + integrity sha512-Aqmwwk5dmSLUxwQaxFLd61A+mpaQn13hx/Aqv4fkvmJssQV13cDk2Y4JqX4f8yJN/My5NGs0bAxduRZsBmKmIg== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-data-factory "^1.1.2" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-data-factory "^2.0.0" -"@comunica/actor-query-operation-leftjoin@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-leftjoin/-/actor-query-operation-leftjoin-4.5.0.tgz#0e45ab095d435024f3852c744eba864ba7f0742d" - integrity sha512-F240YX+ILF1QFW30oGK7bnapo5gkwHWFPkX6UME9ogjdq6AeosM3boevtwsUVp3ykz3irsExdJDIU24QtvYhuA== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-minus@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-4.5.0.tgz#51fda2359c4fe4c8a260546a66b6e0cb5f8df5b5" - integrity sha512-8UqLHadZHp0jr2LujjtlKYFdKGZdG24PoKEJOBZpxAgdOFd6QirBFR5TA5QlIjm1o77yzLzPLSokjvlYswYW6g== +"@comunica/actor-query-operation-leftjoin@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-leftjoin/-/actor-query-operation-leftjoin-5.0.0.tgz#380790b900fa56f5cff3d190fc54dc3521601dc3" + integrity sha512-WpHqXhqHQtF4/z6YfjXT9vr7+iYe9L+k6r5VQ1r6FCyvLg7cyd5lWn50XsuR/VEK10dRIxP5nCIDxEiIPIn0Lw== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-minus@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-5.0.0.tgz#86517a8efc0ad02b2ce99bd8cba95d6349655b46" + integrity sha512-Y+4zbKYjW2bhxQ9rhIhMJcL8DDGRmHr3VjO+V9mrPVZSi+7eJvOmLz1bDcneHe/Leb8ag+c8wrEONeHGwiP3yA== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-query-operation-nop@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-nop/-/actor-query-operation-nop-4.5.0.tgz#6d56d620ab8a47318ea93a12c99d5302198deef7" - integrity sha512-Qh3ZK0YkcH0FcAf8U5U22076ZWDSH37m9vbm1yYPdn/ag+G9TXf63VxcYpLcFQJFB7LM6b+6LNQezMfFXiqoYg== - dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-query-operation-nop@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-nop/-/actor-query-operation-nop-5.0.0.tgz#7e21c09126460597779e94c56d32805b18932049" + integrity sha512-/9li3isiZonhwNuF+UDmSqKuWl/lqAwCUWcEVWM/yvHaX6K7WZ4W9BHhIapLaUvZWkjdXeMRlk7TerQq9JNi+g== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-orderby@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-orderby/-/actor-query-operation-orderby-4.5.0.tgz#7db3b870b909d095be9de325553ba6ed2d541f02" - integrity sha512-s28lZK5M9XewM5wl+RfuqwWwcBYpIMnpEPRD6cco5bbP6m9gXZAo8KHYsDfdfBKiOfWDxIcP3QpDJZajmy5KKg== - dependencies: - "@comunica/bus-expression-evaluator-factory" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-term-comparator-factory" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" -"@comunica/actor-query-operation-path-alt@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-4.5.0.tgz#805342e26bd8f5350e2e9096981b0d0bc43a8bfb" - integrity sha512-bgM5/lE6C/no1g5XZZi8CL46SURZtgmernDsd10wQdzXYZzlNcxO8yu1C/HozTyKsIlRpv8FTWgh2a0jbsJlJg== - dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/actor-query-operation-union" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-path-inv@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-4.5.0.tgz#e7f2b8293e79b82a7e0930e6c0584dbd6bf2ed49" - integrity sha512-s30h/6aEzzDxgCjy9fz/RVGakiSAD0+GAGvMmMF3zqhpM70lD6dwaMQSwxAH/7IQiEjR7VlrrYPMTI0ljK+9OA== +"@comunica/actor-query-operation-orderby@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-orderby/-/actor-query-operation-orderby-5.0.0.tgz#8641abc306d61cb49c989563ae8fbfe5f43f788f" + integrity sha512-PWSWLnYs+JK+sZQ6BlYCJAb38apvgk8PmQrSdO6LHoi0UuFIg6xr53hTAJd2xSfhJ6EIvok43mcPFXpDsmXjWw== + dependencies: + "@comunica/bus-expression-evaluator-factory" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-term-comparator-factory" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-operation-path-alt@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-5.0.0.tgz#d7fa61fa4f332defeb148e3d7f0af419039376b0" + integrity sha512-fwWtIoyDqNZpOeWKmvxonnHFZ8KhLN5/+BxjnCKONogoFvhYCzmsyBlZD5hbPEq3Aw/gNSlvc03RgqxwqEPRhA== + dependencies: + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/actor-query-operation-union" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-operation-path-inv@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-5.0.0.tgz#c1a593653292fa41140c1646f333330516d898b8" + integrity sha512-CT02wnakJRNYCJeEdtzHaSzZDDeaPk5WjCBUsLydfSxFqzQ+vhUg+65TBaRREX+C4a/h26b3Wp2wUsUmEAJOeQ== dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-query-operation-path-link@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-4.5.0.tgz#ffa6e46473bc63ed75ee9f036348e52b8fe089c7" - integrity sha512-Pyu1KpBOvOPTFD/tQ8JcXNzA+TnJVTggZSIsfCdzXJePx5zVglXT74cHLAMP0MS4QI709JrNYDveUWBYxJrcVA== +"@comunica/actor-query-operation-path-link@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-5.0.0.tgz#15e23d657a05b360cba333dfbd5203a0a82bd99a" + integrity sha512-oobrq35LpDuybeBLtYuz4ZKIBgXM4aWxlkoCgmivy+VP7a1WfYALR+nH61jEKPqto89VfKs8ak0jYgzOhZOYHA== dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-query-operation-path-nps@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-4.5.0.tgz#b8e295a712616a82ec5e45d4ed957428a9da2502" - integrity sha512-gziMhls637aQyt86J0uRfGYZlvRuOH5fPExocoqmALh34bi08/hqGUnuPBRqYX7dBnqgIz5daInqhBGaWpvyxQ== +"@comunica/actor-query-operation-path-nps@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-5.0.0.tgz#e6035ed50ac906b14dc7d7c9afc99406341aef53" + integrity sha512-fk23uUxyX/cU3xC0H5If+H7QqZwDBGTQDVK+ruIkwZRLfVif7P2IhB0S68L/1mB2k4yfkzUifyN5xvx2Tv1lvw== dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-query-operation-path-one-or-more@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-4.5.0.tgz#09721aca13c9bd14eb85029d4873024ecf001908" - integrity sha512-4Q/WcptuCR7asWzZShupvzfcR6KPsdISdYdguvDnDC2wkiI8DJKkPxek5fCHth78twWqP93WZnkKto3pfM2Dkw== - dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-path-seq@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-4.5.0.tgz#4b0db6df0e88a5505014fb03c94744000dccd962" - integrity sha512-uzvJZWEQ15VpdiVvhcS4eDmQREHIDnyG4/eBsSsh64d/sBTAlnF+jTh10OF7UIBD1IpGwL3u10DoV8Xz9dhOLA== - dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-path-zero-or-more@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-4.5.0.tgz#040f3be3f06894ad4538db917d6cedc3d4747c6f" - integrity sha512-8HIBnqBgDEZTiiok9/Biyka24YWfDVLlJntJRX2i+qm20LLCzKqfqM8LyfmuY9xCxLzRHfZplwUMt9p1FbxcBQ== - dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - rdf-string "^1.6.1" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-path-zero-or-one@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-4.5.0.tgz#6cabc8a826f19262ef4473f1519822a875e76bc9" - integrity sha512-V22P9WtJDLzLsWot/CLmJc9v566LmCoNApFGxAL9TgZeIKyZsKVESMb/TEI/GkXBuMxjAyCTh2cRm2ORztiH8g== - dependencies: - "@comunica/actor-abstract-path" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" +"@comunica/actor-query-operation-path-one-or-more@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-5.0.0.tgz#49ef50dbadb2b3f935dc89a8f1615bcfe715bfc1" + integrity sha512-2E1kJa9c/40EOdeOCUOXcKEoIJjN/qMVlGo0IKOlsfEnFkrzkcyzKFrsQYZz6Z41rzXpbFgQgvl7ePnw/8HAaA== + dependencies: + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-operation-path-seq@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-5.0.0.tgz#69c6a5c5891434d28f0bb015003ee025dc6d907f" + integrity sha512-gu24Dbfw+1bShgPSvAKxvvaHDgAG6jXder9VBlU3J8cM0qCHZdyalNxamfPJ2sxIrcQy2LOtxm5HT0/E6EUwbQ== + dependencies: + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-path-zero-or-more@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-5.0.0.tgz#ff3fe3dd5eab49b809b8f679b588002514853af8" + integrity sha512-TQXpKdjrev78n5M7BX0H7qTzOvOuL6PAs0ALUaJMDum7xil0T2RrE9oxruztEiXeGDAJ1KUXGEpkmDobgwXHFw== + dependencies: + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + rdf-string "^2.0.1" -"@comunica/actor-query-operation-project@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-project/-/actor-query-operation-project-4.5.0.tgz#633778b65bbbe61e3cdb8913bb2e9e5317bcefe0" - integrity sha512-8tFqMnM2gaEzewE25PTm4UQMZ4kUUoOrbFS7OM65Vns3Jvw8cYwYCoYAT98L0gHMGG5z0UTYoOHMc+PdjBRuGw== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-data-factory" "^4.0.1" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-path-zero-or-one@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-5.0.0.tgz#4ee72cd1573fe9524d4e8bb3feaaf9f2f9c13f47" + integrity sha512-ZDj8YFLhhlEfhpvGQrB/m/3/1MeaRnz9ktPSbP1YIlLpNhEMB0IABBROR0wyMmVAFVXjMtpyOwiRHy5ZiNajgw== + dependencies: + "@comunica/actor-abstract-path" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-operation-project@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-project/-/actor-query-operation-project-5.0.0.tgz#1a9fc31124eb7ecdfebaad385a71836bbc9ad613" + integrity sha512-icirJwQPt/9iPTQh8HilxHeCnJLPcboJfy32kgfXn+Xu7EWLW2hm/I+HgFL3HGHpT5MVnX0qJ65ail8KvCXiPw== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-data-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-operation-reduced-hash@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-4.5.0.tgz#70117e27ac92bfa5a866151ea65ddf9406f8c1f1" - integrity sha512-yaA/jF4y2vxzS/mjK8UEGMWZtDx3joPPbbcidVACW02HzpXHpNGYUfb2OZOK1LnnaJayms9lJd2kfU78UThRsw== - dependencies: - "@comunica/bus-hash-bindings" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-reduced-hash@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-5.0.0.tgz#6f35184bbd800cbd0fb273266a85a3dcbf763ff1" + integrity sha512-bdCya4UGHE8jxCyQctwyspWWXfT1xvtVDfkXXT3IriW1XPpC/Xw10O0B2kFfKFJJTEyAL9wI1zbYYcaFsQQGpw== + dependencies: + "@comunica/bus-hash-bindings" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - lru-cache "^10.0.0" - sparqlalgebrajs "^5.0.2" + lru-cache "^11.2.2" -"@comunica/actor-query-operation-service@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-service/-/actor-query-operation-service-4.5.0.tgz#b3fc18aa5fa0b6ede7605fa2f355e79f658209da" - integrity sha512-YuivydtZj4R+zbzQQgp1NTCLoXgP/sfquIY006LW4pQ8iyuY8nnCgH5lbmizHkuxGSmQn/Ii2HZOTMMaa3W3qA== - dependencies: - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - lru-cache "^10.0.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-slice@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-4.5.0.tgz#24c2175a4a0024a2e4740c3e211cb5c31212baca" - integrity sha512-SWBFYpFwu1Ns53BypSR61YuypYcwifsyxvJ2s4mjg5EHBc+myUXf/eoeXl1TFYKWZsUp6xOvCZCLcxsMMM4OTg== +"@comunica/actor-query-operation-slice@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-5.0.0.tgz#ba57d561c799de0bfc33a27bb97ea28bddf18da0" + integrity sha512-GZ+dgmcUUm0V9de3Gwf4wLhnSPd6zl8FFAQMmOVY+m49RiIgR1LyRo9lIVrw2eB12Bd9XwCKQNTmeMZJTUCU+A== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-query-operation-source@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-source/-/actor-query-operation-source-4.5.0.tgz#fd6dc954727e8dc3be2f91016c6ca2ace30d6af2" - integrity sha512-N7Ncs92KOYQ0uKBc0P3hZ9/7yHwchnazH+wq/Gufm/WsWPt13YppB43rSJHzo0tBkVMvI8MbZvkLj3t46/wYAg== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-union@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-union/-/actor-query-operation-union-4.5.0.tgz#c832878f44ea52884a9712e5d843a0337fa5c0d7" - integrity sha512-cKBEYMc84lXREjj9ta30idl4wYKQnSXS1P3tpyuUcc0AmGFVWA6+VzJEgKzvH6Mpbe/PGA8nhTqDZJVLi1XRXw== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-update-clear@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-clear/-/actor-query-operation-update-clear-4.5.0.tgz#f903a4cf30728017a31687a7e4154f8baa48606f" - integrity sha512-R6x13rE4JU/QlDoBQXAJadtYePWB82UTGT0r3xgNaXgRaODWgaSPXadPvxRLoI9HSX0DQrJiIXaNXH0EDdGtFQ== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-source@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-source/-/actor-query-operation-source-5.0.0.tgz#2b6edbcc3235f4e15bfd8e632b0945cdb9f1c643" + integrity sha512-Etj3WDm3JJHHBgMlho8W6evzJLcVVlMxDKs9NSPjCao3z9ohYzPigrRRh1uXJ1tJQNPKMjvrSSPTuGGavdWuGA== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-union@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-union/-/actor-query-operation-union-5.0.0.tgz#ddd0ca24fd14be14c8274e1fe72ac0d4258e7239" + integrity sha512-Dh8SpMtC3mhkfHzTD82ZXcmEUEW03S/R2E7hJfyZfes/aVs9g5NPx8W/cK+WQwrWebNwubCtW4FrU7eYqPdRjg== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-operation-update-clear@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-clear/-/actor-query-operation-update-clear-5.0.0.tgz#6f86f8cadd2edf2e9f559c38be8485130871e996" + integrity sha512-8uq1RT4OG5YoJ3grxRuJNYE1wYgw8G2h3lp0DzeZbV7mhSXgiF0afKmgfRz/qe+uhOEXOBWhNDA1ljrpfFRFyw== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-operation-update-compositeupdate@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-compositeupdate/-/actor-query-operation-update-compositeupdate-4.5.0.tgz#c7b0a227e0961050a05a58f50ccd2d7120783991" - integrity sha512-/7hwBvrHUl9f2arb2Z4KOOyTjFNdSAspLofGmMVeM9f8TkPH96gDMRw1+RM4qcuTLEbdJn+efc7YzVJrVmwSDQ== +"@comunica/actor-query-operation-update-compositeupdate@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-compositeupdate/-/actor-query-operation-update-compositeupdate-5.0.0.tgz#9b05b46405bdba612dee0048d918d3a53cae24d3" + integrity sha512-jIjnTsxI4i2Kfy1WBWUOnh+Xm0aVZ9sz64FfUYbTbr4Et7BGIfy9pxFI+LZhE8+YSdE/ZOuCJDsoBgSk1UI2hQ== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-query-operation-update-create@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-4.5.0.tgz#e4c38d589f15d59af23eaf31f5dc1d290f230943" - integrity sha512-BphWTXX81Bpv8hq74eIkPWOi2K8/45UvM2ayQp3RblSlD1fu0GcWnxcoexLFFw1aM4Xd8sCvgRtq2k0HwhgdoA== +"@comunica/actor-query-operation-update-create@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-5.0.0.tgz#5bc548aee2359f654889575993608a70789ffc30" + integrity sha512-r0028q+87xBkab4TeCdLscVzumC6Q8OV/Kg4jaQu1/jLtEsjxEKDFmekxinz0DsW482s+cTg2TB+TRhn47d3HA== dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" -"@comunica/actor-query-operation-update-deleteinsert@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-deleteinsert/-/actor-query-operation-update-deleteinsert-4.5.0.tgz#c0c35027891e405289cd4b8b84f832480a42e3f2" - integrity sha512-spJ3Rpj/FAM8tAo35ggFyFWamOfBfHZBT/eMH3CKLJ5qXEJcB9JvjxD/kmW79aMhsPSqlOqyTQ7p3g7OcQd0Jg== - dependencies: - "@comunica/actor-query-operation-construct" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-update-deleteinsert@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-deleteinsert/-/actor-query-operation-update-deleteinsert-5.0.0.tgz#e0bec04c403c65536d6dc51f1ee6635d55b7c351" + integrity sha512-xqiviRuFHL7k3Yp6++G4j+SlpCmilx9ag1MZp6dMymm7NFQLi62qZt5hyoFQ1DEvUro3j/Bx7fYMf49VYOlcuQ== + dependencies: + "@comunica/actor-query-operation-construct" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" -"@comunica/actor-query-operation-update-drop@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-drop/-/actor-query-operation-update-drop-4.5.0.tgz#4797e9e39fc042cf52f0145d61f7c33420ebb157" - integrity sha512-jVDTwPANfoH6iUzuO2RvVoDZ0tVpyShWANwEpvvfWRocj/oy55p3tF/1CUj/I/6IVXsiBs32xivnGeP2Aurzkg== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-operation-update-drop@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-drop/-/actor-query-operation-update-drop-5.0.0.tgz#e606550e16a1af293b98f712dc5aedd061e4d68d" + integrity sha512-ZgqXx+PI+Nrr7W141Cd25YChIl3mvMxvWjBJd0zZY51B9d7rw/sxzY+DOJtL4e3QjlAQG4KZ3P5QUfz14WSlpg== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-update-load@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-load/-/actor-query-operation-update-load-4.5.0.tgz#6ee250903a03c7ec853005149f12cf41badfdf9d" - integrity sha512-ZNQkrhLwUjjLdrkYE83SafnhtSt0LEiAE+cS+soRZwl9GLoIPqfRyE8+r6hPHVKtBefLkTQC01dBC53vb84cTA== - dependencies: - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-query-operation-values@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-values/-/actor-query-operation-values-4.5.0.tgz#ebd6f4517cee200303066548b0d6b1f349afaad8" - integrity sha512-3RTTA2drfC3gr4VtomTMhhXuJGjmZW5NiiX/QhKLwkxEzVp8JYDP8KTtaMG+HWvNzoXNnLgFjY+69SCVUNfk8Q== - dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-parse-graphql@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-parse-graphql/-/actor-query-parse-graphql-4.5.0.tgz#1eeaac71470fa0f0e6595df6b36d871ff1f074e4" - integrity sha512-QrHrKC1V3dEE/nXg3Q69rzuAH6BXCPD2DQTj4mWwmZ0ATvuM4+PYmXc3ZZK9Cp06cK+TsRHRlKYUUmEpXKfN0Q== +"@comunica/actor-query-operation-update-load@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-update-load/-/actor-query-operation-update-load-5.0.0.tgz#5afbce58d6a516754a7a565480675e03c94ffd77" + integrity sha512-QBBpaIdFPqXsB1oTrPBxzsrzjKE/rrJzr+qicypqkwJBsUZQW3meA5iNEhgo8UMw4KLiRZwQap1yuC/hatibbA== + dependencies: + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-query-operation-values@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-values/-/actor-query-operation-values-5.0.0.tgz#f840bb769cd327c25d5b3e3b2564dd94aa4f6c4e" + integrity sha512-Fig5zNEFg5CC11AzgC9nxXi62X/3LxNI/z5b5Lsmpf2fZPTZW6Fy11qmdsDA8og4dMr8WMjAgIiY205cuUKvSw== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-query-parse-graphql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-parse-graphql/-/actor-query-parse-graphql-5.0.0.tgz#18f5625c6942d2a77295c6778f5cdf9dcf918998" + integrity sha512-AcHVnO/hxQuB7cx5VssS1EjMoayLLfBuOwfYli9GvqNwIseG9f9VfiKgOSlM3lZSYmsLqOcUtWCAsOvE6bDcxw== dependencies: - "@comunica/bus-query-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - graphql-to-sparql "^4.0.0" + "@comunica/bus-query-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + graphql-to-sparql "^6.0.0" -"@comunica/actor-query-parse-sparql@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-parse-sparql/-/actor-query-parse-sparql-4.5.0.tgz#ee6ed1e87a947d49c564ef83532bf9dc74fef966" - integrity sha512-cteTjZAipUsC44z67yyCWe+4FMxBAFv1tNAe2omaqDMo8nLZJ2qnN9wj4ZqOVQuyHSGLeg5V7umc5O1m4FgFKg== +"@comunica/actor-query-parse-sparql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-parse-sparql/-/actor-query-parse-sparql-5.0.0.tgz#0f01d63498e06e91c6960b1cd9adc68471703fc8" + integrity sha512-GLuBHdQ+ZlpDD/yLBsU/Uharim3FXeG5U8kG6YLc2hbA9uwwE5rlRHst5nqvbPAaANnmLh+1dxZcw2Dm6h3Syg== + dependencies: + "@comunica/bus-query-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@traqula/algebra-sparql-1-2" "^1.0.0" + "@traqula/parser-sparql-1-2" "^1.0.0" + "@traqula/rules-sparql-1-2" "^1.0.0" + +"@comunica/actor-query-process-explain-logical@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-logical/-/actor-query-process-explain-logical-5.0.0.tgz#79fd4997863741460cf41f491b6decc91b353fde" + integrity sha512-Z3bXjIaLcQj+4QmN8Bk18zPzoJtv9xH912Ft0fpxm+fEAkC8o/6eRleh3GXA4gutm5B4YWMBEh/Rp6IxAJMQ0g== dependencies: - "@comunica/bus-query-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@types/sparqljs" "^3.1.3" - sparqlalgebrajs "^5.0.2" - sparqljs "^3.7.1" + "@comunica/bus-query-process" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-query-process-explain-logical@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-logical/-/actor-query-process-explain-logical-4.5.0.tgz#67685fb3972a1d3b0a135fd0e16552f9f81f2cdc" - integrity sha512-K27GBFBzK0m/ipgmas+l+OiqgoJ5LcTmJrdIFpkZQIXiYgHhlY9uFePjsjUL9liu+VZryJ5/0qGf+6fQkM0m3w== +"@comunica/actor-query-process-explain-parsed@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-parsed/-/actor-query-process-explain-parsed-5.0.0.tgz#792875679ed3c1a6ba854bac1a7a1b1495ea3ddf" + integrity sha512-CIor3cRV/4t+Lio+srMOoIr4Iqg1xnPwVRQ7YOTBI0gG+win24elKYRqsXHW2RXPaPiiMmJX32diftIixB4nsA== dependencies: - "@comunica/bus-query-process" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-query-process" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-query-process-explain-parsed@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-parsed/-/actor-query-process-explain-parsed-4.5.0.tgz#6f9b90ca7c3c74657939f1ba9a3b8a144766c846" - integrity sha512-DN7kDINTtONVYoehMcz8f5QmNkYvg7C2NnjkcrDM4SUgOzPWps75o301HtjOmj8IwKAo9APUOjOIVO1K3BiPvg== - dependencies: - "@comunica/bus-query-process" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" +"@comunica/actor-query-process-explain-physical@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-physical/-/actor-query-process-explain-physical-5.0.0.tgz#975aee324ac56d9ef273d2b314ebd56f12ce5f0f" + integrity sha512-fLw4zVFSoECEbMTF3VCsYuL+5c90RLezLKknhOASFp0qAx1mZrDS5jCuRhkO/FNT9RUC6VJkGTTZXZmV9H8G+g== + dependencies: + "@comunica/bus-query-process" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@rdfjs/types" "*" + rdf-string "^2.0.1" -"@comunica/actor-query-process-explain-physical@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-physical/-/actor-query-process-explain-physical-4.5.0.tgz#a03fa895c1a23ce626f756dd5ad26f2714b9a1af" - integrity sha512-+wdQrBgg1a4josJbYQc2SluqX2BTZC0zvQ/HXouIsEiGv4G6ribpVmnxXUQ7Io6gdTRfqohmoxQatm3A+eJSWQ== - dependencies: - "@comunica/bus-query-process" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-query-process-explain-query@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-explain-query/-/actor-query-process-explain-query-5.0.0.tgz#b28ddb430be7721223c3cd535e565065b641d04f" + integrity sha512-6OXrbzlDegtSb3T4DFsxbbr70MFUa2UGIJibV1lZ5DLQ3PfilQ7YIAFFsB5LOFiYNRvSF2AXOtkJ+qeJBFVMOQ== + dependencies: + "@comunica/bus-query-process" "^5.0.0" + "@comunica/bus-query-serialize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - rdf-string "^1.6.3" -"@comunica/actor-query-process-sequential@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-sequential/-/actor-query-process-sequential-4.5.0.tgz#1cb5a10efaded890cfc5c402e40706f612139fb9" - integrity sha512-3MlrVQfY7iz0V17jnlZzeJLav1AtawnXZTEK3Jvsnl7lQrzYJ0rEvvGCeAJ6LCrhHmE9cMI0KtghQnKO1zxuDg== - dependencies: - "@comunica/bus-context-preprocess" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-optimize-query-operation" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-query-parse" "^4.5.0" - "@comunica/bus-query-process" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-process-sequential@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-process-sequential/-/actor-query-process-sequential-5.0.0.tgz#36cd491db10c8a70f3c61872d6d29c5e3df9042a" + integrity sha512-fMGAKLKMmSwxKa0Rf3R07JasCiO6ZSOohveue1k5Zz4xwh2M3O7P18Gf9nuE//n2VnkIdXziLPBRWtj9u6Pb1Q== + dependencies: + "@comunica/bus-context-preprocess" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-optimize-query-operation" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-query-parse" "^5.0.0" + "@comunica/bus-query-process" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-query-result-serialize-json@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-json/-/actor-query-result-serialize-json-4.5.0.tgz#1ce37148eba097fd323d53ada69c1ba2bc6d0502" - integrity sha512-96wFPpRM+kWUw3cIu+j8LtWxTQcUYDuNPvgnXwi+b9HGJzhNA6VFdLG37S/gbXDkg0yQsSU+06JGGYAm/WcM+Q== +"@comunica/actor-query-result-serialize-json@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-json/-/actor-query-result-serialize-json-5.0.0.tgz#aaefbec878e7ce4be72af96df7f770c285c00433" + integrity sha512-wRuV4olvSZmwVK7uryROX5YU8fpUg34u5FiijibkOD8srFUEIR7g6grJ2rf0N3yr53R2DyH/rLF1IJMFQASx1A== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - asynciterator "^3.9.0" - rdf-string "^1.6.1" - readable-stream "^4.5.2" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + asynciterator "^3.10.0" + rdf-string "^2.0.1" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-rdf@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-rdf/-/actor-query-result-serialize-rdf-4.5.0.tgz#1c3a7c05a71362f8c9164bbc98c2b83b352425b2" - integrity sha512-vGALjgZFg/m2F5lsJj3BgQ6HTFECpybtuTCnTqm6mBgVkdtZrqAouwyoxtk9Y8wge4fdW0PA9YZx/03gvX7dDw== +"@comunica/actor-query-result-serialize-rdf@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-rdf/-/actor-query-result-serialize-rdf-5.0.0.tgz#9dcbc784c211376cec48dec8b83ea279c7f4fa30" + integrity sha512-/RZRv8I2VWYP7UUIA5+/CDOA3zNf/Y49qRBiTjCyZ6Q2GVg+Ue4TbSyKSipiF8cgKOMvalei+veSvej1c9pwjQ== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/bus-rdf-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/bus-rdf-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-query-result-serialize-simple@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-simple/-/actor-query-result-serialize-simple-4.5.0.tgz#7dc2d6fefacdb475bd4cf20769eb3434e7f04ee0" - integrity sha512-u4QpJJb0LY+weDqWdK1iIEb5OTPOLdA091su2yViXoYjkh2g9Wq+YIqCoA6H/D6hGYQMZ/OEIT95xq3P+ARmNw== +"@comunica/actor-query-result-serialize-simple@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-simple/-/actor-query-result-serialize-simple-5.0.0.tgz#8e4a1087acae0a30f08ae185380aafe800ac25ac" + integrity sha512-AHhbxHJIU3k8DkhlAvk/DMv1hKyz06y6jk1Q4XByn4UYw91sDIZDgN6gNX1qRqCi2fnWlpaN9tA4BcOrF9GxPQ== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-string "^1.6.3" - readable-stream "^4.5.2" + asynciterator "^3.10.0" + rdf-string "^2.0.1" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-sparql-csv@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-csv/-/actor-query-result-serialize-sparql-csv-4.5.0.tgz#fb2e58c39513960f6460bfccd29ef65bf9eda520" - integrity sha512-jzc/v6oFxwzL5dKeMWHTnIkFRmmL7Go+9yMqRde9LoBwY2J0VV28ThbNZi1xDmEapnAC+LgkHXqOHMZLyA3SAQ== +"@comunica/actor-query-result-serialize-sparql-csv@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-csv/-/actor-query-result-serialize-sparql-csv-5.0.0.tgz#c2abccc82299c662347f5ba22d68f4db95f4d793" + integrity sha512-o10LH2Uj/iM3z/QgqBIhjaXwiaE6B/zIiNylGA9sgFgl9RO9O/7RzWyQ7lGopeTiZT4jXn5Tyg0x0oaEbz6taQ== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - readable-stream "^4.5.2" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-sparql-json@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-json/-/actor-query-result-serialize-sparql-json-4.5.0.tgz#16edfee2dc94944899f5883fc1869b609fcd00d1" - integrity sha512-oirUBOL7tWsSQmJHF1MpSBNfNbm2phKTCLA/x8BeL2kJQnpHHQFtVlEXEk2IXEbFYzt0gfQPG+nFdTR3r5GMgA== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-query-result-serialize-sparql-json@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-json/-/actor-query-result-serialize-sparql-json-5.0.0.tgz#9dc9273182930f492933284bfba4bfc478b44342" + integrity sha512-wMeLhquTLc8pMP8aiTK+l98Jv0OL3WMit44f6hDHDV+znDgykqtmafHG5Ahhai/UXfb7BGi+EJ1dqRvShk0R5w== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - readable-stream "^4.5.2" + asynciterator "^3.10.0" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-sparql-tsv@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-tsv/-/actor-query-result-serialize-sparql-tsv-4.5.0.tgz#2dbac195a05a1c5f51f4709d13ec422b419c12cf" - integrity sha512-B5hMN/eFuSjIIIJRQu7JDLMb1M5cnUFTJi2nQRfhAXaIIKdrI0bGdbNCy9E/jV7cRZatc/2HtbJzw0S8MHs7kQ== +"@comunica/actor-query-result-serialize-sparql-tsv@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-tsv/-/actor-query-result-serialize-sparql-tsv-5.0.0.tgz#e9ebd880753baa7b7a3c25e88f5f5d5c931b77ea" + integrity sha512-QeoAKE1VwXQZY+aNMLfyvFkvra9ui6shP4pGngaMeUeF4+Tw/8VhxMBfvE9kkVym3kLpoiu8oOZaDYlxd4dKIA== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - rdf-string-ttl "^1.3.2" - readable-stream "^4.5.2" + rdf-string-ttl "^2.0.1" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-sparql-xml@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-xml/-/actor-query-result-serialize-sparql-xml-4.5.0.tgz#af502a2e7a164e546ed0eac29a5db337a510c2ec" - integrity sha512-GjudXtfxPD6lbbLWE1CE0imrI6oK6s0tGO7SAvcm0lAc9IDpPShZd1kbIm6uB/Wv4dx6Jf6cEFosZF4pgULXhw== +"@comunica/actor-query-result-serialize-sparql-xml@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-sparql-xml/-/actor-query-result-serialize-sparql-xml-5.0.0.tgz#65f6d89a0404086bc23aa349076353f3e4d7ac3b" + integrity sha512-xM+PumqLRu9FP1vFoE1uMBaf3lkfabogIRQ+gZZ1EY74//K//yJXa0Ego+Q/u7aTwIonsTCvCvoPcFAdew/nJQ== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - readable-stream "^4.5.2" - -"@comunica/actor-query-result-serialize-stats@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-stats/-/actor-query-result-serialize-stats-4.5.0.tgz#acfc9d9d860c998543d4f861ccd3144e25c94afb" - integrity sha512-owY6YZ+k/mq/UCGmrgWuQbNDR9kKzUPb4rkp0jlzBeGTmYEhCJNFCMrdKyGMLoonlSdP+lfNWKMEEnPZfrBQEg== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - asynciterator "^3.9.0" - readable-stream "^4.5.2" + asynciterator "^3.10.0" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-table@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-table/-/actor-query-result-serialize-table-4.5.0.tgz#c0a63405357e7c7f6672fcb1dcdfdad1ad37b2ff" - integrity sha512-HFKYQdytI3UziHMj+qNV82tGj+CY3ZwLvFgymMEPMRvOC2vpc70uO9E5Cn4rAAUgsE6QZkFcv7UOio207E0Oew== +"@comunica/actor-query-result-serialize-stats@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-stats/-/actor-query-result-serialize-stats-5.0.0.tgz#7eb7d46bd55f2380c913f512325137649193afc3" + integrity sha512-a9kQpV+hsRYL1439qJrdzdCt69F2USIZX6wnQyL89XW9l7RJ13qyOZOyYG3wwgOYVNtE8MriR7anj9wpyuL5LA== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + asynciterator "^3.10.0" + readable-stream "^4.7.0" + +"@comunica/actor-query-result-serialize-table@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-table/-/actor-query-result-serialize-table-5.0.0.tgz#4f50dfdbe384ced6183e314c0b79eee368ace3ae" + integrity sha512-shThWEpf0Uzzs5Rqg+qphsKgHgduhhRpfs3bZ57Pfwm93wR+jlYmjKEzfva2KjzF62LFwlR8zvtqtLJ3/30XqQ== dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - rdf-string "^1.6.3" - rdf-terms "^1.11.0" - readable-stream "^4.5.2" + rdf-string "^2.0.1" + rdf-terms "^2.0.0" + readable-stream "^4.7.0" -"@comunica/actor-query-result-serialize-tree@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-tree/-/actor-query-result-serialize-tree-4.5.0.tgz#8ae1fc9675c122bd41e81270901f9a36c206113f" - integrity sha512-Rl2QzL2oJ51Rumk0VNgRroCZsaBCa5bHK16HZAq70+cJ0G3vignpt9s+AJ/wzVZP/xnsHLDVWbQB5pbCL2eWgA== - dependencies: - "@comunica/bus-query-result-serialize" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - readable-stream "^4.5.2" +"@comunica/actor-query-result-serialize-tree@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-result-serialize-tree/-/actor-query-result-serialize-tree-5.0.0.tgz#a15c7737a3e0b51cdf7cd1e7a10f81e0abf914ae" + integrity sha512-OIvYo6xUCGOf6i02hS2sKm6BojVPNz5coWwMBSQgUXoCcO3wbfkXk4phnzNxz9CBmsehSJgBzyJO9O2oBeHkxA== + dependencies: + "@comunica/bus-query-result-serialize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + readable-stream "^4.7.0" sparqljson-to-tree "^3.0.1" -"@comunica/actor-query-source-identify-hypermedia-none@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-none/-/actor-query-source-identify-hypermedia-none-4.5.0.tgz#06864db557477b2f2b41db52bf90d821a3b1a32e" - integrity sha512-n9rwWooPupAQmveWGLwq63enLW2CI8i2LNGSvyIpuA1qSAFO2L5rJheUH6HsTZhcemL7TY+2exCwVk9M1QfzCw== - dependencies: - "@comunica/actor-query-source-identify-rdfjs" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-source-identify-hypermedia" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" +"@comunica/actor-query-serialize-sparql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-serialize-sparql/-/actor-query-serialize-sparql-5.0.0.tgz#4662c7ecc9230b1b47a9f8696085b9f6819e48fd" + integrity sha512-AD34jDkaurV2C2ky0+C3p/pa3Zwp0KqM6vbL/X7/VH8a5aC2RZn1KMefuR2PTwPucjmNoLnF4khIPvDy37R7tg== + dependencies: + "@comunica/bus-query-serialize" "^5.0.0" + "@comunica/core" "^5.0.0" + "@traqula/algebra-sparql-1-2" "^1.0.0" + "@traqula/core" "^1.0.0" + "@traqula/generator-sparql-1-2" "^1.0.0" + +"@comunica/actor-query-source-dereference-link-force-sparql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-dereference-link-force-sparql/-/actor-query-source-dereference-link-force-sparql-5.0.0.tgz#c8b3518dddfb6f7e85d33d7435741854ac4df5b6" + integrity sha512-s0vb8ommoiPqqlj+d84mMRlZnk38NJUH10GL3u6HLnKvAU20Yj9b0hahYUbXThIzm8KqTh6L5zd10eGRrXH67Q== + dependencies: + "@comunica/bus-query-source-dereference-link" "^5.0.0" + "@comunica/bus-query-source-identify-hypermedia" "^5.0.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + readable-stream "^4.7.0" + +"@comunica/actor-query-source-dereference-link-hypermedia@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-dereference-link-hypermedia/-/actor-query-source-dereference-link-hypermedia-5.0.0.tgz#a8a704dc92a3c31b49501d89d5f45d2d360639d9" + integrity sha512-sHJ0ZtAR77aYLg18KR5sMMszHX47Gt/zHWJg+kowQ84cAGfjw7wcA9i1K0W7nNEt4ESh2yVMhjQTYxJAUTSxfw== + dependencies: + "@comunica/bus-dereference" "^5.0.0" + "@comunica/bus-dereference-rdf" "^5.0.0" + "@comunica/bus-query-source-dereference-link" "^5.0.0" + "@comunica/bus-query-source-identify-hypermedia" "^5.0.0" + "@comunica/bus-rdf-metadata" "^5.0.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + readable-stream "^4.7.0" + +"@comunica/actor-query-source-identify-hypermedia-none@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-none/-/actor-query-source-identify-hypermedia-none-5.0.0.tgz#daee4e33e5a55dcc261636322e9e31adcfcf52de" + integrity sha512-8EtWQqJhQ1rRhtYfzEoc2VHAiespcxwQXSREcePs8IftctEhXOcKZC1uPlOqx7lyTMWqf98he4zYyVTuznA12A== + dependencies: + "@comunica/actor-query-source-identify-rdfjs" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-source-identify-hypermedia" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" rdf-store-stream "^3.0.0" -"@comunica/actor-query-source-identify-hypermedia-qpf@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-qpf/-/actor-query-source-identify-hypermedia-qpf-4.5.0.tgz#6161152129f250e517c74ef7fe77f191fd3fd999" - integrity sha512-ozpDbGvwDqY+yhVYBDYmpZfCbpwNnozmJrPnuDhtDQb1f+78yzWBFwDwQoWfXtAM3m1EcaUq6r7WJRRJft2gYg== - dependencies: - "@comunica/actor-rdf-metadata-extract-hydra-controls" "^4.5.0" - "@comunica/bus-dereference-rdf" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/bus-query-source-identify-hypermedia" "^4.5.0" - "@comunica/bus-rdf-metadata" "^4.5.0" - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-query-source-identify-hypermedia-qpf@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-qpf/-/actor-query-source-identify-hypermedia-qpf-5.0.0.tgz#9d4f4952c5676928863ee9040fe3aaf0c22bad85" + integrity sha512-C9HtH5OPGT13T0OTFCgfSDAn3V/H9OM6dSLmS4SeYf2e301m6fXgFIsN9ghv74Fn76NS0XEfRclIktLW/WcXAA== + dependencies: + "@comunica/actor-rdf-metadata-extract-hydra-controls" "^5.0.0" + "@comunica/bus-dereference-rdf" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/bus-query-source-identify-hypermedia" "^5.0.0" + "@comunica/bus-rdf-metadata" "^5.0.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-string "^1.6.1" - rdf-string-ttl "^1.3.2" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-string "^2.0.1" + rdf-string-ttl "^2.0.1" + rdf-terms "^2.0.0" -"@comunica/actor-query-source-identify-hypermedia-sparql@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-sparql/-/actor-query-source-identify-hypermedia-sparql-4.5.0.tgz#68226d63a3e5a0f725888fb000be423d16f69a41" - integrity sha512-u2QhEzfZJ/RXuqjJHnTxxYuC1vcRIMRchSzAc7ny8t/blLHJAmseD4R9/J6GIBirGfION6zX9z505zUh9Jkgmg== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-source-identify-hypermedia" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" +"@comunica/actor-query-source-identify-hypermedia-sparql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia-sparql/-/actor-query-source-identify-hypermedia-sparql-5.0.0.tgz#36fac45342e3c0ad8b4c7906c17af296ee9bfc63" + integrity sha512-FwkIaTAXZPl3wUXvmzjsgWZ3kjcUl4GuavOHtNCzpo9OELMZLM4wlS5eEFlKnYcptG1mzACAkJk6IclFfpIYLw== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-serialize" "^5.0.0" + "@comunica/bus-query-source-identify-hypermedia" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - fetch-sparql-endpoint "^6.2.0" - lru-cache "^10.0.0" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + fetch-sparql-endpoint "^7.1.0" + lru-cache "^11.2.2" + rdf-terms "^2.0.0" -"@comunica/actor-query-source-identify-hypermedia@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia/-/actor-query-source-identify-hypermedia-4.5.0.tgz#de9c955958ba83848b8fb1cb3aa7d3a7269c4605" - integrity sha512-M+T6wJ5XuQaYvxTzPMN6gnT/AEhJPF+SDIb0XomiJBRM5KtYNvURYF7HYlxRlW2UMM13SLXAoEYiOJU1cn7itA== - dependencies: - "@comunica/actor-query-source-identify-rdfjs" "^4.5.0" - "@comunica/bus-dereference-rdf" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/bus-query-source-identify-hypermedia" "^4.5.0" - "@comunica/bus-rdf-metadata" "^4.5.0" - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/bus-rdf-resolve-hypermedia-links" "^4.5.0" - "@comunica/bus-rdf-resolve-hypermedia-links-queue" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-query-source-identify-hypermedia@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-hypermedia/-/actor-query-source-identify-hypermedia-5.0.0.tgz#9e125aa95d5ac2db0777638dc238c653cbfa6d00" + integrity sha512-OvFsSY+yAaosJZp/OegTRY5Hw8eW+ZWo4rSqlIY2+67F3aobVmRrxL/33LRi99/mSWv+GJ4ZrgJ0VD6xoG1YZA== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-source-dereference-link" "^5.0.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/bus-rdf-resolve-hypermedia-links" "^5.0.0" + "@comunica/bus-rdf-resolve-hypermedia-links-queue" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - lru-cache "^10.0.0" - rdf-streaming-store "^2.1.1" - readable-stream "^4.5.2" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + lru-cache "^11.2.2" -"@comunica/actor-query-source-identify-rdfjs@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-rdfjs/-/actor-query-source-identify-rdfjs-4.5.0.tgz#356fd1b75761f966eb993981be1fd4a3fab4cf31" - integrity sha512-OODcg3Sz0TAkClTlhHout6hAgikbtm/19rycJeOo6QbsM2dUohnKrk5pXNvlTfCqIj2qsvqcnD5YTuIRjYhYiQ== - dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-query-source-identify-rdfjs@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-rdfjs/-/actor-query-source-identify-rdfjs-5.0.0.tgz#89d698d7ceb31f6492ef139685c7342fb7c54d8f" + integrity sha512-iPkL+fq3TlVC13c4Gqy4AfPzMFvX3N2J70ezy646rmvHBUnPQojMa69AkYRA3nYkxuyGDjMJfefb/lZFZb2j0Q== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-terms "^2.0.0" -"@comunica/actor-query-source-identify-serialized@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-serialized/-/actor-query-source-identify-serialized-4.5.0.tgz#cf61ebd8e1a15f240cd483f4fd5ce8e39daabeae" - integrity sha512-qz+Tzjy6qMAo9Xnbf8fjnkHrZ+M/UyLZW0rlN3uH8OCJSZ+ytSHrXq/QXAMEcOxp5CmJDdTiyRKPL66vaP9tiQ== +"@comunica/actor-query-source-identify-serialized@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-source-identify-serialized/-/actor-query-source-identify-serialized-5.0.0.tgz#49f8d96f99f8d284f3ffe640de5461ad536b7b5a" + integrity sha512-mslDidi58LwdwvurR8cmj4Wrf0zbZ/OqUZHhC2FXMF2f10BSkEcn6aoEtKqaa5mjBMVNOXMZA88hPjYsFVWX8Q== dependencies: - "@comunica/bus-query-source-identify" "^4.5.0" - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-query-source-identify" "^5.0.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" rdf-store-stream "^3.0.0" - readable-stream "^4.2.0" + readable-stream "^4.7.0" -"@comunica/actor-rdf-join-entries-sort-cardinality@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-entries-sort-cardinality/-/actor-rdf-join-entries-sort-cardinality-4.5.0.tgz#ed7fec37655b75d8432481c56c81d41c3fce768a" - integrity sha512-Tk4AxcP0BdC9e5LJQqcCx1IvrVeeIbRYlin6u//s70MG4QZesFdFl3kNRPWo7PK2M40XT2yO3j5tSNrkj4TpxQ== +"@comunica/actor-rdf-join-entries-sort-cardinality@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-entries-sort-cardinality/-/actor-rdf-join-entries-sort-cardinality-5.0.0.tgz#317b96d17feb8518aafbca0be763c11c4a3c5e6b" + integrity sha512-RdSM0L0YRvLXAA3TtbpjFwlgErBH0kiOtSVmrMGMv3HfyRIzAX6EgadZ8KJeQWB8Wb4bmJSCc956H+lbxP5YUw== dependencies: - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-join-entries-sort-selectivity@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-entries-sort-selectivity/-/actor-rdf-join-entries-sort-selectivity-4.5.0.tgz#053260bec96569469ba0be392c0993a9f625a457" - integrity sha512-HLeZvjNuwg3iGmF5CC2qF0diOXT7+nVNPoyIUOiCKbY835280SCl6vNidR3p2PXKaJLzIh0UY4X5rdOukiUnUA== +"@comunica/actor-rdf-join-entries-sort-selectivity@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-entries-sort-selectivity/-/actor-rdf-join-entries-sort-selectivity-5.0.0.tgz#4d8dda2a934dc3d92aacbad6a3dea6f5fad61802" + integrity sha512-yi0YJ3u1/19BN9SDUrrFcsS3i02mz1OAhO6G7mwXPqt8mDMimRH0pt2HZpytrBoLfzJpl/gGoV0TSYU/EXnpSg== dependencies: - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/bus-rdf-join-selectivity" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/bus-rdf-join-selectivity" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-rdf-join-inner-hash@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-hash/-/actor-rdf-join-inner-hash-4.5.0.tgz#eabbeebaa573e08ba0dd90d3fc5f8d6e5195f5dc" - integrity sha512-goMj2HrfZp2rP30F+Ea/n8E8qYbhPHv+qG335RAX1NB1/QuIzhhKf5BP5fYVfEu55lhFAy2WpNn/eDYfXEj2Lw== - dependencies: - "@comunica/bus-hash-bindings" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-index" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - asynciterator "^3.9.0" +"@comunica/actor-rdf-join-inner-hash@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-hash/-/actor-rdf-join-inner-hash-5.0.0.tgz#a73a5ed9a67b9188e2f96c016e9f567a0fa6ceec" + integrity sha512-b+M+LUg3uw7Oqtxb6UImwYobU8b8cOUCXVGt1OIRlUmtKtURXlBcbZnHmeu3ugvlwaXWrw0bdyRjirliqelMOQ== + dependencies: + "@comunica/bus-hash-bindings" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-bindings-index" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + asynciterator "^3.10.0" asyncjoin "^1.2.4" - rdf-string "^1.6.3" - -"@comunica/actor-rdf-join-inner-multi-bind-source@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-bind-source/-/actor-rdf-join-inner-multi-bind-source-4.5.0.tgz#f3708a3ec828f91d45c805fb521e3fa21acb0651" - integrity sha512-pnd/r9YW21yxxmJIq8GEz3AB6Qrmvxj9zh04xOw8407Kicxf9iZ2jFm1z5rtrE3fVX4gh206wwKNo5dopOp9Qw== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-rdf-join-inner-multi-bind@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-bind/-/actor-rdf-join-inner-multi-bind-4.5.0.tgz#ec154ed73c6cceb28590ac1c56d752102fdf0b51" - integrity sha512-jCJyQ0E8G589V5Is3fK6W4LpPwKdOv3jC7MtAPdbRzq57l9aY7kYc0n0U4lC7mGSjyPMAcvCQJCE8MMqYyFmeQ== - dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" + rdf-string "^2.0.1" -"@comunica/actor-rdf-join-inner-multi-empty@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-empty/-/actor-rdf-join-inner-multi-empty-4.5.0.tgz#41054901e59994069e4b94c25391dc89be0c1912" - integrity sha512-f9FDa00yqmxIn9n0YSc+JxyJGHR/TKQTlkc4A/lkBbHauD+o0LoryGIm/88mK4ZEDG0ebz2s1znmspCEyhol6Q== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-rdf-join-inner-multi-bind-source@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-bind-source/-/actor-rdf-join-inner-multi-bind-source-5.0.0.tgz#d784eb84588bb12c0668ac91ac9b7d4bace793fd" + integrity sha512-+gbebh75TRPVMmfadqLUJVCSpjWvXMoKCg0vVTT8kofI1XKTGvg0WZ8DdO9L9rqlAQZYPks8IML491bvD4L9XA== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-rdf-join-inner-multi-bind@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-bind/-/actor-rdf-join-inner-multi-bind-5.0.0.tgz#443f83f73334ba66228084944cb367b56af548bd" + integrity sha512-nBwvEdWwQ/PIHzoSWAqC64MLJZbALRmNx6YuR8TXgzGU3FQgVeOPO8bgVknlEg7SeEtgNHmTt1dMyzTqij5sug== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-rdf-join-inner-multi-empty@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-empty/-/actor-rdf-join-inner-multi-empty-5.0.0.tgz#393549f97a51ff6888be3c9da13be9fb13c2f492" + integrity sha512-qW6iqvL2uLCwIqpdSztYLdFkRQYa4pVDLLN6MvhrOdFvdUgRVUvyy70RCNMlLgyHbE759WDwpTQVXBBrcN2Rqg== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings/-/actor-rdf-join-inner-multi-smallest-filter-bindings-4.5.0.tgz#320cf784f5e4db2bfd1ac88aa063324eec7ac18d" - integrity sha512-i04prUsnBsdgPvL847NeZihXiE5Pn5mdcYO4i/LDsPoOoD2vcodm2WvfVl8bFI69FJIIyuf/VlfQOFKNp+9JbA== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - asynciterator "^3.9.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-rdf-join-inner-multi-smallest@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-smallest/-/actor-rdf-join-inner-multi-smallest-4.5.0.tgz#c01681739cd241217ef89905d8986b968081ff7d" - integrity sha512-X9cVWpImkX7ovYxaRMS5w/Y6z7izvAvglcl6Rn4qnL/u3tsgFEcvVb+nMkGjH3+Dk5yef+oThCvVhc5nb7t9mw== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-rdf-join-inner-nestedloop@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-nestedloop/-/actor-rdf-join-inner-nestedloop-4.5.0.tgz#ffc4d1fd4450b35a83fa7aa888a3f094887c859a" - integrity sha512-+u8peRhrLHmTSyMHkKN4Ky0OmUAVteu9WDHagtflNChhGL1OGMZuO1tw+hu8YCrK0/fWCd3ujgr9i5u4Y49iog== +"@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings/-/actor-rdf-join-inner-multi-smallest-filter-bindings-5.0.0.tgz#caed9c473468e0e5c796bb19badae6217fd00a39" + integrity sha512-V6nD1R789WmPEJbsWXq+2U+KJvqBxyrhYpwTZs1XK1F7XT6Pj28eTd+CRsbk/gRvO10xjWxl4j02cX/8scSstg== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + asynciterator "^3.10.0" + +"@comunica/actor-rdf-join-inner-multi-smallest@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-multi-smallest/-/actor-rdf-join-inner-multi-smallest-5.0.0.tgz#69a9ad62038ce154d794054ee403c9b61cf45708" + integrity sha512-bU4YyGPBngrfSn+KrpshpT3D6mlCl5Hp3P6YPEP+DTmq+VNiUEBZL/Kioh/BZZOXm0h8OufBtwvGD8ccS7VCmQ== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-rdf-join-inner-nestedloop@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-nestedloop/-/actor-rdf-join-inner-nestedloop-5.0.0.tgz#cf0d5791624119f7cd1eae48ec570035fbd03c47" + integrity sha512-cL5aNoVzw8c43T6TO1lrdx5oGQfbjddvCaE3syCk5U4VZo9ettPHpUZJKxb2hp5mlfQBgHbv6oTetapWWUCmcQ== dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" asyncjoin "^1.2.4" -"@comunica/actor-rdf-join-inner-none@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-none/-/actor-rdf-join-inner-none-4.5.0.tgz#95df1d5d68f48e37cbf6df0a87ee539918f4ac9d" - integrity sha512-PSOkwq2NMvDL6ikcDuPEa1Rp2aqFlmgvAzUk8OhiCDI0kEqlUzWxskrqQIjVneK8PmJiV3CaA+QkfDp/V48h0w== - dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/actor-rdf-join-inner-none@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-none/-/actor-rdf-join-inner-none-5.0.0.tgz#dc736d31d1e4cd46fec73ad3f584789824c7456e" + integrity sha512-wo7aMkm7ERzMlWriXil52xiMU5qTTk77bpE3IgZnsgS/AjarXQKLbFOEAcNVly4TPTG/bA9AasaeEDD86oRR3w== + dependencies: + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/actor-rdf-join-inner-single@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-single/-/actor-rdf-join-inner-single-4.5.0.tgz#e6900999ee4d5647cc402ed52aeff33c38b7faae" - integrity sha512-XCSO3ULvMMfpmPduzj06oInkvUyTk/n0/p7ovhC/A/0zUJc6Ml9dPrwJZdCiHWF7zjqd74mDrRmu23ouDmuwow== +"@comunica/actor-rdf-join-inner-single@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-single/-/actor-rdf-join-inner-single-5.0.0.tgz#76597d5d76f7913a074d2103ba564d82ae6370b7" + integrity sha512-r1B0ZvR01VMuvHM/yxX2sE+RW0kuMdoWdKyj9ZoKr0R7PQQyxf4pNRQS8ffOYYhBvoKdviJW4o9O1e8z51wuXw== dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" -"@comunica/actor-rdf-join-inner-symmetrichash@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-symmetrichash/-/actor-rdf-join-inner-symmetrichash-4.5.0.tgz#42d5d53e21a1513ad150b561d8c2f96e3bc76c3e" - integrity sha512-TgOoAG/Z7+tgR/vLvym7v3udcIqcD90+w5ttQ+hTa7dfHw/NNhAUALmK6ZMa6uJ6RWeNUu2JZSDDaLFkPDeqDg== +"@comunica/actor-rdf-join-inner-symmetrichash@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-inner-symmetrichash/-/actor-rdf-join-inner-symmetrichash-5.0.0.tgz#9282c28c0b6ffa71c22a5c7e04f4bb121fcb2e25" + integrity sha512-KUpe+KiWOL1dWKx5qpZLbUT+4NqixWFckwFVroOwYECh7HNLoWdH1LAbhi0KnF1nTVnV+3/iMfNCRXCf8B2ucg== dependencies: - "@comunica/bus-hash-bindings" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" + "@comunica/bus-hash-bindings" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" asyncjoin "^1.2.4" -"@comunica/actor-rdf-join-minus-hash@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-minus-hash/-/actor-rdf-join-minus-hash-4.5.0.tgz#3fce3cf390cc3f7e3d8541cb202ad5982196f179" - integrity sha512-3smcJln7Tr+wNEiRuL4KPO+FodMhqQeIaEdnEcs+gzU6JAE9zlPtJDqlTn2pwmUfUYg4xXcScIQJHJoBuf516A== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-bindings-index" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" +"@comunica/actor-rdf-join-minus-hash@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-minus-hash/-/actor-rdf-join-minus-hash-5.0.0.tgz#e3e3662f217a895c309cb1a448fd78cc88a2ad57" + integrity sha512-ZEVk64CP4KbO8XeA3eoOJa7/Odjk8RYs8Q8I0bjrD+XJX/59W1rvDixMy8rleer32ED6UOWfbQxdLfRWpM/1nw== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-bindings-index" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" "@rdfjs/types" "*" - rdf-string "^1.6.3" + rdf-string "^2.0.1" -"@comunica/actor-rdf-join-optional-bind@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-bind/-/actor-rdf-join-optional-bind-4.5.0.tgz#0cd9ce09ea1be421e5bbc0ab67b3cfe60ebfb5bf" - integrity sha512-R0XBCZXv3bL0712FIwqZ+2U+P+k9YGgQFLHI2/PtW9sJWi/s79JSYnwnACfEEfMwIdkPHwK0NIuNmnw3BTT+1w== - dependencies: - "@comunica/actor-rdf-join-inner-multi-bind" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-query-operation" "^4.5.0" - sparqlalgebrajs "^5.0.2" - -"@comunica/actor-rdf-join-optional-hash@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-hash/-/actor-rdf-join-optional-hash-4.5.0.tgz#f87446d6730348214ce7380bc04610404a645d80" - integrity sha512-ogSoBp2OJGZFlUyu5XnggNKBhhQoYBivf4Avvphnm4xZ+4IQmLfwBuzEXhPTZN5Yyfu7L0hQK6Kykk1YuAZo0w== - dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-bindings-index" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - asynciterator "^3.9.0" - rdf-string "^1.6.3" +"@comunica/actor-rdf-join-optional-bind@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-bind/-/actor-rdf-join-optional-bind-5.0.0.tgz#9982bd03ec330b6dbdaf4d35761803c8e38de625" + integrity sha512-DKPZstTFyrOFF/SBhYVpUKkiDUAU6Ag3t9dWMVwvT8tDkMh5/haXQ9WssQEsyjuEgyzlZlUYh2iQymGpk2McgQ== + dependencies: + "@comunica/actor-rdf-join-inner-multi-bind" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + +"@comunica/actor-rdf-join-optional-hash@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-hash/-/actor-rdf-join-optional-hash-5.0.0.tgz#76380e00c04e875777d9f28c4c380a865f480fe6" + integrity sha512-QmrjwHzNQnYGcR+Vr5D6wCWMxI0dgLttLn/DEX1cDJIHIqsgues53shLaQijdXFRt/w5gVgiRLewo8Sh5y8oVA== + dependencies: + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-bindings-index" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + asynciterator "^3.10.0" + rdf-string "^2.0.1" -"@comunica/actor-rdf-join-optional-nestedloop@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-nestedloop/-/actor-rdf-join-optional-nestedloop-4.5.0.tgz#ac92098e62ca8d9d1c1a728457537fcccc77df91" - integrity sha512-szhKIYdV7r6Sv1+q7WW7831O33dO7yYlgbsTDwPir5hgLYHRprrjDFKhPbyA361waWiR7JLrUfdJaXt6FbSIYg== +"@comunica/actor-rdf-join-optional-nestedloop@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-optional-nestedloop/-/actor-rdf-join-optional-nestedloop-5.0.0.tgz#9947f0d1c0ba023d0d751522c8b93789ed004646" + integrity sha512-OA9HPu7XqCFrqF79JOm6rnK6pOMZ5Jvn5rL5NDMIAm5pc0pohym/Iow/Z76USja7EX+ER7mlZsfR04PyS3n20w== dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" asyncjoin "^1.2.4" -"@comunica/actor-rdf-join-selectivity-variable-counting@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-selectivity-variable-counting/-/actor-rdf-join-selectivity-variable-counting-4.5.0.tgz#6d295f253aab281f39c784106ad4bcde49e24508" - integrity sha512-98plhmPvrnYPXQa5PES6sAeNFB+qrGiZg1bUvAM5Jtg5jQ9BfwH+Bf02yIVAfyACjaLaTNGoOP/qHzb6HrUQdg== +"@comunica/actor-rdf-join-selectivity-variable-counting@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-join-selectivity-variable-counting/-/actor-rdf-join-selectivity-variable-counting-5.0.0.tgz#f0176e4c2041bb7b9cac4e9bdb06cdc5d55ce0e3" + integrity sha512-iHPN8y/BkxJeekLQaIJi/alrYEKm6QzyeIJoLPJOYGYUNWncivgEVwIbfOhX591kutOkfNmk/x6zYz+do8zc9g== dependencies: - "@comunica/bus-rdf-join-selectivity" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-accuracy" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-rdf-join-selectivity" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-accuracy" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/actor-rdf-metadata-accumulate-cardinality@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-cardinality/-/actor-rdf-metadata-accumulate-cardinality-4.5.0.tgz#0f28bedaf829b714ed49ee9268b2e034fa03e2b7" - integrity sha512-fHQAs1dqOGwWrSAyCLMGMU3M1GKbjjvcyKS9cYwN47OiT2rEsbBZ1sGWOcpNgxJa4T59lvO4RlfDuuMpmcYLSQ== +"@comunica/actor-rdf-metadata-accumulate-cardinality@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-cardinality/-/actor-rdf-metadata-accumulate-cardinality-5.0.0.tgz#acefc0063675e7ac949d170c116626c2cd952ec3" + integrity sha512-ab9VcLrHLal3nW6Gcm5NrfVFff17slCPpaGZcZQ5lK60PWOsoNdFVnV+MpzuemCFhk9MgHEmsr2R1n2dcSjeXA== dependencies: - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-rdf-metadata-accumulate-pagesize@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-pagesize/-/actor-rdf-metadata-accumulate-pagesize-4.5.0.tgz#dde6b0ec93ec52f9ce2fe3b8335f659e1077c7f3" - integrity sha512-V3Gci3XEN4gO6w+dSHt9QnzaO1+lhytmYxoHIkkwVcjh4X5WYxM82D2fjFf4dW9xF0Yej009ps8RpuX54YRseQ== +"@comunica/actor-rdf-metadata-accumulate-pagesize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-pagesize/-/actor-rdf-metadata-accumulate-pagesize-5.0.0.tgz#1f595d6f1db10b8ea347cc1141eef5c2530973f2" + integrity sha512-dauoGhWRLuIZDepqTpRIKVNhfAmDkc2VNbhSdujT1paeESCUwMj2wKgTkjB56jun03Xbm/cGVr7b0p79pNaiwg== dependencies: - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-accumulate-requesttime@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-requesttime/-/actor-rdf-metadata-accumulate-requesttime-4.5.0.tgz#944fe918e6ae55d91f82ad8665f3ec93dcec52c4" - integrity sha512-Br5hlNujsRFCHJ0g48oW8xBBQvDDT5lNaCuY0ky/sIv/ULk5aT5J/jBIvc5aeIXpA37D3KrvfenXz3ScqvTHSA== +"@comunica/actor-rdf-metadata-accumulate-requesttime@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-accumulate-requesttime/-/actor-rdf-metadata-accumulate-requesttime-5.0.0.tgz#12fd0623d4c3a4c289f0b91e17c24ca77e3dace5" + integrity sha512-uYSYBoCP1A9DFYbEqbX9ng7Ra38g97vViRnSZk/AhdI4m1nyoy1/mPDg18ecOnBNaWDMWzPCNO2K5EedhnDT4g== dependencies: - "@comunica/bus-rdf-metadata-accumulate" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-accumulate" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-all@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-4.5.0.tgz#32a8b09e970b5e455431ed54bb16ea66df9d1ffb" - integrity sha512-oyiXV/D8xv/MLv+QaCKzmO+y7hDx77RlIJm4CeSnn+306oG5PT5fH2CiAPdUDfJsnDaWuoE8jfIEfkh+VLvJEg== +"@comunica/actor-rdf-metadata-all@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-5.0.0.tgz#1320722bfe71bbaa31046ba5c7a161221022e440" + integrity sha512-248MwFP007+bXTtPIBaVg9C3iWfGAGQUIEnj+XJ2OrTqjQ7emoX7oO7qgp9Pbx/MkMeLeZksrmbOXXFD7O/zxA== dependencies: - "@comunica/bus-rdf-metadata" "^4.5.0" - "@comunica/core" "^4.5.0" - readable-stream "^4.5.2" + "@comunica/bus-rdf-metadata" "^5.0.0" + "@comunica/core" "^5.0.0" + readable-stream "^4.7.0" -"@comunica/actor-rdf-metadata-extract-allow-http-methods@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-4.5.0.tgz#d13ae532ffc81302a624b267d75049694c5c561c" - integrity sha512-KoakRRd2zCnVd3cmwRIZMvCWi1Y5rzCZ7jhSDNE1swhi3+aaItAtZZ5Z0FjprUtTASRjBv5eZryMYnCgl6Z44A== +"@comunica/actor-rdf-metadata-extract-allow-http-methods@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-5.0.0.tgz#b90c47a6644eefc9594180b12ac0d1baa235101a" + integrity sha512-gEPH3KOIfe1gcCjiUw5gY23jAk6D/GMzCrMnaVmN9+SSdnydqEGxyddfos6v9KBPnS5jaJuZ2GA7DSpcbJtmFw== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-hydra-controls@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-4.5.0.tgz#cffa0f18c3e07cd358ad3a34c03bc5e57a600186" - integrity sha512-9vgcNp+MObeWRXpeHYahBURNJ737fV5ISha1d9QGnTfeSnYEfdI/09OuvVe1PtPrh0l5JXam2RD+dV8CeliDcQ== +"@comunica/actor-rdf-metadata-extract-hydra-controls@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-5.0.0.tgz#461a9cefd97e910be37023b7d59a26ec0330f72e" + integrity sha512-akcQCRv61rk25vu1TOL9eTykQca9t/PENa9DQq9PWS6oSSFhjWKtqiTncqKrS2USN7Ke82hOyS41yc8vdrc4WQ== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" "@types/uritemplate" "^0.3.4" uritemplate "0.3.4" -"@comunica/actor-rdf-metadata-extract-hydra-count@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-4.5.0.tgz#330552b3580b2448b8df8825d2bad9d533a4018e" - integrity sha512-OJ5vmD+eWYzi5K2QOcqmSpHeeKxW3ZFWCeQXCNDxg0rwMK4FgaSiAYiqyFv9A/D78kMER86DAw2rHKSKE1qPfA== +"@comunica/actor-rdf-metadata-extract-hydra-count@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-5.0.0.tgz#7576a7a9038423d3a6a7f6a9c244592ac5c1bc86" + integrity sha512-Z4GxXEHhXESm+SbcBRoX4nrX8LgDcEtQaroZNAoDOlAe0srX3F8Q4MN3opXCDm3iUK/RhYTQiR5x5QulnUyDQw== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-hydra-pagesize@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-pagesize/-/actor-rdf-metadata-extract-hydra-pagesize-4.5.0.tgz#0eec96d3cbbccfcd18b4cbb77ef262ed58dadc49" - integrity sha512-2dY9vgciVAwhRWeSQRHcvh8RbwryWi7gPpaVp/ldAl06FbEpAf73AFZk1rbkwQBRWfAJ4GBbu1frZKJwYx/mtw== +"@comunica/actor-rdf-metadata-extract-hydra-pagesize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-hydra-pagesize/-/actor-rdf-metadata-extract-hydra-pagesize-5.0.0.tgz#7cfca26fc616a579efcb9336508ef1fab47ec5cd" + integrity sha512-bxXTFJvcdpIVenhaEqu1OPNQV15/mQR1CQ94reVu8y7xeoL9ejeVPNqX/yfAOj/jBxhoi1txsJKdTaa7kN5JBg== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-patch-sparql-update@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-4.5.0.tgz#5522316abde0c719a05a2e07fd0a86eae4fdca0d" - integrity sha512-N+tOuoi7KwJfDbwG1ytpy7QWwqJ4dTSQNfp+Iqr5i90bIqoN+JSRKzb/9ir0e952FSoKKs2kMyxK5eyWuGp33Q== +"@comunica/actor-rdf-metadata-extract-patch-sparql-update@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-5.0.0.tgz#7655fb793838081cf1ecdce726019fdcc012a80b" + integrity sha512-0cTOdLYl14XtDMMaFf8gMaDuXejJmDEhSooL7DvRktfv2Jn21RYPvbJgvo0ULRd6Zcta3U4iAv1tbS4RjHUUKw== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-post-accepted@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-post-accepted/-/actor-rdf-metadata-extract-post-accepted-4.5.0.tgz#710a7847efa34b393401c2b39af7d28d9f64dec3" - integrity sha512-nd0B0l94biSMs2grwBf7/M1FG1K6/lQAD9BhSVD8vsW2sfegrVHzM3lLdS5SxEmElPhBqL5LBQ3iFjqAcWkXiQ== +"@comunica/actor-rdf-metadata-extract-post-accepted@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-post-accepted/-/actor-rdf-metadata-extract-post-accepted-5.0.0.tgz#4ff71e612c0ad8fc3194cd3d2c32c49b88c2c604" + integrity sha512-zZLaW3xrNpVyIsXp4wENHBwp6enxIHmHClcKQcKEyujaFm0wO1M1olTyHF3xPcwxE9kOMFAAQ3qloFiw5YKmCQ== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-put-accepted@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-4.5.0.tgz#2c8421f903cb8a53b9a2b9d9ec4c61e9d8bc2b2b" - integrity sha512-x6RIoA4AtdcmP1ZpH/5XJ11M0/ybQ7JQJRihEn2UZoJhfsUNZpSjR6St6lnNAu2i1g6tn0V3K0OLV1ZRYt7/AA== +"@comunica/actor-rdf-metadata-extract-put-accepted@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-5.0.0.tgz#fbd7e2b199753286aa123143bfbbd76abc6c08d9" + integrity sha512-+uesJbSbLArWxalI+JoI8AyUGTCpTXo66RH5uJRbEqiMThVQPrDUtLR7Kqn9rzqXanRXxm5y8GO29mosHC0xBg== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-request-time@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-request-time/-/actor-rdf-metadata-extract-request-time-4.5.0.tgz#2f281d6f50eb1630c9966fd2e2ba84749fae08f2" - integrity sha512-8it6RD/SOAUq1TnWLvb14q4PhiZqbttv9KkW0sJbLjrz1SUFWyjFjcwANkTyYtfbkRS6WMontb4yYEt47N/FGA== +"@comunica/actor-rdf-metadata-extract-request-time@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-request-time/-/actor-rdf-metadata-extract-request-time-5.0.0.tgz#0df53d0ebbecc35fd0e44943af0a9dbc60fa17c6" + integrity sha512-R4FsLhUsIEHLMvj+oASzAt2XGbKBYn0IDsgo1CPgxlNme7TCupWrPp8auxmHSwP9SxzjZ76T3+yqs9rOp3Lyvg== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-metadata-extract-sparql-service@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-4.5.0.tgz#d791f8adb4b61a45887f47643a106dfdcef24072" - integrity sha512-keKuZuWz8sEq24fXtPKdLUwURvcy8bURWvzVAv15UADJ42zp/2LJGFFlxHqZTLDCIDuKtEdF/KqKNRWHcxhw0Q== +"@comunica/actor-rdf-metadata-extract-sparql-service@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-5.0.0.tgz#862b2b282d207d1526ddb5cb587bc16230759af7" + integrity sha512-RTWrtdRIsPRvRpLQO368y1/d4c7L/70zK1qMsnh+LLccMTgr5BJE8PnfvP39wSm4OKX9B+w5D1mEY0qMnX3u1w== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" relative-to-absolute-iri "^1.0.7" -"@comunica/actor-rdf-metadata-extract-void@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-void/-/actor-rdf-metadata-extract-void-4.5.0.tgz#691ccaa99ecbf1ffcce9436742d0aa497a075657" - integrity sha512-QtUPpKmcumXRBKRG/SWz6o5iHTuCF7n6gk8+VzXw07CU5IWnxaFUkes7fP3KYdpzaGHBE2RAINWWAKEIPoZ5Qw== +"@comunica/actor-rdf-metadata-extract-void@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-extract-void/-/actor-rdf-metadata-extract-void-5.0.0.tgz#9beb1eefd7fdea77d9fcd82584ffc1bef57db1bc" + integrity sha512-y+erzEherN+i5u+ukbHjwLKOavV3PIXvpv9eNMrpssWCIn5rKjXUUZtLd7iYmRvTPM4CDNkh8B1ZQAINZq8xJg== dependencies: - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/actor-rdf-metadata-primary-topic@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-4.5.0.tgz#0f55f047fd487a13d246f5bcf71d5a6b13b0531f" - integrity sha512-9hGpca62ic7n9lvvO/WgTM9zZfUVxgQmHtVcN1sXXpwNrJWNO69zNMxv1+xaoNb1aIHwmRoFdJcoAcp8QFShMA== +"@comunica/actor-rdf-metadata-primary-topic@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-5.0.0.tgz#42fce927fbf3168ed0cd162f7c6fc33ee6cfc890" + integrity sha512-1Y5TeYRaGODHiVeyUcOO8ySyf7IS57rP/BsQe50tYJLZVJT1IiqCyY4J+Hg79K1HF6MLT948U2Fp5XKCejFePw== dependencies: - "@comunica/bus-rdf-metadata" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-metadata" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" - readable-stream "^4.5.2" + readable-stream "^4.7.0" "@comunica/actor-rdf-parse-html-microdata@^2.0.1": version "2.10.0" @@ -3369,16 +3469,16 @@ "@comunica/core" "^2.10.0" microdata-rdf-streaming-parser "^2.0.1" -"@comunica/actor-rdf-parse-html-microdata@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-microdata/-/actor-rdf-parse-html-microdata-4.5.0.tgz#62c790baeb60a346c2cb93d72778b691a6f25b72" - integrity sha512-wxoXLS0nxV4ZqJEsx+zdZLjkRxZPFo+bXt+0fVEuDdBwL5WaJ6WPEL3fqbiH3QuaTu08k9klnsg2L1ncCeHhGg== +"@comunica/actor-rdf-parse-html-microdata@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-microdata/-/actor-rdf-parse-html-microdata-5.0.0.tgz#0bb7f4888e4e0169367b02881ad9b128c9e7e9f6" + integrity sha512-0ayL8DMpBqQtlDqY9ewXh7CYPFVqwVu8GL7VpQ/9Lz4JJ+Fwe4ls7z6S5HCiteWwNHs1gSw4UJ1p+vCMtXGghQ== dependencies: - "@comunica/bus-rdf-parse-html" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - microdata-rdf-streaming-parser "^2.0.1" + "@comunica/bus-rdf-parse-html" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + microdata-rdf-streaming-parser "^3.0.0" "@comunica/actor-rdf-parse-html-rdfa@^2.0.1": version "2.10.0" @@ -3389,16 +3489,16 @@ "@comunica/core" "^2.10.0" rdfa-streaming-parser "^2.0.1" -"@comunica/actor-rdf-parse-html-rdfa@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-4.5.0.tgz#7d64a2896799a3470f8d0b3e52f342ed9d1000f0" - integrity sha512-o39tqHXAvKHnsa82Zm5FIbDRj+CSN46Nxj19TBSpCIsRlv5wJ9NpD6yxd7nGr1ovS5/5Ky7vDSdLcJ0MnJaNSQ== +"@comunica/actor-rdf-parse-html-rdfa@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-5.0.0.tgz#ad4eeb13ba18e0df428ee0f73520f185d6cd8868" + integrity sha512-CgVDv5nRw+b/aQUPSMB5wTjsmXNSII32T7eu3/DB9PWQJ2SbCB1A1kioPfbddQrVW5/AuzftPGV/1rbrhe9slA== dependencies: - "@comunica/bus-rdf-parse-html" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - rdfa-streaming-parser "^2.0.1" + "@comunica/bus-rdf-parse-html" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + rdfa-streaming-parser "^3.0.2" "@comunica/actor-rdf-parse-html-script@^2.0.1": version "2.10.0" @@ -3414,18 +3514,18 @@ readable-stream "^4.4.2" relative-to-absolute-iri "^1.0.7" -"@comunica/actor-rdf-parse-html-script@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-4.5.0.tgz#3fb6bcf975bff09f6e232a3095c7f6eb9ff39d96" - integrity sha512-eobWYbV4w7o/NK+6GMVkcaoGEQbTq2RmDDN63J1I/U0sTSQX0qvtLr0L4buOzGliIUttBbpsYfOc5YtJX6PP0g== - dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/bus-rdf-parse-html" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-parse-html-script@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-5.0.0.tgz#9c3d9e861654dca613b8391c5757bfd31676369d" + integrity sha512-1e9zHX+r0WjLNDt62uLR3oZI4oYeRakx0eAzecmRszo+d7aguMxzQM9r4kXg1bKcPAK6C9qDk0QSenzYZoij2g== + dependencies: + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/bus-rdf-parse-html" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - readable-stream "^4.5.2" + readable-stream "^4.7.0" relative-to-absolute-iri "^1.0.7" "@comunica/actor-rdf-parse-html@^2.0.1": @@ -3441,18 +3541,18 @@ htmlparser2 "^9.0.0" readable-stream "^4.4.2" -"@comunica/actor-rdf-parse-html@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-4.5.0.tgz#348fb64666109e5cce0777052b00947d548a3d26" - integrity sha512-43PrAVCdHLcbJtPqZOVB9/4Zm5EDwIZrzUJhFPx7y30lzda1LmchL5aPrn5OPyrP3/AxK6U0Y9ISDZOBguOAEw== +"@comunica/actor-rdf-parse-html@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-5.0.0.tgz#cbadc1c542cf633e84af4e11e95f8b69f36d901e" + integrity sha512-jMh083ZNcL7ifWriMepcad452DWnxwrkIgM7owuiDZJzAhIJ3CEZqzE5B+20RKqJxi13AiB1xFzKPRXEYhomCw== dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/bus-rdf-parse-html" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/bus-rdf-parse-html" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" htmlparser2 "^10.0.0" - readable-stream "^4.5.2" + readable-stream "^4.7.0" "@comunica/actor-rdf-parse-jsonld@^2.0.1": version "2.10.2" @@ -3468,19 +3568,21 @@ jsonld-streaming-parser "^3.0.1" stream-to-string "^1.2.0" -"@comunica/actor-rdf-parse-jsonld@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-4.5.0.tgz#b50733631ae9bffcf19947ce002e54c2e6b6ceb9" - integrity sha512-QuYhMRNH7oc2RjpDCUWNoZiEkwgOGgQvT+GnCZz2pd2kHuTcH3iBo5FvDTLornSVO0RVchcpWGItN9zA2dCNoQ== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-parse-jsonld@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-5.0.0.tgz#48666c41a68da5f61c6c021564ccd1ac8ec2ffb9" + integrity sha512-Ktx6n/dSgJxp9bAPbXLxrfykbA6E9YUc4P0pz3Y63lrRKXHOpv8gC7BLLKDAtWSO4/+ixbJe9PFSRgjFBJ9qWg== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" jsonld-context-parser "^2.2.2" - jsonld-streaming-parser "^4.0.1" + jsonld-streaming-parser "^5.0.0" + lru-cache "^11.2.2" "@comunica/actor-rdf-parse-n3@^2.0.1": version "2.10.0" @@ -3491,15 +3593,15 @@ "@comunica/types" "^2.10.0" n3 "^1.17.0" -"@comunica/actor-rdf-parse-n3@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-4.5.0.tgz#750f346e5e24b45700b9291fc7403698195d2c0a" - integrity sha512-rERwWLr+fiFWuzWJe5Zoh0JvlaZn9DkvFGRl/5DntnDuwI91/U/p/atXBKfz/abpPAUs4hRGj5gkqmfdZg/bBQ== +"@comunica/actor-rdf-parse-n3@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-5.0.0.tgz#e5214470cad36a3f836b282ddba01a084eaad675" + integrity sha512-9YfHzYgsXqdf+TVVSFGYcMmMLzbDICPI3s9iWMvct6a2eTLvYmIC6YzTykJOVfEupNmCspsVlGFtLK3VzESEAA== dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - n3 "^1.26.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + n3 "^2.0.0" "@comunica/actor-rdf-parse-rdfxml@^2.0.1": version "2.10.0" @@ -3510,14 +3612,14 @@ "@comunica/types" "^2.10.0" rdfxml-streaming-parser "^2.2.3" -"@comunica/actor-rdf-parse-rdfxml@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-4.5.0.tgz#a675121ffd9a88bbefb3082dc75eda2d762a68ca" - integrity sha512-KDmXZ7w++eMO1HXaKwbkx6o5wKTtSMTCdhMGb/ewHinw4XVwesAy9nu/C5CAhi8LpCjdAxa7kf5POejBXUWd3Q== +"@comunica/actor-rdf-parse-rdfxml@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-5.0.0.tgz#0f2d60a21469c6fd51729f015bbeda5977ccdac9" + integrity sha512-yav/Ul7BYnvmaZUQ3RdUg0KPsxnhLHu+xxIk3rvho8r91ZREUxi4oBxa+LIDSOyxjqpa56iCaRMDB9Ndb3w2YA== dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - rdfxml-streaming-parser "^2.2.3" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + rdfxml-streaming-parser "^3.2.0" "@comunica/actor-rdf-parse-shaclc@^2.6.2": version "2.10.0" @@ -3532,17 +3634,17 @@ shaclc-parse "^1.4.0" stream-to-string "^1.2.0" -"@comunica/actor-rdf-parse-shaclc@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-shaclc/-/actor-rdf-parse-shaclc-4.5.0.tgz#b58210a32604deb24bc47fd69923e7c582248ffc" - integrity sha512-YFYn9ml/eCfZhBTYeaYJ0Qk6HerBi0H4acZYppcMKdh/GPJklzW9LOLlEfEzYstrqwPIKZzqgoBg5yvVgbmXpA== +"@comunica/actor-rdf-parse-shaclc@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-shaclc/-/actor-rdf-parse-shaclc-5.0.0.tgz#6acd20208f25b72d92cee1999634b81efa2bee2f" + integrity sha512-G/sD1wNTQbJaim16x/DJsASbbRx9taRNSJRaUiNvDLixwdQhXSOEnxBbojaXsKZjnjHJEMWwE2FOMaRdxFYPUw== dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/types" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - readable-stream "^4.5.2" + asynciterator "^3.10.0" + readable-stream "^4.7.0" shaclc-parse "^1.4.0" "@comunica/actor-rdf-parse-xml-rdfa@^2.0.1": @@ -3554,239 +3656,242 @@ "@comunica/types" "^2.10.0" rdfa-streaming-parser "^2.0.1" -"@comunica/actor-rdf-parse-xml-rdfa@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-4.5.0.tgz#6836f09eef3c9027c43aa2f54f07975390c08adf" - integrity sha512-1uQuq3xsokT0wWf9O6d+SyuNEvGX+bgSSGBCQF9YDjc2RygiZATUdThDmh4VDUYJzUCxHb3YM1XyJ+U2Si6xpA== +"@comunica/actor-rdf-parse-xml-rdfa@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-5.0.0.tgz#a76b065b8070c8441c26901719447061c501c02f" + integrity sha512-OB+7fbrEn1O3AurxG3FUbWNW8kZCKNS8VFhkdEXlE1VwHEzsD/yDleDMgCBgCBFJW4GWwRQvdbS41w/Qdzyg7w== dependencies: - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" - rdfa-streaming-parser "^2.0.1" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + rdfa-streaming-parser "^3.0.2" -"@comunica/actor-rdf-resolve-hypermedia-links-next@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-4.5.0.tgz#9e637dde0ee8ccdce197d703474d272ec8c96ed5" - integrity sha512-2tVJdEmBHkw7AswMdHt1uXgPS02ov03Ryk7cjLkdvsKIx/ZjuCTjtTuWe0BZtWgh77hTUhfebh8mT+IP1sYsdQ== +"@comunica/actor-rdf-resolve-hypermedia-links-next@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-5.0.0.tgz#aaa9957397f63c375150ff78f95e79f7d6c85e97" + integrity sha512-/8EYbl4raI/9fj/sAaVUKeHAWjjUZ/rVZKUBdu8rokbNsr/iqcwEnQIFkEi5Vrw57DfzypQ+KTxwT3zb88CJQw== dependencies: - "@comunica/bus-rdf-resolve-hypermedia-links" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-resolve-hypermedia-links" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-4.5.0.tgz#06f35b882970fa392662c1e8b4c5542757b6adfd" - integrity sha512-Zh+FoR01AxxcLwVAv0F22ZyCLzmu2T5hgVjH4qftm5fWjpuES8ZUbw2ew28U/b0IbGTUtQ+fMkXw/M4j1FY+2Q== +"@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-5.0.0.tgz#774140787249914ffc883592004da6e5a63b804a" + integrity sha512-8yv0x6kexnK40WCalFzL5WU8sQY9hXZ6/Pv4jBLpFf/mK6bpM8+dQiWAJdBxZOQichmNL0KQyJ34KzlW6lLkTw== dependencies: - "@comunica/bus-rdf-resolve-hypermedia-links-queue" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-resolve-hypermedia-links-queue" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/actor-rdf-serialize-jsonld@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-4.5.0.tgz#4fe6991a4b02a3e11674af444f392db1a178b0de" - integrity sha512-mHGiQ6roZaDNvhzlaSSXMPoLZpQypHY/+QLc8veR9lMWfsyo/BYBbhtVlVRU9r8rRe4EfSidAwxtfYhyiSzxuQ== +"@comunica/actor-rdf-serialize-jsonld@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-5.0.0.tgz#dd019ac186e81c504951ab199aca0e5839cfa864" + integrity sha512-MhMkC678zwNHBhTPDrBthx9t4IYuTY/lXgpwovujop94uEXRZVk8EsT/bm4wWB53FtxKsw+nRkiTgNmVs2SHmQ== dependencies: - "@comunica/bus-rdf-serialize" "^4.5.0" - "@comunica/types" "^4.5.0" - jsonld-streaming-serializer "^3.0.1" + "@comunica/bus-rdf-serialize" "^5.0.0" + "@comunica/types" "^5.0.0" + jsonld-streaming-serializer "^4.0.0" -"@comunica/actor-rdf-serialize-n3@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-4.5.0.tgz#0457325a1c54001c27a5aa3812e7ac810c60363e" - integrity sha512-VdhSUe9Ph5CdxuEILyKRtjeNGO5RcwpID/5zIItXJfiZeaeyBepIOAyFNzbk+M0tfMCtFOZKmSGFqGATZY2Dew== +"@comunica/actor-rdf-serialize-n3@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-5.0.0.tgz#7e424ef56357e85b2cf60da76aade5511e828b90" + integrity sha512-lDAyXB8IwP2Yva5IvBCIbbXnrQ+PzutcYaCH79DU9BpdxJXAcYBBVHSmIdMPh/NcfJrHhKUWTlo4ua1auTF29g== dependencies: - "@comunica/bus-rdf-serialize" "^4.5.0" - n3 "^1.17.0" + "@comunica/bus-rdf-serialize" "^5.0.0" + n3 "^2.0.0" -"@comunica/actor-rdf-serialize-shaclc@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-shaclc/-/actor-rdf-serialize-shaclc-4.5.0.tgz#9081596dca90ae69d54b8c78a43dc12bcda01487" - integrity sha512-XC1YhgwXq9tEF9wPNZZOMtPo6oaQUlZnj3tPSRVHpi84bUveRcIJsaNmLUeudqMKTW6cwarAnDrwqtonaBJVsA== +"@comunica/actor-rdf-serialize-shaclc@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-serialize-shaclc/-/actor-rdf-serialize-shaclc-5.0.0.tgz#ee779b11f13149df5d6603f341134448a0f9474b" + integrity sha512-ip1rxPQ1YotWj1D6y6I8YVFoD2Xtu0aLrhlQXTGtjz7adCkxYNF3H347fdfQz5ZV0mIfj1lqMYJxhseVaU34TA== dependencies: - "@comunica/bus-rdf-serialize" "^4.5.0" + "@comunica/bus-rdf-serialize" "^5.0.0" arrayify-stream "^2.0.1" - readable-stream "^4.5.2" + readable-stream "^4.7.0" shaclc-write "^1.4.2" -"@comunica/actor-rdf-update-hypermedia-patch-sparql-update@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-patch-sparql-update/-/actor-rdf-update-hypermedia-patch-sparql-update-4.5.0.tgz#f2e5adef1471d15a6b866015b088591cc66af0ce" - integrity sha512-erYAcCygn+rcw9N7F0eRgh2lNIZCLE4mOZPlA1O4Qxic6XksZZMS3Ra974i3QD5JETVeOHqaGE0nbgmcL4oi5g== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-rdf-update-hypermedia" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-update-hypermedia-patch-sparql-update@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-patch-sparql-update/-/actor-rdf-update-hypermedia-patch-sparql-update-5.0.0.tgz#afb1c169467c8016984b298fc49b1a960bde4181" + integrity sha512-xqwF7CFoV+q2PODFRzSTvEGHAQw+RAtyTul5JRnSbAbHzGWYxNdjLbNsjLXPVxvEBxTYxezJp0vcdKfK5aJxbg== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-rdf-update-hypermedia" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-string-ttl "^1.3.2" - readable-stream "^4.5.2" + asynciterator "^3.10.0" + rdf-string-ttl "^2.0.1" + readable-stream "^4.7.0" -"@comunica/actor-rdf-update-hypermedia-put-ldp@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-put-ldp/-/actor-rdf-update-hypermedia-put-ldp-4.5.0.tgz#609f94a114b5648c3e7633f93807557e068a9d7e" - integrity sha512-HOrfuo7aiM6zW2q6JTCVyvwVH8Zc5RWapgcepPLrpx+3seGNjlfQGCHKS7LLO4u9mMa6WHtTZUVOmlow2dFZWA== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-rdf-serialize" "^4.5.0" - "@comunica/bus-rdf-update-hypermedia" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-update-hypermedia-put-ldp@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-put-ldp/-/actor-rdf-update-hypermedia-put-ldp-5.0.0.tgz#80da2136b536a11c3d66269ec81e88b839e72998" + integrity sha512-C4yHN2PzUxtcY3r5e1BuNRdyy1u0PxEt7r3pk76H7YypRwSKr16jvr1b1AwpR4bRSK56VMSlQ0N1OLBF7zUdPg== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-rdf-serialize" "^5.0.0" + "@comunica/bus-rdf-update-hypermedia" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/actor-rdf-update-hypermedia-sparql@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-sparql/-/actor-rdf-update-hypermedia-sparql-4.5.0.tgz#62bd68f008cba699950a67b1304d74f05b4b6f4e" - integrity sha512-H5tdEP6LK4YYohNP8PT5kDGiNMVFZ+2EMiPSGk4Rv2FQiy6+OobJ8BvIQh8e6rOUEHp+bmMBihRqiz44W8QIbQ== - dependencies: - "@comunica/bus-http" "^4.5.0" - "@comunica/bus-rdf-update-hypermedia" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-update-hypermedia-sparql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-hypermedia-sparql/-/actor-rdf-update-hypermedia-sparql-5.0.0.tgz#744e912c12a62714df52e895a3263a7fd8057ccb" + integrity sha512-DRNdVg+qQ6yVXpCLHsVJflQx3cPP9VyDbMI6go3vRFbEqsR1gOdv8WnI57Z90/H6urJEhVQ6WH2nnP0KrnC5TQ== + dependencies: + "@comunica/bus-http" "^5.0.0" + "@comunica/bus-rdf-update-hypermedia" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - fetch-sparql-endpoint "^6.2.0" - rdf-string-ttl "^1.3.2" + asynciterator "^3.10.0" + fetch-sparql-endpoint "^7.1.0" + rdf-string-ttl "^2.0.1" -"@comunica/actor-rdf-update-quads-hypermedia@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-quads-hypermedia/-/actor-rdf-update-quads-hypermedia-4.5.0.tgz#a62c4a105fb629daedc29d323042c33e74900143" - integrity sha512-Uo/HnTsxr0Ut7jL6phtdkBY6Xc1EYYO2zckdED3Ict7YFlTypyP3hr//GdBJdffNQhy9yzPFqRspMZ1IVy32JQ== - dependencies: - "@comunica/bus-dereference-rdf" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-rdf-metadata" "^4.5.0" - "@comunica/bus-rdf-metadata-extract" "^4.5.0" - "@comunica/bus-rdf-update-hypermedia" "^4.5.0" - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - lru-cache "^10.0.0" - -"@comunica/actor-rdf-update-quads-rdfjs-store@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-quads-rdfjs-store/-/actor-rdf-update-quads-rdfjs-store-4.5.0.tgz#c74a6b97e31dcfaf642a88a201aa52b0955799e0" - integrity sha512-PsV7Fdm/y0jLfSsByUpU0GkbRIV4d73q7d6Ytl5iWQLwvfYiJ8KE6qQyN0tOvcYO9cCwhMCYusEoy6kep6Ml4A== - dependencies: - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/actor-rdf-update-quads-hypermedia@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-quads-hypermedia/-/actor-rdf-update-quads-hypermedia-5.0.0.tgz#c2170c04fe2b1912f9605d95c564bb86c3af6535" + integrity sha512-sd6dGK9SX6eJfRkltSMdOWRLUBezMlPKnVTDsUdj9fWC1LUlwNmNbmhdYTJ3ynV8nZxCXYqQp1d3gD6N/ghAIw== + dependencies: + "@comunica/bus-dereference" "^5.0.0" + "@comunica/bus-dereference-rdf" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-rdf-metadata" "^5.0.0" + "@comunica/bus-rdf-metadata-extract" "^5.0.0" + "@comunica/bus-rdf-update-hypermedia" "^5.0.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" + lru-cache "^11.2.2" + +"@comunica/actor-rdf-update-quads-rdfjs-store@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-rdf-update-quads-rdfjs-store/-/actor-rdf-update-quads-rdfjs-store-5.0.0.tgz#24561599840204121e9239ce327f7a9324c54352" + integrity sha512-tmX6fF1kKiI3YYMbFUG1Tr7fMaxTFao3s81kKLReUnyUF1nYQq1OR9FgdC+CFg4AzuK2evxI2KVYn13CF8hcPA== + dependencies: + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-query-operation" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" event-emitter-promisify "^1.1.0" - rdf-string "^1.6.1" + rdf-string "^2.0.1" -"@comunica/actor-term-comparator-factory-expression-evaluator@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/actor-term-comparator-factory-expression-evaluator/-/actor-term-comparator-factory-expression-evaluator-4.5.0.tgz#4af245abfc5a17f7c4e2c16eec822cf0fda3149c" - integrity sha512-sI46VJ80mfgwTDBhSuzPfIzNABOc10du4rE3NPVl9ysXU+mlfy71B1tkOq25wkGc/bKqo3etNURJz790qCD+4w== - dependencies: - "@comunica/actor-expression-evaluator-factory-default" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/bus-term-comparator-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/actor-term-comparator-factory-expression-evaluator@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/actor-term-comparator-factory-expression-evaluator/-/actor-term-comparator-factory-expression-evaluator-5.0.0.tgz#0ffa01a5d6922ae18428cccef16b7dd72dc8d421" + integrity sha512-nnxCXgcpF+OJ8dyTz0gASpjxkH6NP+v2HApY0Cnq4ldE83kYi76ZRIKvDZ3wtE1l27EH/pIvjJ/3M199sZzsPA== + dependencies: + "@comunica/actor-expression-evaluator-factory-default" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/bus-term-comparator-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-bindings-aggregator-factory@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-bindings-aggregator-factory/-/bus-bindings-aggregator-factory-4.5.0.tgz#d52e1c039dfb392770a4bd5f81041025252ff327" - integrity sha512-gI8UIgEJwYriQmalmMcA1q5g9cu7EzXLuJELiJZMm03msAoVB+RcZmbRBlYnVfRw/uTShl7IV8k27Hl05AjpCQ== - dependencies: - "@comunica/bus-expression-evaluator-factory" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" +"@comunica/bus-bindings-aggregator-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-bindings-aggregator-factory/-/bus-bindings-aggregator-factory-5.0.0.tgz#819265c4fc2df0dd42ab9728c33662003333d70b" + integrity sha512-DGRTsWrpGufj6Mh0uvqqgxnApS25cu2eKk813RiFPdSly3Nsf9KxxnYgUWXgcc+5dhV5NDkQXfgbMa3HCRz3fw== + dependencies: + "@comunica/bus-expression-evaluator-factory" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" "@rdfjs/types" "*" - rdf-string "^1.6.3" - sparqlalgebrajs "^5.0.2" + rdf-string "^2.0.1" -"@comunica/bus-context-preprocess@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-context-preprocess/-/bus-context-preprocess-4.5.0.tgz#f74a99c9b375155673c0c0d55178a153b40076bc" - integrity sha512-PE2aSmzcQsDuIUJGt0Ko6yD8YithHy6XwXKeS8OHaQeI93S+V6DZKaaCE+gCNcDBi8jZ4P4cislay/+8V1ZIPg== +"@comunica/bus-context-preprocess@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-context-preprocess/-/bus-context-preprocess-5.0.0.tgz#0ecd834c2919084e0b35377d609cfd1a26b05473" + integrity sha512-oZrnydX6oR579trbFJhKhaH04SrAV7FDb0P2O4ielNeXBF/frHaKJFpg1enzNxJOXsYxV/eWvA4GeSOuT7B9CQ== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-dereference-rdf@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-dereference-rdf/-/bus-dereference-rdf-4.5.0.tgz#597daf78c5793142dc151716045ce4893fb6d6ba" - integrity sha512-z9NQ7zOoNQH7XoiZEHkMl4Y6fYLkinP+KQgGGSTm2ylhAHnId7qf+UVZhbe1+jmX50YhNOPc3ZT1LOm1YdSnzw== +"@comunica/bus-dereference-rdf@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-dereference-rdf/-/bus-dereference-rdf-5.0.0.tgz#103fa6dd14862846cb10bebb6c1a18749c26293c" + integrity sha512-CbIMF9yLg8c3lPNWTM7rz+a2xJoMdpXh3YWywnTUfuGQkMnXOC7C6Uc7HCSoeKbRBSG3Q68K7GwVC79S8I3l/A== dependencies: - "@comunica/bus-dereference" "^4.5.0" - "@comunica/bus-rdf-parse" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-dereference" "^5.0.0" + "@comunica/bus-rdf-parse" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-dereference@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-dereference/-/bus-dereference-4.5.0.tgz#0019f744a6d1dd2554c75b7ea1f379bec5396693" - integrity sha512-aaiPxZMS/KlkLbQErOtGRMtirVGWYVEmQiFtlKkak2w+584rHTS33m0YD21r6iuQ9RIleRIAb8kAsPa6zDgAnA== - dependencies: - "@comunica/actor-abstract-mediatyped" "^4.5.0" - "@comunica/actor-abstract-parse" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - readable-stream "^4.5.2" +"@comunica/bus-dereference@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-dereference/-/bus-dereference-5.0.0.tgz#e8e8e963a484aa8cc5460e46cd80a451f0fd6925" + integrity sha512-vz+aeQvsXlOUwKGGktMJVdmVbIwf1x1NJJ8BPAdtNmdSBKQWGC6pGGTR2Nou/pMKKATWOjwOJOeXx26f7kR55Q== + dependencies: + "@comunica/actor-abstract-mediatyped" "^5.0.0" + "@comunica/actor-abstract-parse" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + readable-stream "^4.7.0" -"@comunica/bus-expression-evaluator-factory@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-expression-evaluator-factory/-/bus-expression-evaluator-factory-4.5.0.tgz#210ba3c935e6205a7e1cd6f4594436c503ccbc0c" - integrity sha512-QaeEiiXq75fV6+P3DnTKJkrV5p9yv1PqmsSPJ3h66DUManXrQEh9ATnJAwEBoUJlHE4Sy2aqho6Whate1W/orA== +"@comunica/bus-expression-evaluator-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-expression-evaluator-factory/-/bus-expression-evaluator-factory-5.0.0.tgz#1f79eed63a3a54240b7c6d530b84fc519b0e6dbf" + integrity sha512-Me3AeG7tCp6Ixp9pvSi653gOcLitggg733dJUXmrHhIECRXOnlmUVbh4e8YCpJTFLG47g6nyFmtVjeQyH72zMg== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/bus-function-factory@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-function-factory/-/bus-function-factory-4.5.0.tgz#1558e4df2961831a0ac1332f37adeafc8daec556" - integrity sha512-C/D9hzDWAv0GNDYV547rZrVAvkR7pc5CBeE3f3VOHW1aEBc3cvRFSf6FkrweqtxvywK3gI2V+3OPr4kwmRAGXg== +"@comunica/bus-function-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-function-factory/-/bus-function-factory-5.0.0.tgz#c0da374f8e5eec0860bd01fb5b44f37c6f8ee280" + integrity sha512-vxT6kMcHMi5aEgoCEjeDKEGzGA4cA7rsKrGA+6wi5837nLkiOrZwYYVWdGYZFtii+9eEn3w60rQDCk5xW1SPFw== dependencies: - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-expression-evaluator" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-expression-evaluator" "^5.0.0" -"@comunica/bus-hash-bindings@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-hash-bindings/-/bus-hash-bindings-4.5.0.tgz#3ee7324557219cb559f19523580f09c092c3dfd6" - integrity sha512-SV1B83AD1ULprq9Xj/DAConubdOkH7ZYWF5MePolYTE1Wx7BMZv1giGVvR56/tA3/37NZzvffZPfqUc6C8Ip0A== +"@comunica/bus-hash-bindings@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-hash-bindings/-/bus-hash-bindings-5.0.0.tgz#c851e4156164e47c3f144391099ee889b12aa773" + integrity sha512-uOGgMMhBmLpEmWiikZGMISZ5R1AMWqMdHay/+XNrjcFRthyA8+FlRV50MFoTz6Jh+qderDY74ASYy5KoctInhw== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-hash-quads@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-hash-quads/-/bus-hash-quads-4.5.0.tgz#c78608cd629721af265642c3d707e58b54382ff4" - integrity sha512-733+aHqi+hnlOY6bKAvy27Py54/IvOeGtehr6De8g6ZswP5UatiL4GURQk+acBK4aYSw9RzeyQhCu/LxO0q//g== +"@comunica/bus-hash-quads@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-hash-quads/-/bus-hash-quads-5.0.0.tgz#69af0f8ad09812165251f2977b103f31171c99dc" + integrity sha512-VuRPYnAvyrPxkuG/2KnTQCZyoLzF7xPTTmBGC4+SL0moY88EwYpbC2vu8LJ2NzuHUOHNR30RE3cbc28VdBivzg== dependencies: - "@comunica/core" "^4.5.0" - rdf-data-factory "^1.1.2" + "@comunica/core" "^5.0.0" + rdf-data-factory "^2.0.0" -"@comunica/bus-http-invalidate@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-http-invalidate/-/bus-http-invalidate-4.5.0.tgz#561747b2029da03e6480327d7b982e24a329baaa" - integrity sha512-s6BJuWjN4enAqWMk07jVVxCaib9KlMTo/XW+ySM+RAa6KUmiy01ucNcvxaqjrFMdLTAoxl6R+4/XZdTOyH4bJQ== +"@comunica/bus-http-invalidate@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-http-invalidate/-/bus-http-invalidate-5.0.0.tgz#af4bb5acb994c9605c2294f8079d25f05ba1de94" + integrity sha512-ve3QhdOEkghY1mNX3Ynl8dLMmHryL4cVL2P/OWR+/kfsjU7ld/fTBqOGJM45eWxmYKhJ4hnonYmZ1tI5YVqNjg== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@comunica/bus-http@^2.0.1", "@comunica/bus-http@^2.10.2": version "2.10.2" @@ -3799,12 +3904,13 @@ readable-stream-node-to-web "^1.0.1" web-streams-ponyfill "^1.4.2" -"@comunica/bus-http@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-http/-/bus-http-4.5.0.tgz#8f3facfc352da10a64bfffbdc6458c89829e2922" - integrity sha512-wWyPNNOl6shDbtibdBl/pa9OIcoEMemNIo/J4tUViXxYXZ8i1h4FZ6PqaLtAls6O+pV71mR4SKJzKEUuiZiXPg== +"@comunica/bus-http@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-http/-/bus-http-5.0.0.tgz#a8dd05421c9a594ec43d571dd1952c3d931e5ffc" + integrity sha512-NopAymEO1d02YA+xQpCO52L7NV4YhVKT9fwVb2/Q3k/pYaytAYhVaBog8fj0l30gKd+1yyPfHdK551JvEF/Tfw== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@jeswr/stream-to-string" "^2.0.0" is-stream "^2.0.1" readable-from-web "^1.0.0" @@ -3818,149 +3924,166 @@ "@comunica/core" "^2.10.0" readable-stream "^4.4.2" -"@comunica/bus-init@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-init/-/bus-init-4.5.0.tgz#d58e931906d80f01efae81c0a70878a83da47571" - integrity sha512-9TYFLjirHDt7HPXj3eQW9KX3x5T3mZ1G/EKadL1gQxo0FAqs3y8TdicepCLhk3HY/egidlyv9WQYAPvJ+WAmAg== +"@comunica/bus-init@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-init/-/bus-init-5.0.0.tgz#6c93609cf13a12b24d74bbe212eb766e98fb15fe" + integrity sha512-bJ37EUpl0ysDH0SwNV1+3P1B9EgabAl2LDxTVg1iikzQCZT73YZFdfWyEoVGJj/4bd+xL+4eYCkh7I1h0a34iA== dependencies: - "@comunica/core" "^4.5.0" - readable-stream "^4.5.2" + "@comunica/core" "^5.0.0" + readable-stream "^4.7.0" -"@comunica/bus-merge-bindings-context@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-merge-bindings-context/-/bus-merge-bindings-context-4.5.0.tgz#b674fdc4b6f7c03cd063b1a29af5f58622f97505" - integrity sha512-btvNISwnA+e7ZEvgD80yWnUc90obUgCVDPTA0mx2s2gpi3rx8JV3RusC1fjw4R6d5s9xc4kGq0BmEP60w1v82Q== +"@comunica/bus-merge-bindings-context@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-merge-bindings-context/-/bus-merge-bindings-context-5.0.0.tgz#a151ca09345a5b7eab66d7f266a480ced3b7607e" + integrity sha512-+0gQ9UEWvbrGEdllRs9SSLLEDFsUSAbHcT08Kr0N0tOXGrVZ4ZAqCe6XgfIa24J/c45qSNv0g5oU3Tnq+jECxA== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-optimize-query-operation@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-4.5.0.tgz#0da73bc039d9bd87fb191ee10e3304f30786618c" - integrity sha512-JMSpmIehaIQKDktrI5JKqxjU7M/4PYIGbuNHMYgcauZ2XxhFCbUhthshT+tY7pknmJg38whr9bK0Ziyw233Nvw== +"@comunica/bus-optimize-query-operation@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-5.0.0.tgz#dac6c760f30c1c18e25720e8486c635185bd6686" + integrity sha512-VaOYcj5KZVJe4xOEeTLW1E5sLxOvJY7H8vjT5oxLEuGvjgDTWldZMXhhIN6VZqygJODG3W2mSwVvfG7YaPSJSQ== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" -"@comunica/bus-query-operation@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-operation/-/bus-query-operation-4.5.0.tgz#1e3caffa77389f6e0ca1246d5a0973d06349ec83" - integrity sha512-5sLmlmF+oBmNep0lEQuz9V291ddYSRzFJXT3nF+kswB6SjHj2FzwQZpjDEBkIhNXy3h5JY6J/3BqO20hR/IK2g== - dependencies: - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/bus-query-operation@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-operation/-/bus-query-operation-5.0.0.tgz#850712ff27d1d5ebc8333814fda78320feb0a937" + integrity sha512-yFMJinoDnZg+Hx6dT95R5sY8NaBhymCxKDGknRenDKnuiwxNENxzFHactSvRaOr49n15RF0FbMNsgk0s+iy4pg== + dependencies: + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/bus-query-parse@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-parse/-/bus-query-parse-4.5.0.tgz#c487f7c20fac6c6800b6170603b1278482a045a4" - integrity sha512-Zd5uKEAVmVuAC9RQWg4QfVD8qidg7SqUdLA4lDMp6UfRUv+GyGQzTuGIr9DD3xjnxPfeiaO4t7M1CSaMA0kqhQ== +"@comunica/bus-query-parse@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-parse/-/bus-query-parse-5.0.0.tgz#25623382b1a64fc6e07929d2afc06d80c19dbaa2" + integrity sha512-aeQD7sUcXgYfsvFjyc9mlF1LA7DsWAzPP69FnEJf/D8WZFLLWf0PIKrpvGy6M5wugP5h2eoAikM7oZgEOuDwzg== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" - sparqlalgebrajs "^5.0.2" -"@comunica/bus-query-process@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-process/-/bus-query-process-4.5.0.tgz#1323991655b3f96ba684822c10d1b313cf1aa803" - integrity sha512-GYNGP9bjB8UtHCqQ77RPYaR0Kd58brGjSuA1xFxVCm255r6AmM5o0SwG6hydl4I3scdz+E12h938a1YV+LFL1A== +"@comunica/bus-query-process@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-process/-/bus-query-process-5.0.0.tgz#37aa9dcabe3f962cfc8f8506f3e26fb548cbdceb" + integrity sha512-SXLjz9ldYiq/jvXiQypB+cOSOYGrWJf38n3gOSyplv2MteySeEwX8jgsyRDkV+nrfd8sypQewO9JUB+p9XTf8Q== + dependencies: + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + +"@comunica/bus-query-result-serialize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-result-serialize/-/bus-query-result-serialize-5.0.0.tgz#16a42e79dbd8a59292e409df4989ec1cd18f744b" + integrity sha512-luapWM89wbJMb6wH9/29wM5o6qshpe8wdrhFBQgtmp/gggk/NhPISnfL4tJpEC17PPeUvkMWj/lofmkAf2ebhg== + dependencies: + "@comunica/actor-abstract-mediatyped" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + +"@comunica/bus-query-serialize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-serialize/-/bus-query-serialize-5.0.0.tgz#42f3d85b65be79230dbd98528b42d0515316c303" + integrity sha512-2TqprPCURaL+5RGd7ZSJGMupu9ptt14b7wCgMSnvhSAgI+2qbHCS9QZWC/I1TPjt577qalhJYN4ct6K2APb9zQ== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - sparqlalgebrajs "^5.0.2" + "@comunica/core" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@rdfjs/types" "*" -"@comunica/bus-query-result-serialize@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-result-serialize/-/bus-query-result-serialize-4.5.0.tgz#754348840521492fa5b56bbd1be9afdea073700b" - integrity sha512-KONwhEtNcoiKsVATz9RikdpWSLlKcxII+Bwh8jT9XogWwFXx0oj0WoqTPl97IwtNN2DNvfnzHqZ06v/nsMXBSw== +"@comunica/bus-query-source-dereference-link@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-source-dereference-link/-/bus-query-source-dereference-link-5.0.0.tgz#600e36529d580c96adf84fcd3064bfc95f3fd7a8" + integrity sha512-cYRjvN46wv9jtDOzp3AO9ILLRc/KGMgyy0XlUNitCKHFvR+BbaomOYfXo8niJcZ9wlzHVnvtmPRx876/s0y6YQ== dependencies: - "@comunica/actor-abstract-mediatyped" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-query-source-identify-hypermedia@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-source-identify-hypermedia/-/bus-query-source-identify-hypermedia-4.5.0.tgz#e554e93967a27f085fc78bccd7038348aea61d2a" - integrity sha512-0vl5oxj4ohmPok2M55BpsUKXp60RR0xpCsnkHhoNhHegrRSGJHGlIQV7D8E/mUijxm6UFXXfxAUj4qUGYujdKQ== +"@comunica/bus-query-source-identify-hypermedia@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-source-identify-hypermedia/-/bus-query-source-identify-hypermedia-5.0.0.tgz#7d89b5b4c102db7e722d8b2ff4a6c14e3ff2a2eb" + integrity sha512-YJMuwg+83tkMLKu4eveG0XoT0GUls33vj7EweY3E6QALqJ37gQb0HetQIZHEYyYtPaBHTlty6/o16r+chn9BAQ== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-query-source-identify@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-query-source-identify/-/bus-query-source-identify-4.5.0.tgz#a99d7f648ce1658edc988f655f3f4de3628cd9ad" - integrity sha512-snauZ+CF/S8NWm/isIk940qy/5RVhPWAvt2D0cmKpCFZOSnOrHe1zh0mX7mQrH/IA2IQmJloXE2rGugbNm22YQ== - dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/bus-query-source-identify@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-source-identify/-/bus-query-source-identify-5.0.0.tgz#3a9f09ab9361434dddaa52176521df916380be73" + integrity sha512-C1XoHLr8TKQMmqGGbUT/23A0592/L8lURXQO/466hCiE4fmihJGZcJmGfEo8dkvcWkkyZl7fOsWv7d8zwDe8xg== + dependencies: + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" - rdf-string "^1.6.3" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + rdf-string "^2.0.1" + rdf-terms "^2.0.0" -"@comunica/bus-rdf-join-entries-sort@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join-entries-sort/-/bus-rdf-join-entries-sort-4.5.0.tgz#5cfad41d4fd60430ebed166d7f82f9679582f1c9" - integrity sha512-WdAHVpFvDyF3Ale56bxSaAwLhxyE8344B5uOxCGsqrlbh+luVZL4ccyUFPyCyvP24M1YUEyxVzV6hHQu860x8Q== +"@comunica/bus-rdf-join-entries-sort@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join-entries-sort/-/bus-rdf-join-entries-sort-5.0.0.tgz#f7c3962e0508d4b9f26282b3e1a59152fc051ce0" + integrity sha512-+pHNLXyIVdtMUmTZb0sR3Mjx+X31Su0UbxHSU7wJ5+Zq+d9jv7w77KqPg57dgoEEA33fcDomuh4zGaBUgkkqxg== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-rdf-join-selectivity@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join-selectivity/-/bus-rdf-join-selectivity-4.5.0.tgz#91376524af3a2fbe26a70a47af508375fd390e19" - integrity sha512-QocxGFR0XPoq7CnvGs3cyh3xYnTVwTHTZHkMksO/GJ6WBeAFo9PYaSdusrfShyNHL3SxrfhGO4vqBfNzvtzHLw== +"@comunica/bus-rdf-join-selectivity@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join-selectivity/-/bus-rdf-join-selectivity-5.0.0.tgz#09f2784af1f8a4c20897b87246d8439b14c30391" + integrity sha512-aa+5yC2dMl/nuj2kIppqHJmMjEeHmqnGEYrnZzVDa8RB0rVOm5ix1J4VKfbcEQ41dAHhWJ0aAAcQprsuuObLGg== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-accuracy" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-accuracy" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-rdf-join@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join/-/bus-rdf-join-4.5.0.tgz#657a208e3118ed4d9ee183e85f9d4ec2bf1f5242" - integrity sha512-qvasYM2hfF+nEvAi5N/0KZfqFRrPDxu7xU9Tq9XK+14cQRaxGQ/8Xh+cGRTQvNgdXM6zo5MBmtauDsJ0L85msg== - dependencies: - "@comunica/bus-rdf-join-entries-sort" "^4.5.0" - "@comunica/bus-rdf-join-selectivity" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-iterator" "^4.5.0" - "@comunica/utils-metadata" "^4.5.0" +"@comunica/bus-rdf-join@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-join/-/bus-rdf-join-5.0.0.tgz#e587fb79550e0ca746201686c0de068990ef2752" + integrity sha512-jjrZSRdq73kiqn3DVA1j96WwV3phiXgTaN/51cVBDkuy8xxyNMvU4+uAQ6D4TS3fbvAE1bJKyKPqeP9EhZuQ7g== + dependencies: + "@comunica/bus-rdf-join-entries-sort" "^5.0.0" + "@comunica/bus-rdf-join-selectivity" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-iterator" "^5.0.0" + "@comunica/utils-metadata" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-metadata-accumulate@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata-accumulate/-/bus-rdf-metadata-accumulate-4.5.0.tgz#1cccc7349ccf0cd2f29ea61c3f9843781b33fd7c" - integrity sha512-rnyo4XNGwRiK4tue0i928LgPt0rTuOCILYL4Qvon5Zj4tHQtV9yKinvnR58NnUqjLmjQLEmPrcpgYTZN4KLzjw== +"@comunica/bus-rdf-metadata-accumulate@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata-accumulate/-/bus-rdf-metadata-accumulate-5.0.0.tgz#65e2872b53276e654e4a15089de0b2f0a0732d57" + integrity sha512-Yjmt6R46a6xuPwVOyTwM1niQwg1Y9nAKpWDHfjO3p/fkmIjzpBF0qjDWcWMi5wtNU4Fsy92t55XP8jsSw4rBfw== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-rdf-metadata-extract@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-4.5.0.tgz#33e7edf4d019224526e4299ccd4bf4d1f070cb13" - integrity sha512-GNblaXBlVbMhHKEgzOACz8NLfHvz4jfqHWAOIMQZMIytS9umbO7Fz8ZLePQrIQogXAELlmOpynrUyuGf0QOOjQ== +"@comunica/bus-rdf-metadata-extract@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-5.0.0.tgz#6de1859d4985e4c9c7dedeb3d398791c14ff9616" + integrity sha512-PkC+1iS3GYWulydzq/sWAlEY0YkVuHRvWFYQv7yig7mDvjt7Zwxf8wDpgDmWLK/d3I/WDTmZspv6un+f38axMA== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-metadata@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-4.5.0.tgz#90b1f44915c491f7438928d7ae8e2c4f5ff788b6" - integrity sha512-Ni7854D2O95aJWQJsC9vSk5FM/NoS4vy5xE/N3jRM2gIDicA445cWWqUU9VBX2VBJ9msxWHk8HZBy67KZl4gFg== +"@comunica/bus-rdf-metadata@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-5.0.0.tgz#f3e421ddac88d43f3b99411c5d49729994113904" + integrity sha512-4ZsjMch7D/6YUhO/uNE2obIErzAeEmbIA2rypen/2ghvuDtgAdmtt/2ixKCyMEhOsNJ3YPK79fCKEK/La5ZftQ== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" "@comunica/bus-rdf-parse-html@^2.0.1", "@comunica/bus-rdf-parse-html@^2.10.0": @@ -3971,12 +4094,12 @@ "@comunica/core" "^2.10.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-parse-html@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-4.5.0.tgz#b7a80653eff1080563788a8263e18a246f68424e" - integrity sha512-yKsPuCIOLF5TXqoXXo+utZehG2diTCBnNleXrOI8Utr4Qu5rAU4oQ5+FC0UByMu5hr+g/TGm2A+IHSVzFRCUfw== +"@comunica/bus-rdf-parse-html@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-5.0.0.tgz#8bd568ff81a1536e2aa15cc83ff1f89bc3961928" + integrity sha512-KHn5YDwKg0ZqJjJoOWzzKY9THLVi9xKL3CD4FBo9GQ46hQvgNZpNCgKclyOHPue+1qUeHZ1Gc88Vv6y0pSw/hg== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" "@comunica/bus-rdf-parse@^2.0.1", "@comunica/bus-rdf-parse@^2.10.0": @@ -3989,70 +4112,70 @@ "@comunica/core" "^2.10.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-parse@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-parse/-/bus-rdf-parse-4.5.0.tgz#cb50f932aad38b34ad5d0a725de5b6e3fedb9ec7" - integrity sha512-TnTS9F2GSbibuCd0Rep20C9WXU0KH0iWl2S2xycefMFrZK7noA8LeT/AHNshQlMPKejKxWME+jNsvcXgC++8zw== +"@comunica/bus-rdf-parse@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-parse/-/bus-rdf-parse-5.0.0.tgz#e7063b63ee529048e22b52662f30e9ade6b9501a" + integrity sha512-LjKuYdJi1uac+Pio7ZJYS9kSr8JphJhLTnxnmepZjRIXoGPdOiaE79Wviq13hs+TS9mPnijSlIhRiHxfnmJl8Q== dependencies: - "@comunica/actor-abstract-mediatyped" "^4.5.0" - "@comunica/actor-abstract-parse" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/actor-abstract-mediatyped" "^5.0.0" + "@comunica/actor-abstract-parse" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-resolve-hypermedia-links-queue@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-4.5.0.tgz#5bdb6fd0fd8cde2d7c7e41a726bcace3f6d26d4d" - integrity sha512-FRHVUaE+vEHz9keSArAbYCYTMi30YRLMR4UDyVVaOpOOu3P8vorDkUx1mjk//+miNn+0/o7kkLa53UlSwXAgbA== +"@comunica/bus-rdf-resolve-hypermedia-links-queue@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-5.0.0.tgz#ca8a7ede9e3640044b2642a56edd59df65bbc59f" + integrity sha512-n/VGh6Vga7+xR7BKoNR8PzfQVwwsvCyMinJkMRFQpwtTXTToBSRl/2d2ozcdGKG1tq7+6H2vw9fws1NXMog8lw== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-rdf-resolve-hypermedia-links@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-4.5.0.tgz#5c30175bfe9f0e33e63cab3918fc48bc99a95015" - integrity sha512-sGNJPsbM4ZIzO6xLE8btPfZ/lsPSmiBvGgCWvpNTaPVCCMvlTkIl/mBEcCwdNEQRkmkIDoK6HH8Tb1ADcJ3mpA== +"@comunica/bus-rdf-resolve-hypermedia-links@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-5.0.0.tgz#813894bea4b21b3034507217deb1518b7070b506" + integrity sha512-OjHFCDimNZeL400KnLKIJw0IWxAVxVRQjXTltxofzYcuwVMN8dbhoO3uVb9pfGNz/gQdnSV0eg0b1f6fxYLbFg== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" -"@comunica/bus-rdf-serialize@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-4.5.0.tgz#9ff9dc0bbc1ffb3c0eaa191b7bbf032d718fc696" - integrity sha512-4hBw+34Q1SoW1iBgw2UaAli+UcHTdxTNvNFKlJizsN1G20YNJYi/xS9cE36mSZO+pntYxQRRN2cp8Ou622pkig== +"@comunica/bus-rdf-serialize@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-5.0.0.tgz#3be01ba4c56d90879caa2eeb244f5e8a147b4b37" + integrity sha512-FNJcb4XQtOiI+g7Lcda0GGkeYc7yCRJSye1lE6DFoIi7yn8pnVnMB35CsHy2E88auM8snK+iW99fL9RZzDKHsA== dependencies: - "@comunica/actor-abstract-mediatyped" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/actor-abstract-mediatyped" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" -"@comunica/bus-rdf-update-hypermedia@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-update-hypermedia/-/bus-rdf-update-hypermedia-4.5.0.tgz#c1b7472e9da8830def2fff3e7fc7c68462a55f97" - integrity sha512-luiAuIWIOmbvq5oqQVhLbl3Amk/PBialADrYDB7DeVRk5KDeWa2YBGo0ZuOo39HUnQ8JCzGBk/DyVbnOsebdvA== +"@comunica/bus-rdf-update-hypermedia@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-update-hypermedia/-/bus-rdf-update-hypermedia-5.0.0.tgz#981aac43731c00a50ada631b2f371814858e111e" + integrity sha512-wAALfXxJWplCfOXMPBf1ZIiTE8SJlG6rvwQLgIHE/NaUFLzjdRwO1GvCxhicLKax8YCpLYHDQLY/4Q5YlByX+g== dependencies: - "@comunica/bus-rdf-update-quads" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-rdf-update-quads" "^5.0.0" + "@comunica/core" "^5.0.0" -"@comunica/bus-rdf-update-quads@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-update-quads/-/bus-rdf-update-quads-4.5.0.tgz#7cb02ed428845d05840eeef6db31b4c1aac224b9" - integrity sha512-ZxUzqT+/DSyAMYWP/hSh3VIMErgjrWD73EciNqLg/QL6gjuG3twSbnO9ywSlYe2eKDEu8f4aX8ghGW400gZLPA== +"@comunica/bus-rdf-update-quads@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-rdf-update-quads/-/bus-rdf-update-quads-5.0.0.tgz#07d189304785e57b61bd6b95a98dc000b9fa3d76" + integrity sha512-XDvUzLo6903165VAsaTZ2F/c8w9tHE2I03iEgTQ3ADMjoWPf3H14xjVNee6mjJ4euOqiLHphZD6wutaAmys7gQ== dependencies: - "@comunica/actor-context-preprocess-query-source-skolemize" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/actor-optimize-query-operation-query-source-skolemize" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/bus-term-comparator-factory@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/bus-term-comparator-factory/-/bus-term-comparator-factory-4.5.0.tgz#d03485accc0afafefabc0a24c9fb7fd4141c2619" - integrity sha512-UXqoBtF9uPT6V/uUo8byWOssOtHtc5Azrg2sb9cT8AWH2Salt0c/Hd4vWCM602Z1Hs/LxTSDaGEMdpZJin/7Ng== +"@comunica/bus-term-comparator-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/bus-term-comparator-factory/-/bus-term-comparator-factory-5.0.0.tgz#9a0bd717a5f06810903121a86a544fffddc6d434" + integrity sha512-dXFd2yRI2z7CLWOm23Qk5uz2Ko/vFRBEtuc5mEHT7q7CFjO0EJz5zl3vFXEehqWdxV5W3U37FXz6SOBxp2jIpA== dependencies: - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" "@comunica/config-query-sparql@^2.0.1": @@ -4060,10 +4183,10 @@ resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-2.7.0.tgz#1030ee76d5532bc6a09a6c8af26a06c7311a5861" integrity sha512-rMnFgT7cz9+0z7wV4OzIMY5qM9/Z0mTGrR8y2JokoHyyTcBGOSajFmy61XCSLMCsLLG8qDXsJ4ClCCky3TGfqA== -"@comunica/config-query-sparql@^4.4.0", "@comunica/config-query-sparql@~4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-4.4.0.tgz#f00917eb3601c34afef4e4dc4bb17f145ffd03f5" - integrity sha512-ZVK6eqpYLNa3MRLOWjRaudgfSdraJH/oZIkc5S2doJI2ZmnHROqQUtjPs13kwkI3hGZ6MVBtLm55oz+tKj2lKA== +"@comunica/config-query-sparql@^5.0.0", "@comunica/config-query-sparql@~5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-5.0.0.tgz#f076c5eb451891bc441d371eadc854ead2e06434" + integrity sha512-vS6Ik0Lbm9InWPrqnLeOFM7M2SKj+KLqGVwmOaX6N/+3TjOdOhGQJRLZCGXkiwYUDg/Jn3Z++9bQIR9/Bhj4GA== "@comunica/context-entries@^2.10.0": version "2.10.0" @@ -4076,16 +4199,16 @@ jsonld-context-parser "^2.2.2" sparqlalgebrajs "^4.2.0" -"@comunica/context-entries@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/context-entries/-/context-entries-4.5.0.tgz#c0ed66c2ea55cb8a20100de62e877ccfa1865297" - integrity sha512-mgeSYFBcpMKLq34COpy129LVHigGUgA1uEI66WXmk3mdmlAKRQNe9D/W2Q924w0FZZmIOpeLMo+s358tFsodow== +"@comunica/context-entries@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/context-entries/-/context-entries-5.0.0.tgz#fc918864c564f93fef4dc20782e1ea1f3cf99ef6" + integrity sha512-uRHJk/ZfftVFC3kRo32jPncKfGa+i0uEchyHz1fgcmZKR1tJn+F04pFhYBoU22F1C9GIQSSfKKEVDgZCEYoJfw== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" jsonld-context-parser "^2.2.2" - sparqlalgebrajs "^5.0.2" "@comunica/core@^2.0.1", "@comunica/core@^2.10.0": version "2.10.0" @@ -4095,36 +4218,36 @@ "@comunica/types" "^2.10.0" immutable "^4.1.0" -"@comunica/core@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/core/-/core-4.5.0.tgz#1fd0c243c6e8c2bd9d890df1f5e0181feaa94313" - integrity sha512-UFHBboFaY0eESH0H8qJRIRuRfda2QduS886l2sRum/V4qhzJkMpf3zdOoZoBbRDU24PBmliWysi9TEsaPsyRwg== +"@comunica/core@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/core/-/core-5.0.0.tgz#a72391d5fa88c508e71536d1423383b28b7820c4" + integrity sha512-3RNzTszAaCFxguqODcK8ljp64U0C22isIG1Auxu9lJ1EZxLgp0fTCxZu0EnTJmwfOVncIYGuZf45NVTFS9JqoQ== dependencies: - "@comunica/types" "^4.5.0" + "@comunica/types" "^5.0.0" immutable "^5.1.3" -"@comunica/logger-pretty@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/logger-pretty/-/logger-pretty-4.5.0.tgz#fcc724e059c11d2f8e6ab49e5f63aaf4e30f4f2e" - integrity sha512-4Fs0FCnHWFO1EHmFTNhd92o9WTVIigesu6kuk2DP+Zwvm6HKTqgMqllovyllE0nIVyL+YcWSAPvkUTWmQybFIg== +"@comunica/logger-pretty@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/logger-pretty/-/logger-pretty-5.0.0.tgz#f95232af60963f3f548f92cd4512842b614dbeb3" + integrity sha512-2Apz2hpWOcw1dvt/sJkt5ZK2x/wz6UgRLr3PKiBrOLMeGXnpIU+SDbpmKxFNEGlmwTCuQzL/K87975npPc7Jwg== dependencies: - "@comunica/types" "^4.5.0" + "@comunica/types" "^5.0.0" object-inspect "^1.12.2" process "^0.11.10" -"@comunica/logger-void@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/logger-void/-/logger-void-4.5.0.tgz#56c36c970f54aac378595a82085973567fc5904c" - integrity sha512-qvRxSlD65KLLqIkU7zwnJ/uPMmYTlsI9J4gsYgEi8OOss5YuNSChAbbzZwRCNrAZOnRGjyrPfgN/Cd3NuglGew== +"@comunica/logger-void@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/logger-void/-/logger-void-5.0.0.tgz#efcb4e816a522e5c1f052b336648457b54385585" + integrity sha512-NeZfsui/XlB/rLfLV2xYwJsnCtZqUXGlKcH7jw7py0NOFtJ0cbZB4Uh77LSCP4pc1HpPv7XkV91t+xCYt836/A== dependencies: - "@comunica/types" "^4.5.0" + "@comunica/types" "^5.0.0" -"@comunica/mediator-all@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-all/-/mediator-all-4.5.0.tgz#90ac2c38664100f612d87025db8757fe671b9e6c" - integrity sha512-9qX58JgDaC56at0m3FdyYZhXw7kBUPuXihpwYowBwuopdlh0XioJyT/b3g+DC0/kiuSCcx6NhSAWzfNLAqTL7A== +"@comunica/mediator-all@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-all/-/mediator-all-5.0.0.tgz#0fb6f8f722d5b61e4152d23bd36f5bb0bc5df9c4" + integrity sha512-8JkLxNxwHYtSHWmMH0JXhpLmh8yyeCPFIgeF/g1PHaelpVTdhgRxUtn2E8vzROWJtetVhtmzD04XIWPjKVCeYA== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@comunica/mediator-combine-pipeline@^2.0.1": version "2.10.0" @@ -4134,13 +4257,13 @@ "@comunica/core" "^2.10.0" "@comunica/types" "^2.10.0" -"@comunica/mediator-combine-pipeline@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-4.5.0.tgz#4e9c8a945946a78d697fad5b003c507d34819b22" - integrity sha512-Z4uLxugl+Ls8oAwD0dAIQg+i1rkiXbpiFLhgv5h6nksnz9q6Nv14xItm6baivxAJ9p8XVHCOwPxW46YJBtWIoQ== +"@comunica/mediator-combine-pipeline@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-5.0.0.tgz#cb4d0e98a2bcd1d46330f1d404cd2e98b5f8907f" + integrity sha512-fVUji7oyjATY2btwjiSdZDupp8sFz6mgwiX5wJGre8RFQ7g6dTjO6xSaPXWpXnNUUQwaA3Orj8AQNjBJ5w24Ow== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@comunica/mediator-combine-union@^2.0.1": version "2.10.0" @@ -4149,23 +4272,23 @@ dependencies: "@comunica/core" "^2.10.0" -"@comunica/mediator-combine-union@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-combine-union/-/mediator-combine-union-4.5.0.tgz#fa0578843f8cf1939af68665b83c2b8bd77a0ea8" - integrity sha512-aCoO3CiANssR8PEjad2aNuCcfhKdUFZWplTWq77cVUMVc4nsUWNleeEvN6kfOx51qdT8lFpH3b8X+S7bT8CABg== +"@comunica/mediator-combine-union@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-combine-union/-/mediator-combine-union-5.0.0.tgz#945e54a2d88405a3ca728634eaa3324e23b7a789" + integrity sha512-H1ziOPH8QJAOXpi3BV4cib4UWlWSCLG/zlkafjJuZPQkrDJMeV3vgU1V9GjJll5Z+kjR+49+PJBODeeGm3uTyw== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" -"@comunica/mediator-join-coefficients-fixed@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-join-coefficients-fixed/-/mediator-join-coefficients-fixed-4.5.0.tgz#ef9151f6da6972d0f80773b82410c8ba9fe711c8" - integrity sha512-kSK0i5FPOmeUmg6nJcoqOvRE6aCXFYMzCFPiId/k5cCjvpT4Uaod33xHEQ0TnX52uLdjNENIRjH8z3OsnhSd/w== +"@comunica/mediator-join-coefficients-fixed@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-join-coefficients-fixed/-/mediator-join-coefficients-fixed-5.0.0.tgz#9cd02ed5475d93f729d570c7d16aa9fbbcf7bdec" + integrity sha512-U42wYDaJ2ol/M4mywbQgzWxaxwxgQVZc4h4GcahtMgrPqtTMDpes9PIM3BOf+02pYfVjwt+J1cQ4KcWw6raKmA== dependencies: - "@comunica/bus-rdf-join" "^4.5.0" - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/mediatortype-join-coefficients" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-rdf-join" "^5.0.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/mediatortype-join-coefficients" "^5.0.0" + "@comunica/types" "^5.0.0" "@comunica/mediator-number@^2.0.1": version "2.10.0" @@ -4174,12 +4297,12 @@ dependencies: "@comunica/core" "^2.10.0" -"@comunica/mediator-number@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-number/-/mediator-number-4.5.0.tgz#226c8de8879cf4ff54d44d492f02efb47a82a870" - integrity sha512-fChc4gh+gtwPOS0F5eNeDuU4Kyb2fAuppN28d1/5s+OUr5v+1Wya7yZ1zbPHYxDMWZEpJBR06eX6djcI0gKlkQ== +"@comunica/mediator-number@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-number/-/mediator-number-5.0.0.tgz#4ec55a67e970baddf5c4d420dc931280a3c858e0" + integrity sha512-mdfP8r90F7Sp2QVjMC8owCs7tK+j4bwZnEkXSJ9gvjbZMOJRjMdnryaz5ZoVfr8H0chwiRncIERs1MhY0b0ddg== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@comunica/mediator-race@^2.0.1": version "2.10.0" @@ -4188,26 +4311,26 @@ dependencies: "@comunica/core" "^2.10.0" -"@comunica/mediator-race@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediator-race/-/mediator-race-4.5.0.tgz#54cbd91a4341e62243ea0e15bfef98d5b1c3f906" - integrity sha512-eAWjQolFMOxKoKuUMmcQzxwf/ZL9ooT0/OUWv1vbVfHIQb/eqDs/h8wDqwXMgEiK5dIF9ZQYaRL2vEaLq+U3Ew== +"@comunica/mediator-race@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediator-race/-/mediator-race-5.0.0.tgz#8ab7140fd54b45a765dc1d4782d94b5c608123e9" + integrity sha512-6VVGTgYI3CsQ+fyr1Lj+XrfOHVC4ERwcPMTsNxYkmGq0C173fuwAhW/z7qUSKlEtPURaJjATY6uqMuLyJOCd7g== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" -"@comunica/mediatortype-accuracy@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediatortype-accuracy/-/mediatortype-accuracy-4.5.0.tgz#b86d3580efc2ab499fe651c1152fd2b0fe611729" - integrity sha512-f6OVVGwzf3udDT6x0oP/k76XqBV8ZJFdo5SYGVBR/ebsG81V6LciAHvo8BrihZXgmpo1KTCbIFbRmN++M8b6Rg== +"@comunica/mediatortype-accuracy@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediatortype-accuracy/-/mediatortype-accuracy-5.0.0.tgz#b8033f6b22bb846642f3bee56a52c9eafa54a58b" + integrity sha512-RGI8wY6PRAH/G4X8e0TEDYF+Q19brhLamoh5mwH5w39aQEjz/kiQFBTlPeEmEZ6kUsxzM5USInMWFayzw1buJg== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" -"@comunica/mediatortype-join-coefficients@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediatortype-join-coefficients/-/mediatortype-join-coefficients-4.5.0.tgz#671705d92898408eb1dc309de490b9d26e541e75" - integrity sha512-wLhEdEd7TBF1r5xoShOk42Hh4kH4r7YyoPs4W7k41Q5m5tPdv8iyZojqv/MItDKv7XCiTpZLcIQpfV3RcAewhg== +"@comunica/mediatortype-join-coefficients@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediatortype-join-coefficients/-/mediatortype-join-coefficients-5.0.0.tgz#66227c9217fbe57b239926aa4e47d047b27709ab" + integrity sha512-DS81o7PWx8TlWZTS1f5WvMIopuJCHCcvfncK7Sbw/OHMImiv0/FLRuP6M9llKHjSizxGQCN9ybl5BK3zE2Ni+w== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" "@rdfjs/types" "*" "@comunica/mediatortype-time@^2.10.0": @@ -4217,283 +4340,290 @@ dependencies: "@comunica/core" "^2.10.0" -"@comunica/mediatortype-time@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/mediatortype-time/-/mediatortype-time-4.5.0.tgz#75cf3458d3453d6c20199988be321ce4cf846aed" - integrity sha512-HND+om4L0VW3VcQrLHHE4+7Nsg7soC98i7g7UqqzDkJ4fix2FnJs0i9WH4RP+oLcx+bPhBSl5mG1m44A6sV19g== +"@comunica/mediatortype-time@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/mediatortype-time/-/mediatortype-time-5.0.0.tgz#a0fb42f5718aac37d5a75da16de6e21f95e9d6d0" + integrity sha512-1F1P/8wo9c5p902/B7L+jFO7OL7a6VymEyirl0vA0otoaAjW5ldg3BxBekiGoDu1MNb30EFesavqd5Qyv5RTQw== dependencies: - "@comunica/core" "^4.5.0" + "@comunica/core" "^5.0.0" -"@comunica/query-sparql@~4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/query-sparql/-/query-sparql-4.5.0.tgz#d71b58b780aaff1df31d8e2bd08f942776d2fa44" - integrity sha512-A33DXAVoKmRedokvekt1nNpS/TaQYgyxeJU4YL8UXsRqV1uPtKvgNygTzQ+ovy11s695qlSeg7O/djbdRWpIZA== - dependencies: - "@comunica/actor-bindings-aggregator-factory-average" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-count" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-group-concat" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-max" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-min" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-sample" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-sum" "^4.5.0" - "@comunica/actor-bindings-aggregator-factory-wildcard-count" "^4.5.0" - "@comunica/actor-context-preprocess-convert-shortcuts" "^4.5.0" - "@comunica/actor-context-preprocess-query-source-identify" "^4.5.0" - "@comunica/actor-context-preprocess-query-source-skolemize" "^4.5.0" - "@comunica/actor-context-preprocess-set-defaults" "^4.5.0" - "@comunica/actor-context-preprocess-source-to-destination" "^4.5.0" - "@comunica/actor-dereference-fallback" "^4.5.0" - "@comunica/actor-dereference-http" "^4.5.0" - "@comunica/actor-dereference-rdf-parse" "^4.5.0" - "@comunica/actor-expression-evaluator-factory-default" "^4.5.0" - "@comunica/actor-function-factory-expression-bnode" "^4.5.0" - "@comunica/actor-function-factory-expression-bound" "^4.5.0" - "@comunica/actor-function-factory-expression-coalesce" "^4.5.0" - "@comunica/actor-function-factory-expression-concat" "^4.5.0" - "@comunica/actor-function-factory-expression-extensions" "^4.5.0" - "@comunica/actor-function-factory-expression-if" "^4.5.0" - "@comunica/actor-function-factory-expression-in" "^4.5.0" - "@comunica/actor-function-factory-expression-logical-and" "^4.5.0" - "@comunica/actor-function-factory-expression-logical-or" "^4.5.0" - "@comunica/actor-function-factory-expression-not-in" "^4.5.0" - "@comunica/actor-function-factory-expression-same-term" "^4.5.0" - "@comunica/actor-function-factory-term-abs" "^4.5.0" - "@comunica/actor-function-factory-term-addition" "^4.5.0" - "@comunica/actor-function-factory-term-ceil" "^4.5.0" - "@comunica/actor-function-factory-term-contains" "^4.5.0" - "@comunica/actor-function-factory-term-datatype" "^4.5.0" - "@comunica/actor-function-factory-term-day" "^4.5.0" - "@comunica/actor-function-factory-term-division" "^4.5.0" - "@comunica/actor-function-factory-term-encode-for-uri" "^4.5.0" - "@comunica/actor-function-factory-term-equality" "^4.5.0" - "@comunica/actor-function-factory-term-floor" "^4.5.0" - "@comunica/actor-function-factory-term-greater-than" "^4.5.0" - "@comunica/actor-function-factory-term-greater-than-equal" "^4.5.0" - "@comunica/actor-function-factory-term-hours" "^4.5.0" - "@comunica/actor-function-factory-term-inequality" "^4.5.0" - "@comunica/actor-function-factory-term-iri" "^4.5.0" - "@comunica/actor-function-factory-term-is-blank" "^4.5.0" - "@comunica/actor-function-factory-term-is-iri" "^4.5.0" - "@comunica/actor-function-factory-term-is-literal" "^4.5.0" - "@comunica/actor-function-factory-term-is-numeric" "^4.5.0" - "@comunica/actor-function-factory-term-is-triple" "^4.5.0" - "@comunica/actor-function-factory-term-lang" "^4.5.0" - "@comunica/actor-function-factory-term-langmatches" "^4.5.0" - "@comunica/actor-function-factory-term-lcase" "^4.5.0" - "@comunica/actor-function-factory-term-lesser-than" "^4.5.0" - "@comunica/actor-function-factory-term-lesser-than-equal" "^4.5.0" - "@comunica/actor-function-factory-term-md5" "^4.5.0" - "@comunica/actor-function-factory-term-minutes" "^4.5.0" - "@comunica/actor-function-factory-term-month" "^4.5.0" - "@comunica/actor-function-factory-term-multiplication" "^4.5.0" - "@comunica/actor-function-factory-term-not" "^4.5.0" - "@comunica/actor-function-factory-term-now" "^4.5.0" - "@comunica/actor-function-factory-term-object" "^4.5.0" - "@comunica/actor-function-factory-term-predicate" "^4.5.0" - "@comunica/actor-function-factory-term-rand" "^4.5.0" - "@comunica/actor-function-factory-term-regex" "^4.5.0" - "@comunica/actor-function-factory-term-replace" "^4.5.0" - "@comunica/actor-function-factory-term-round" "^4.5.0" - "@comunica/actor-function-factory-term-seconds" "^4.5.0" - "@comunica/actor-function-factory-term-sha1" "^4.5.0" - "@comunica/actor-function-factory-term-sha256" "^4.5.0" - "@comunica/actor-function-factory-term-sha384" "^4.5.0" - "@comunica/actor-function-factory-term-sha512" "^4.5.0" - "@comunica/actor-function-factory-term-str" "^4.5.0" - "@comunica/actor-function-factory-term-str-after" "^4.5.0" - "@comunica/actor-function-factory-term-str-before" "^4.5.0" - "@comunica/actor-function-factory-term-str-dt" "^4.5.0" - "@comunica/actor-function-factory-term-str-ends" "^4.5.0" - "@comunica/actor-function-factory-term-str-lang" "^4.5.0" - "@comunica/actor-function-factory-term-str-len" "^4.5.0" - "@comunica/actor-function-factory-term-str-starts" "^4.5.0" - "@comunica/actor-function-factory-term-str-uuid" "^4.5.0" - "@comunica/actor-function-factory-term-sub-str" "^4.5.0" - "@comunica/actor-function-factory-term-subject" "^4.5.0" - "@comunica/actor-function-factory-term-subtraction" "^4.5.0" - "@comunica/actor-function-factory-term-timezone" "^4.5.0" - "@comunica/actor-function-factory-term-triple" "^4.5.0" - "@comunica/actor-function-factory-term-tz" "^4.5.0" - "@comunica/actor-function-factory-term-ucase" "^4.5.0" - "@comunica/actor-function-factory-term-unary-minus" "^4.5.0" - "@comunica/actor-function-factory-term-unary-plus" "^4.5.0" - "@comunica/actor-function-factory-term-uuid" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-boolean" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-date" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-datetime" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-day-time-duration" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-decimal" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-double" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-duration" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-float" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-integer" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-string" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-time" "^4.5.0" - "@comunica/actor-function-factory-term-xsd-to-year-month-duration" "^4.5.0" - "@comunica/actor-function-factory-term-year" "^4.5.0" - "@comunica/actor-hash-bindings-murmur" "^4.5.0" - "@comunica/actor-hash-quads-murmur" "^4.5.0" - "@comunica/actor-http-fetch" "^4.5.0" - "@comunica/actor-http-limit-rate" "^4.5.0" - "@comunica/actor-http-proxy" "^4.5.0" - "@comunica/actor-http-retry" "^4.5.0" - "@comunica/actor-http-wayback" "^4.5.0" - "@comunica/actor-init-query" "^4.5.0" - "@comunica/actor-optimize-query-operation-assign-sources-exhaustive" "^4.5.0" - "@comunica/actor-optimize-query-operation-bgp-to-join" "^4.5.0" - "@comunica/actor-optimize-query-operation-construct-distinct" "^4.5.0" - "@comunica/actor-optimize-query-operation-describe-to-constructs-subject" "^4.5.0" - "@comunica/actor-optimize-query-operation-filter-pushdown" "^4.5.0" - "@comunica/actor-optimize-query-operation-group-sources" "^4.5.0" - "@comunica/actor-optimize-query-operation-join-bgp" "^4.5.0" - "@comunica/actor-optimize-query-operation-join-connected" "^4.5.0" - "@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown" "^4.5.0" - "@comunica/actor-optimize-query-operation-prune-empty-source-operations" "^4.5.0" - "@comunica/actor-optimize-query-operation-rewrite-add" "^4.5.0" - "@comunica/actor-optimize-query-operation-rewrite-copy" "^4.5.0" - "@comunica/actor-optimize-query-operation-rewrite-move" "^4.5.0" - "@comunica/actor-query-operation-ask" "^4.5.0" - "@comunica/actor-query-operation-bgp-join" "^4.5.0" - "@comunica/actor-query-operation-construct" "^4.5.0" - "@comunica/actor-query-operation-distinct-identity" "^4.5.0" - "@comunica/actor-query-operation-extend" "^4.5.0" - "@comunica/actor-query-operation-filter" "^4.5.0" - "@comunica/actor-query-operation-from-quad" "^4.5.0" - "@comunica/actor-query-operation-group" "^4.5.0" - "@comunica/actor-query-operation-join" "^4.5.0" - "@comunica/actor-query-operation-leftjoin" "^4.5.0" - "@comunica/actor-query-operation-minus" "^4.5.0" - "@comunica/actor-query-operation-nop" "^4.5.0" - "@comunica/actor-query-operation-orderby" "^4.5.0" - "@comunica/actor-query-operation-path-alt" "^4.5.0" - "@comunica/actor-query-operation-path-inv" "^4.5.0" - "@comunica/actor-query-operation-path-link" "^4.5.0" - "@comunica/actor-query-operation-path-nps" "^4.5.0" - "@comunica/actor-query-operation-path-one-or-more" "^4.5.0" - "@comunica/actor-query-operation-path-seq" "^4.5.0" - "@comunica/actor-query-operation-path-zero-or-more" "^4.5.0" - "@comunica/actor-query-operation-path-zero-or-one" "^4.5.0" - "@comunica/actor-query-operation-project" "^4.5.0" - "@comunica/actor-query-operation-reduced-hash" "^4.5.0" - "@comunica/actor-query-operation-service" "^4.5.0" - "@comunica/actor-query-operation-slice" "^4.5.0" - "@comunica/actor-query-operation-source" "^4.5.0" - "@comunica/actor-query-operation-union" "^4.5.0" - "@comunica/actor-query-operation-update-clear" "^4.5.0" - "@comunica/actor-query-operation-update-compositeupdate" "^4.5.0" - "@comunica/actor-query-operation-update-create" "^4.5.0" - "@comunica/actor-query-operation-update-deleteinsert" "^4.5.0" - "@comunica/actor-query-operation-update-drop" "^4.5.0" - "@comunica/actor-query-operation-update-load" "^4.5.0" - "@comunica/actor-query-operation-values" "^4.5.0" - "@comunica/actor-query-parse-graphql" "^4.5.0" - "@comunica/actor-query-parse-sparql" "^4.5.0" - "@comunica/actor-query-process-explain-logical" "^4.5.0" - "@comunica/actor-query-process-explain-parsed" "^4.5.0" - "@comunica/actor-query-process-explain-physical" "^4.5.0" - "@comunica/actor-query-process-sequential" "^4.5.0" - "@comunica/actor-query-result-serialize-json" "^4.5.0" - "@comunica/actor-query-result-serialize-rdf" "^4.5.0" - "@comunica/actor-query-result-serialize-simple" "^4.5.0" - "@comunica/actor-query-result-serialize-sparql-csv" "^4.5.0" - "@comunica/actor-query-result-serialize-sparql-json" "^4.5.0" - "@comunica/actor-query-result-serialize-sparql-tsv" "^4.5.0" - "@comunica/actor-query-result-serialize-sparql-xml" "^4.5.0" - "@comunica/actor-query-result-serialize-stats" "^4.5.0" - "@comunica/actor-query-result-serialize-table" "^4.5.0" - "@comunica/actor-query-result-serialize-tree" "^4.5.0" - "@comunica/actor-query-source-identify-hypermedia" "^4.5.0" - "@comunica/actor-query-source-identify-hypermedia-none" "^4.5.0" - "@comunica/actor-query-source-identify-hypermedia-qpf" "^4.5.0" - "@comunica/actor-query-source-identify-hypermedia-sparql" "^4.5.0" - "@comunica/actor-query-source-identify-rdfjs" "^4.5.0" - "@comunica/actor-query-source-identify-serialized" "^4.5.0" - "@comunica/actor-rdf-join-entries-sort-cardinality" "^4.5.0" - "@comunica/actor-rdf-join-entries-sort-selectivity" "^4.5.0" - "@comunica/actor-rdf-join-inner-hash" "^4.5.0" - "@comunica/actor-rdf-join-inner-multi-bind" "^4.5.0" - "@comunica/actor-rdf-join-inner-multi-bind-source" "^4.5.0" - "@comunica/actor-rdf-join-inner-multi-empty" "^4.5.0" - "@comunica/actor-rdf-join-inner-multi-smallest" "^4.5.0" - "@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings" "^4.5.0" - "@comunica/actor-rdf-join-inner-nestedloop" "^4.5.0" - "@comunica/actor-rdf-join-inner-none" "^4.5.0" - "@comunica/actor-rdf-join-inner-single" "^4.5.0" - "@comunica/actor-rdf-join-inner-symmetrichash" "^4.5.0" - "@comunica/actor-rdf-join-minus-hash" "^4.5.0" - "@comunica/actor-rdf-join-optional-bind" "^4.5.0" - "@comunica/actor-rdf-join-optional-hash" "^4.5.0" - "@comunica/actor-rdf-join-optional-nestedloop" "^4.5.0" - "@comunica/actor-rdf-join-selectivity-variable-counting" "^4.5.0" - "@comunica/actor-rdf-metadata-accumulate-cardinality" "^4.5.0" - "@comunica/actor-rdf-metadata-accumulate-pagesize" "^4.5.0" - "@comunica/actor-rdf-metadata-accumulate-requesttime" "^4.5.0" - "@comunica/actor-rdf-metadata-all" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-allow-http-methods" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-hydra-controls" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-hydra-count" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-hydra-pagesize" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-patch-sparql-update" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-post-accepted" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-put-accepted" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-request-time" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-sparql-service" "^4.5.0" - "@comunica/actor-rdf-metadata-extract-void" "^4.5.0" - "@comunica/actor-rdf-metadata-primary-topic" "^4.5.0" - "@comunica/actor-rdf-parse-html" "^4.5.0" - "@comunica/actor-rdf-parse-html-microdata" "^4.5.0" - "@comunica/actor-rdf-parse-html-rdfa" "^4.5.0" - "@comunica/actor-rdf-parse-html-script" "^4.5.0" - "@comunica/actor-rdf-parse-jsonld" "^4.5.0" - "@comunica/actor-rdf-parse-n3" "^4.5.0" - "@comunica/actor-rdf-parse-rdfxml" "^4.5.0" - "@comunica/actor-rdf-parse-shaclc" "^4.5.0" - "@comunica/actor-rdf-parse-xml-rdfa" "^4.5.0" - "@comunica/actor-rdf-resolve-hypermedia-links-next" "^4.5.0" - "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo" "^4.5.0" - "@comunica/actor-rdf-serialize-jsonld" "^4.5.0" - "@comunica/actor-rdf-serialize-n3" "^4.5.0" - "@comunica/actor-rdf-serialize-shaclc" "^4.5.0" - "@comunica/actor-rdf-update-hypermedia-patch-sparql-update" "^4.5.0" - "@comunica/actor-rdf-update-hypermedia-put-ldp" "^4.5.0" - "@comunica/actor-rdf-update-hypermedia-sparql" "^4.5.0" - "@comunica/actor-rdf-update-quads-hypermedia" "^4.5.0" - "@comunica/actor-rdf-update-quads-rdfjs-store" "^4.5.0" - "@comunica/actor-term-comparator-factory-expression-evaluator" "^4.5.0" - "@comunica/bus-function-factory" "^4.5.0" - "@comunica/bus-http-invalidate" "^4.5.0" - "@comunica/bus-query-operation" "^4.5.0" - "@comunica/config-query-sparql" "^4.4.0" - "@comunica/core" "^4.5.0" - "@comunica/logger-void" "^4.5.0" - "@comunica/mediator-all" "^4.5.0" - "@comunica/mediator-combine-pipeline" "^4.5.0" - "@comunica/mediator-combine-union" "^4.5.0" - "@comunica/mediator-join-coefficients-fixed" "^4.5.0" - "@comunica/mediator-number" "^4.5.0" - "@comunica/mediator-race" "^4.5.0" - "@comunica/runner" "^4.5.0" - "@comunica/runner-cli" "^4.5.0" - "@comunica/types" "^4.5.0" +"@comunica/query-sparql@~5.0.0": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@comunica/query-sparql/-/query-sparql-5.0.1.tgz#4dc1fe2c0d4b477fd9c92408f29294e08cab7197" + integrity sha512-MPk8hgLvVLRZqoQ8XI5iuyaCk2eLaQHpsTChd8eXShNMmeePO1NFXDE+m06jpg92uRXa9RdNh4JYsCM98mxmTQ== + dependencies: + "@comunica/actor-bindings-aggregator-factory-average" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-count" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-group-concat" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-max" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-min" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-sample" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-sum" "^5.0.0" + "@comunica/actor-bindings-aggregator-factory-wildcard-count" "^5.0.0" + "@comunica/actor-context-preprocess-convert-shortcuts" "^5.0.0" + "@comunica/actor-context-preprocess-set-defaults" "^5.0.0" + "@comunica/actor-context-preprocess-source-to-destination" "^5.0.0" + "@comunica/actor-dereference-fallback" "^5.0.0" + "@comunica/actor-dereference-http" "^5.0.0" + "@comunica/actor-dereference-rdf-parse" "^5.0.0" + "@comunica/actor-expression-evaluator-factory-default" "^5.0.0" + "@comunica/actor-function-factory-expression-bnode" "^5.0.0" + "@comunica/actor-function-factory-expression-bound" "^5.0.0" + "@comunica/actor-function-factory-expression-coalesce" "^5.0.0" + "@comunica/actor-function-factory-expression-concat" "^5.0.0" + "@comunica/actor-function-factory-expression-extensions" "^5.0.0" + "@comunica/actor-function-factory-expression-if" "^5.0.0" + "@comunica/actor-function-factory-expression-in" "^5.0.0" + "@comunica/actor-function-factory-expression-logical-and" "^5.0.0" + "@comunica/actor-function-factory-expression-logical-or" "^5.0.0" + "@comunica/actor-function-factory-expression-not-in" "^5.0.0" + "@comunica/actor-function-factory-expression-same-term" "^5.0.0" + "@comunica/actor-function-factory-term-abs" "^5.0.0" + "@comunica/actor-function-factory-term-addition" "^5.0.0" + "@comunica/actor-function-factory-term-ceil" "^5.0.0" + "@comunica/actor-function-factory-term-contains" "^5.0.0" + "@comunica/actor-function-factory-term-datatype" "^5.0.0" + "@comunica/actor-function-factory-term-day" "^5.0.0" + "@comunica/actor-function-factory-term-division" "^5.0.0" + "@comunica/actor-function-factory-term-encode-for-uri" "^5.0.0" + "@comunica/actor-function-factory-term-equality" "^5.0.0" + "@comunica/actor-function-factory-term-floor" "^5.0.0" + "@comunica/actor-function-factory-term-greater-than" "^5.0.0" + "@comunica/actor-function-factory-term-greater-than-equal" "^5.0.0" + "@comunica/actor-function-factory-term-has-lang" "^5.0.0" + "@comunica/actor-function-factory-term-has-langdir" "^5.0.0" + "@comunica/actor-function-factory-term-hours" "^5.0.0" + "@comunica/actor-function-factory-term-inequality" "^5.0.0" + "@comunica/actor-function-factory-term-iri" "^5.0.0" + "@comunica/actor-function-factory-term-is-blank" "^5.0.0" + "@comunica/actor-function-factory-term-is-iri" "^5.0.0" + "@comunica/actor-function-factory-term-is-literal" "^5.0.0" + "@comunica/actor-function-factory-term-is-numeric" "^5.0.0" + "@comunica/actor-function-factory-term-is-triple" "^5.0.0" + "@comunica/actor-function-factory-term-lang" "^5.0.0" + "@comunica/actor-function-factory-term-langdir" "^5.0.0" + "@comunica/actor-function-factory-term-langmatches" "^5.0.0" + "@comunica/actor-function-factory-term-lcase" "^5.0.0" + "@comunica/actor-function-factory-term-lesser-than" "^5.0.0" + "@comunica/actor-function-factory-term-lesser-than-equal" "^5.0.0" + "@comunica/actor-function-factory-term-md5" "^5.0.0" + "@comunica/actor-function-factory-term-minutes" "^5.0.0" + "@comunica/actor-function-factory-term-month" "^5.0.0" + "@comunica/actor-function-factory-term-multiplication" "^5.0.0" + "@comunica/actor-function-factory-term-not" "^5.0.0" + "@comunica/actor-function-factory-term-now" "^5.0.0" + "@comunica/actor-function-factory-term-object" "^5.0.0" + "@comunica/actor-function-factory-term-predicate" "^5.0.0" + "@comunica/actor-function-factory-term-rand" "^5.0.0" + "@comunica/actor-function-factory-term-regex" "^5.0.0" + "@comunica/actor-function-factory-term-replace" "^5.0.0" + "@comunica/actor-function-factory-term-round" "^5.0.0" + "@comunica/actor-function-factory-term-seconds" "^5.0.0" + "@comunica/actor-function-factory-term-sha1" "^5.0.0" + "@comunica/actor-function-factory-term-sha256" "^5.0.0" + "@comunica/actor-function-factory-term-sha384" "^5.0.0" + "@comunica/actor-function-factory-term-sha512" "^5.0.0" + "@comunica/actor-function-factory-term-str" "^5.0.0" + "@comunica/actor-function-factory-term-str-after" "^5.0.0" + "@comunica/actor-function-factory-term-str-before" "^5.0.0" + "@comunica/actor-function-factory-term-str-dt" "^5.0.0" + "@comunica/actor-function-factory-term-str-ends" "^5.0.0" + "@comunica/actor-function-factory-term-str-lang" "^5.0.0" + "@comunica/actor-function-factory-term-str-langdir" "^5.0.0" + "@comunica/actor-function-factory-term-str-len" "^5.0.0" + "@comunica/actor-function-factory-term-str-starts" "^5.0.0" + "@comunica/actor-function-factory-term-str-uuid" "^5.0.0" + "@comunica/actor-function-factory-term-sub-str" "^5.0.0" + "@comunica/actor-function-factory-term-subject" "^5.0.0" + "@comunica/actor-function-factory-term-subtraction" "^5.0.0" + "@comunica/actor-function-factory-term-timezone" "^5.0.0" + "@comunica/actor-function-factory-term-triple" "^5.0.0" + "@comunica/actor-function-factory-term-tz" "^5.0.0" + "@comunica/actor-function-factory-term-ucase" "^5.0.0" + "@comunica/actor-function-factory-term-unary-minus" "^5.0.0" + "@comunica/actor-function-factory-term-unary-plus" "^5.0.0" + "@comunica/actor-function-factory-term-uuid" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-boolean" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-date" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-datetime" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-day-time-duration" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-decimal" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-double" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-duration" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-float" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-integer" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-string" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-time" "^5.0.0" + "@comunica/actor-function-factory-term-xsd-to-year-month-duration" "^5.0.0" + "@comunica/actor-function-factory-term-year" "^5.0.0" + "@comunica/actor-hash-bindings-murmur" "^5.0.0" + "@comunica/actor-hash-quads-murmur" "^5.0.0" + "@comunica/actor-http-fetch" "^5.0.0" + "@comunica/actor-http-limit-rate" "^5.0.0" + "@comunica/actor-http-proxy" "^5.0.0" + "@comunica/actor-http-retry" "^5.0.0" + "@comunica/actor-http-wayback" "^5.0.0" + "@comunica/actor-init-query" "^5.0.1" + "@comunica/actor-optimize-query-operation-assign-sources-exhaustive" "^5.0.0" + "@comunica/actor-optimize-query-operation-bgp-to-join" "^5.0.0" + "@comunica/actor-optimize-query-operation-construct-distinct" "^5.0.0" + "@comunica/actor-optimize-query-operation-describe-to-constructs-subject" "^5.0.0" + "@comunica/actor-optimize-query-operation-filter-pushdown" "^5.0.0" + "@comunica/actor-optimize-query-operation-group-sources" "^5.0.0" + "@comunica/actor-optimize-query-operation-join-bgp" "^5.0.0" + "@comunica/actor-optimize-query-operation-join-connected" "^5.0.0" + "@comunica/actor-optimize-query-operation-leftjoin-expression-pushdown" "^5.0.0" + "@comunica/actor-optimize-query-operation-prune-empty-source-operations" "^5.0.0" + "@comunica/actor-optimize-query-operation-query-source-identify" "^5.0.0" + "@comunica/actor-optimize-query-operation-query-source-skolemize" "^5.0.0" + "@comunica/actor-optimize-query-operation-rewrite-add" "^5.0.0" + "@comunica/actor-optimize-query-operation-rewrite-copy" "^5.0.0" + "@comunica/actor-optimize-query-operation-rewrite-move" "^5.0.0" + "@comunica/actor-query-operation-ask" "^5.0.0" + "@comunica/actor-query-operation-bgp-join" "^5.0.0" + "@comunica/actor-query-operation-construct" "^5.0.0" + "@comunica/actor-query-operation-distinct-identity" "^5.0.0" + "@comunica/actor-query-operation-extend" "^5.0.0" + "@comunica/actor-query-operation-filter" "^5.0.0" + "@comunica/actor-query-operation-from-quad" "^5.0.0" + "@comunica/actor-query-operation-group" "^5.0.0" + "@comunica/actor-query-operation-join" "^5.0.0" + "@comunica/actor-query-operation-leftjoin" "^5.0.0" + "@comunica/actor-query-operation-minus" "^5.0.0" + "@comunica/actor-query-operation-nop" "^5.0.0" + "@comunica/actor-query-operation-orderby" "^5.0.0" + "@comunica/actor-query-operation-path-alt" "^5.0.0" + "@comunica/actor-query-operation-path-inv" "^5.0.0" + "@comunica/actor-query-operation-path-link" "^5.0.0" + "@comunica/actor-query-operation-path-nps" "^5.0.0" + "@comunica/actor-query-operation-path-one-or-more" "^5.0.0" + "@comunica/actor-query-operation-path-seq" "^5.0.0" + "@comunica/actor-query-operation-path-zero-or-more" "^5.0.0" + "@comunica/actor-query-operation-path-zero-or-one" "^5.0.0" + "@comunica/actor-query-operation-project" "^5.0.0" + "@comunica/actor-query-operation-reduced-hash" "^5.0.0" + "@comunica/actor-query-operation-slice" "^5.0.0" + "@comunica/actor-query-operation-source" "^5.0.0" + "@comunica/actor-query-operation-union" "^5.0.0" + "@comunica/actor-query-operation-update-clear" "^5.0.0" + "@comunica/actor-query-operation-update-compositeupdate" "^5.0.0" + "@comunica/actor-query-operation-update-create" "^5.0.0" + "@comunica/actor-query-operation-update-deleteinsert" "^5.0.0" + "@comunica/actor-query-operation-update-drop" "^5.0.0" + "@comunica/actor-query-operation-update-load" "^5.0.0" + "@comunica/actor-query-operation-values" "^5.0.0" + "@comunica/actor-query-parse-graphql" "^5.0.0" + "@comunica/actor-query-parse-sparql" "^5.0.0" + "@comunica/actor-query-process-explain-logical" "^5.0.0" + "@comunica/actor-query-process-explain-parsed" "^5.0.0" + "@comunica/actor-query-process-explain-physical" "^5.0.0" + "@comunica/actor-query-process-explain-query" "^5.0.0" + "@comunica/actor-query-process-sequential" "^5.0.0" + "@comunica/actor-query-result-serialize-json" "^5.0.0" + "@comunica/actor-query-result-serialize-rdf" "^5.0.0" + "@comunica/actor-query-result-serialize-simple" "^5.0.0" + "@comunica/actor-query-result-serialize-sparql-csv" "^5.0.0" + "@comunica/actor-query-result-serialize-sparql-json" "^5.0.0" + "@comunica/actor-query-result-serialize-sparql-tsv" "^5.0.0" + "@comunica/actor-query-result-serialize-sparql-xml" "^5.0.0" + "@comunica/actor-query-result-serialize-stats" "^5.0.0" + "@comunica/actor-query-result-serialize-table" "^5.0.0" + "@comunica/actor-query-result-serialize-tree" "^5.0.0" + "@comunica/actor-query-serialize-sparql" "^5.0.0" + "@comunica/actor-query-source-dereference-link-force-sparql" "^5.0.0" + "@comunica/actor-query-source-dereference-link-hypermedia" "^5.0.0" + "@comunica/actor-query-source-identify-hypermedia" "^5.0.0" + "@comunica/actor-query-source-identify-hypermedia-none" "^5.0.0" + "@comunica/actor-query-source-identify-hypermedia-qpf" "^5.0.0" + "@comunica/actor-query-source-identify-hypermedia-sparql" "^5.0.0" + "@comunica/actor-query-source-identify-rdfjs" "^5.0.0" + "@comunica/actor-query-source-identify-serialized" "^5.0.0" + "@comunica/actor-rdf-join-entries-sort-cardinality" "^5.0.0" + "@comunica/actor-rdf-join-entries-sort-selectivity" "^5.0.0" + "@comunica/actor-rdf-join-inner-hash" "^5.0.0" + "@comunica/actor-rdf-join-inner-multi-bind" "^5.0.0" + "@comunica/actor-rdf-join-inner-multi-bind-source" "^5.0.0" + "@comunica/actor-rdf-join-inner-multi-empty" "^5.0.0" + "@comunica/actor-rdf-join-inner-multi-smallest" "^5.0.0" + "@comunica/actor-rdf-join-inner-multi-smallest-filter-bindings" "^5.0.0" + "@comunica/actor-rdf-join-inner-nestedloop" "^5.0.0" + "@comunica/actor-rdf-join-inner-none" "^5.0.0" + "@comunica/actor-rdf-join-inner-single" "^5.0.0" + "@comunica/actor-rdf-join-inner-symmetrichash" "^5.0.0" + "@comunica/actor-rdf-join-minus-hash" "^5.0.0" + "@comunica/actor-rdf-join-optional-bind" "^5.0.0" + "@comunica/actor-rdf-join-optional-hash" "^5.0.0" + "@comunica/actor-rdf-join-optional-nestedloop" "^5.0.0" + "@comunica/actor-rdf-join-selectivity-variable-counting" "^5.0.0" + "@comunica/actor-rdf-metadata-accumulate-cardinality" "^5.0.0" + "@comunica/actor-rdf-metadata-accumulate-pagesize" "^5.0.0" + "@comunica/actor-rdf-metadata-accumulate-requesttime" "^5.0.0" + "@comunica/actor-rdf-metadata-all" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-allow-http-methods" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-hydra-controls" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-hydra-count" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-hydra-pagesize" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-patch-sparql-update" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-post-accepted" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-put-accepted" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-request-time" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-sparql-service" "^5.0.0" + "@comunica/actor-rdf-metadata-extract-void" "^5.0.0" + "@comunica/actor-rdf-metadata-primary-topic" "^5.0.0" + "@comunica/actor-rdf-parse-html" "^5.0.0" + "@comunica/actor-rdf-parse-html-microdata" "^5.0.0" + "@comunica/actor-rdf-parse-html-rdfa" "^5.0.0" + "@comunica/actor-rdf-parse-html-script" "^5.0.0" + "@comunica/actor-rdf-parse-jsonld" "^5.0.0" + "@comunica/actor-rdf-parse-n3" "^5.0.0" + "@comunica/actor-rdf-parse-rdfxml" "^5.0.0" + "@comunica/actor-rdf-parse-shaclc" "^5.0.0" + "@comunica/actor-rdf-parse-xml-rdfa" "^5.0.0" + "@comunica/actor-rdf-resolve-hypermedia-links-next" "^5.0.0" + "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo" "^5.0.0" + "@comunica/actor-rdf-serialize-jsonld" "^5.0.0" + "@comunica/actor-rdf-serialize-n3" "^5.0.0" + "@comunica/actor-rdf-serialize-shaclc" "^5.0.0" + "@comunica/actor-rdf-update-hypermedia-patch-sparql-update" "^5.0.0" + "@comunica/actor-rdf-update-hypermedia-put-ldp" "^5.0.0" + "@comunica/actor-rdf-update-hypermedia-sparql" "^5.0.0" + "@comunica/actor-rdf-update-quads-hypermedia" "^5.0.0" + "@comunica/actor-rdf-update-quads-rdfjs-store" "^5.0.0" + "@comunica/actor-term-comparator-factory-expression-evaluator" "^5.0.0" + "@comunica/bus-function-factory" "^5.0.0" + "@comunica/bus-http-invalidate" "^5.0.0" + "@comunica/bus-query-operation" "^5.0.0" + "@comunica/config-query-sparql" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/logger-void" "^5.0.0" + "@comunica/mediator-all" "^5.0.0" + "@comunica/mediator-combine-pipeline" "^5.0.0" + "@comunica/mediator-combine-union" "^5.0.0" + "@comunica/mediator-join-coefficients-fixed" "^5.0.0" + "@comunica/mediator-number" "^5.0.0" + "@comunica/mediator-race" "^5.0.0" + "@comunica/runner" "^5.0.0" + "@comunica/runner-cli" "^5.0.0" + "@comunica/types" "^5.0.0" process "^0.11.10" -"@comunica/runner-cli@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/runner-cli/-/runner-cli-4.5.0.tgz#2fdcc3ba719c49a991e720593000f03ecdfb2c0a" - integrity sha512-oKCV6uty4LW/0CVK0K9/B2vKlL/hTzfGXOhuRkdJvRvZuZFnGpVgMGxAqu83SzcSZP74yn2Gw/sjF2710aV6+A== +"@comunica/runner-cli@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/runner-cli/-/runner-cli-5.0.0.tgz#95d074bc08ad8757ad66dac387140419f955d5dd" + integrity sha512-hz7ycOV8opgXt6BPfApglQXKOwaJMei6fgCfUBFIAFd4L0Aj6uiWDEvTkJqfGaYKqM8Gv30ncSYaw1vVDqZzpQ== dependencies: - "@comunica/core" "^4.5.0" - "@comunica/runner" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/core" "^5.0.0" + "@comunica/runner" "^5.0.0" + "@comunica/types" "^5.0.0" process "^0.11.10" -"@comunica/runner@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/runner/-/runner-4.5.0.tgz#c513fab2ff14508bd957f592f7f9197299362eef" - integrity sha512-Xq5HUsuNQ2cKHBqQjJ3Xx1jpcdD9Oi+ef7t6wPeUCR6VzZKCmRNxEcwQ0Cz629KMicrZCyWnIkXoB322GRWMVA== +"@comunica/runner@^5.0.0", "@comunica/runner@~5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/runner/-/runner-5.0.0.tgz#240a3717b5970b2665bdc295905cabb23dfaa292" + integrity sha512-+UyrXMe48lCwMu1gwdfX7yazThRxguq3WvBVhacwCfdGA3NYoWF2LfcbbjZeVbZDeTMXig2/pwqjRrpaHzlO1Q== dependencies: - "@comunica/bus-init" "^4.5.0" - "@comunica/core" "^4.5.0" + "@comunica/bus-init" "^5.0.0" + "@comunica/core" "^5.0.0" componentsjs "^6.2.0" process "^0.11.10" @@ -4507,87 +4637,95 @@ asynciterator "^3.8.1" sparqlalgebrajs "^4.2.0" -"@comunica/types@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/types/-/types-4.5.0.tgz#719e3e5c87b0203f530ab74e5c3729e4bd467e0e" - integrity sha512-XhnkspVgYilchErpSAELHRA7B4wRszDdvCkhbd52vjLrThzGUDfDoGx+56y4AeziWkxQLNug8AZbo/Q6J2vCzQ== +"@comunica/types@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/types/-/types-5.0.0.tgz#2f45685c58b8544c9d1c6a1fb2d803e0a0261a49" + integrity sha512-0MATIrBy2wHHEdu+8GCtUn0RPiTQbYv8ghmLUfIjL2dZYuzg+gf797HTaTQqR6CFfVpAubb5VwtIzZx6z0YrRQ== dependencies: + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" "@types/yargs" "^17.0.24" - asynciterator "^3.9.0" - lru-cache "^10.0.1" - sparqlalgebrajs "^5.0.2" + asynciterator "^3.10.0" + lru-cache "^11.2.2" -"@comunica/utils-bindings-factory@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-bindings-factory/-/utils-bindings-factory-4.5.0.tgz#0e4a01c853916cc395b9f199903899774f5a076a" - integrity sha512-LxwHMoBn8JqeVoGEZVaOne9iaShHmaDwJaCBJH3cQi224bv81ylmEBJgrxfNJt+FAzwBfsRdO4aR8dRX5l7Pdg== +"@comunica/utils-algebra@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-algebra/-/utils-algebra-5.0.0.tgz#dc6e3913db3ed7515fbfe96226592b16340e543e" + integrity sha512-tkDwfIUpYilJJTuUHTavHRulpH/r4tJey5noMK11Pp7UC0W+fHuLQiY5XXpMFdug/imajg1XGTGJ9xojsGTIPw== + dependencies: + "@traqula/algebra-transformations-1-2" "^1.0.0" + "@traqula/core" "^1.0.0" + +"@comunica/utils-bindings-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-bindings-factory/-/utils-bindings-factory-5.0.0.tgz#34d0957b1e735b478978755578e9240a0fd45bc8" + integrity sha512-7riZmCOLsbbwbtF3lad/KloZSKTXwkkN0q18Gi1dydeAVjHdtoWMS2Jd2cfGUqDuvfIkCSP2fc4j32IxuyG9aQ== dependencies: - "@comunica/bus-merge-bindings-context" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/bus-merge-bindings-context" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" immutable "^5.1.3" - rdf-string "^1.6.1" + rdf-string "^2.0.1" -"@comunica/utils-bindings-index@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-bindings-index/-/utils-bindings-index-4.5.0.tgz#65b23c5f57f85d061f307e919c436c0099c59b1b" - integrity sha512-vV+POCwgVxR3DqtlAt/+q1EzTTghCTYMkx2yV0PJYWdrjsu/JEfoS4S7B1zgb0DjUS7zq0aoeB7FShBUWz/fuw== +"@comunica/utils-bindings-index@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-bindings-index/-/utils-bindings-index-5.0.0.tgz#c91e85a2dab42a12493821d1a5867e1377f9363d" + integrity sha512-mLVdp88rPbSzfSoApc9e3WRNXJFK0byvHJWOn62EcRbhU0Udu80vXkMnmQS/P8cjGlDh+CWjQxCL97HxdaFLEg== dependencies: - "@comunica/types" "^4.5.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" -"@comunica/utils-data-factory@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@comunica/utils-data-factory/-/utils-data-factory-4.0.1.tgz#ea0ce2b24d05d26718df4e218233ef2bfdeebd0f" - integrity sha512-6FTyTC0dNgXwnZN4/5QSDsfNT7AhWPJUcE3a9aa78kQodaq3LfQNW4fiG4tC2O4tcbSy4Ds7ZG/cflThCHwa2w== +"@comunica/utils-data-factory@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-data-factory/-/utils-data-factory-5.0.0.tgz#0f2716c4cb2e2eeecb043679ef026210b8b7d2ce" + integrity sha512-F5nkZjDSDdydAItS19svrWdWdCTx7pLCGlVomePa1IiF117TOZZMyI9bcFmh9SoIpmoitfMPHre3Fhm8DSd0uQ== dependencies: "@rdfjs/types" "*" -"@comunica/utils-expression-evaluator@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-expression-evaluator/-/utils-expression-evaluator-4.5.0.tgz#68ed23398ceef2f660330468d4b7c4427f7915c0" - integrity sha512-i4kek6vg5yx/EqwoEEop7UyNy0aHp7MIMdId98opXa/hU64Z8icIaFD+3+1tv98M1LviuJAIPX6lCJwuB22jqA== +"@comunica/utils-expression-evaluator@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-expression-evaluator/-/utils-expression-evaluator-5.0.0.tgz#680b599a277fd6609dd4e144635c981bfabdb140" + integrity sha512-KXSHQ0UomR7YY8IxSNvb9eYSzncIwTbW3sDCsAAmU9dLUogZ4sZUtGw6hWpW/rYs+Xqh4QEQrmqfff3F5fT4iw== dependencies: - "@comunica/context-entries" "^4.5.0" - "@comunica/types" "^4.5.0" + "@comunica/context-entries" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" "@rdfjs/types" "*" - lru-cache "^10.0.0" - rdf-data-factory "^1.1.2" - rdf-string "^1.6.3" - sparqlalgebrajs "^5.0.2" + lru-cache "^11.2.2" + rdf-data-factory "^2.0.0" + rdf-string "^2.0.1" -"@comunica/utils-iterator@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-iterator/-/utils-iterator-4.5.0.tgz#751cd149002ab9c2be89fad283907cc3caab04c0" - integrity sha512-Gnn6asz0xILR1f5lQrTjg1BgW5IiSibOETul4iJ+sjYnVncZH1eK5qJNG81f6fX40D3FEHyu+jWQSPNMFqdaoQ== +"@comunica/utils-iterator@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-iterator/-/utils-iterator-5.0.0.tgz#759f6e9398617c69eac40c78e2c3220964293bfc" + integrity sha512-iognyhJ4kkwZe2zZTB9MbELiUKypVGWjLFSY+xnVqu7WjDAAkmj2KuD9jRKXdYsvMT43CUo7JXh+2vIxYGL68Q== dependencies: - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/utils-metadata@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-metadata/-/utils-metadata-4.5.0.tgz#db89c7a5c3999babeb957bf7efcee7ec1c3470dd" - integrity sha512-NmWWz9F558NQXR5UOyAIdhLmi4tBMtI0N3kHee/DsPCFaxn0wjQ/ckZGrTVTGeP+sdYzobaYvGcIPpf8MmPALQ== +"@comunica/utils-metadata@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-metadata/-/utils-metadata-5.0.0.tgz#ed06410ff453cda4471bffe18d40710b33c8055f" + integrity sha512-knkkyYu251HsYnDMeAzUr71EbCkwLzo6UBYs8Vfa9FQjqnJ2KdvEps+GU3xgvhzJmCxH0FJ7qLp6vFfo24tXRw== dependencies: - "@comunica/types" "^4.5.0" + "@comunica/types" "^5.0.0" "@rdfjs/types" "*" - asynciterator "^3.9.0" + asynciterator "^3.10.0" -"@comunica/utils-query-operation@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@comunica/utils-query-operation/-/utils-query-operation-4.5.0.tgz#a21547e39b93d236e408514a3ff22504aa6179ba" - integrity sha512-R5j61Awzyz+p0FbvACSxh8GuZ4IiBt824UfNZpgDipwzX0JnSaKP5yFKL2dcmb9LlElN8wmDjzy4o512HLK67w== - dependencies: - "@comunica/context-entries" "^4.5.0" - "@comunica/core" "^4.5.0" - "@comunica/types" "^4.5.0" - "@comunica/utils-bindings-factory" "^4.5.0" +"@comunica/utils-query-operation@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@comunica/utils-query-operation/-/utils-query-operation-5.0.0.tgz#73d448508d1ff58c71cb311571eeada778eadfe6" + integrity sha512-nw622cLKYLRzdjI2PbYHFOmULZbEucpu7eXlnDJHqnjE4ew96SzyEQq7uZJF94bAqc7m8M7L3ux4SccaTxxCDw== + dependencies: + "@comunica/context-entries" "^5.0.0" + "@comunica/core" "^5.0.0" + "@comunica/types" "^5.0.0" + "@comunica/utils-algebra" "^5.0.0" + "@comunica/utils-bindings-factory" "^5.0.0" "@rdfjs/types" "*" - rdf-data-factory "^1.1.2" - rdf-string "^1.6.1" - rdf-terms "^1.11.0" - sparqlalgebrajs "^5.0.2" + rdf-data-factory "^2.0.0" + rdf-string "^2.0.1" + rdf-terms "^2.0.0" "@dabh/diagnostics@^2.0.2": version "2.0.3" @@ -4793,6 +4931,113 @@ process "^0.11.10" readable-stream "^4.5.1" +"@traqula/algebra-sparql-1-1@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/algebra-sparql-1-1/-/algebra-sparql-1-1-1.0.0.tgz#01b178cfd6ff1993c00c13257be2f51d4bc12030" + integrity sha512-bIOXpwRpXhuF7SNBgbLNyMERzaGFjpNBuEHA0gXyXAxaQVjRfqp9YvCBK/BRDMSF/QeE+9l0FcpjU6IP3sa5TQ== + dependencies: + "@traqula/algebra-transformations-1-1" "^1.0.0" + "@traqula/core" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + +"@traqula/algebra-sparql-1-2@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/algebra-sparql-1-2/-/algebra-sparql-1-2-1.0.0.tgz#5503ca5607d52dff1f301afd3e994c52a3c8d03a" + integrity sha512-UNjRU2okSVWSAESQPL9sSpV64UxXJahzwnPHxceFPdlPA7oIn0d1i+a+zpF98PDY7a8Ubs8KKabSuScFoWcbFA== + dependencies: + "@traqula/algebra-sparql-1-1" "^1.0.0" + "@traqula/algebra-transformations-1-1" "^1.0.0" + "@traqula/algebra-transformations-1-2" "^1.0.0" + "@traqula/core" "^1.0.0" + +"@traqula/algebra-transformations-1-1@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/algebra-transformations-1-1/-/algebra-transformations-1-1-1.0.0.tgz#7d564650ae3109a6c8acaf072316bc5b3ec55a13" + integrity sha512-JgWnSiMp31I5vbNgV+d6gMGJN85oE4jiYfSDnIW+PBdMAqx3EJBGGxUsSgqTx3CEMoI3NDMKjnR3BLAt02gysw== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + fast-deep-equal "^3.1.3" + rdf-data-factory "^2.0.1" + rdf-isomorphic "^2.0.0" + rdf-string "^2.0.0" + +"@traqula/algebra-transformations-1-2@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/algebra-transformations-1-2/-/algebra-transformations-1-2-1.0.0.tgz#6da3b5604ee165256709d742ef5c1ec279c1511c" + integrity sha512-FjLWxyoVprm8CKP7udV2bpmJRrj/M+ZPlxjJYj1FHoRUHWyZ7EAbDRpg/NpGd3ku1B82Vd6sf+s1Q/X6szj+cg== + dependencies: + "@traqula/algebra-transformations-1-1" "^1.0.0" + "@traqula/rules-sparql-1-2" "^1.0.0" + rdf-string "^2.0.0" + +"@traqula/chevrotain@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/chevrotain/-/chevrotain-1.0.0.tgz#c23f7b531e9c4eb5501ca2722c1ecb09ab6d9e50" + integrity sha512-kyyT9aXpcJmJ3Bvq/MoeGA9e2vhrPdgOrswHaGC9WEQqXfsxJAye2Y+6aJdSGYZJMiH6CcAzgYLIJt1UDBvB0A== + dependencies: + chevrotain "^11.0.3" + +"@traqula/core@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/core/-/core-1.0.0.tgz#8d6a386f696e9c293425c4bf47de39a67483fde7" + integrity sha512-+ipnc6AyTmn7LEh6F4RnLIWgJ4xzstZdKBKSYG1Dj3nUXkA8rJ2fyrZJ+nN5g0B9ay9s13NijU4IbBgn+hWe/Q== + dependencies: + "@traqula/chevrotain" "^1.0.0" + +"@traqula/generator-sparql-1-1@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/generator-sparql-1-1/-/generator-sparql-1-1-1.0.0.tgz#b38b6d86cba96cec51d8656a072384c2dea6a6fc" + integrity sha512-TDGgnuMXWD04scB0s/FzjB50N5E32Kgx0EF1UCxjjAzLpJssycKkQUSuIqdzwOaEQGTiYA6n7vAmufAPoYlTAQ== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + +"@traqula/generator-sparql-1-2@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/generator-sparql-1-2/-/generator-sparql-1-2-1.0.0.tgz#d56577599013382a17d50be53438c4fd8aa062b2" + integrity sha512-Z1kkTTCzDvrQPJU/yZkAWxf9qNmk0WnprNLIdxqawiViIqYLGpsNx0A35/37Zfniq/6zm2ZWnFzmawctFI56fg== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/generator-sparql-1-1" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + "@traqula/rules-sparql-1-2" "^1.0.0" + +"@traqula/parser-sparql-1-1@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/parser-sparql-1-1/-/parser-sparql-1-1-1.0.0.tgz#f417670233c8cfc7a0e94db623421cc9b6cc4198" + integrity sha512-eIAMWtpmd/ynkQyWYlDkArM6tIJcZvLGJ+5sXqVPfS2fFwxlqyRExST10R60Bf4ifoRqLyfRLNJnQKewvHWyAA== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + +"@traqula/parser-sparql-1-2@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/parser-sparql-1-2/-/parser-sparql-1-2-1.0.0.tgz#063f2ccb3f34482a9edeaf24a8cf265d57f839b0" + integrity sha512-15nxCioze5fXTqQWiFu2T0xeS5Z7AySbCFa3keUIR34wlBPMkIAygCWC2mEeHBFTpMqbC4hAZjKW0IAbKA728Q== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/parser-sparql-1-1" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + "@traqula/rules-sparql-1-2" "^1.0.0" + rdf-data-factory "^2.0.1" + +"@traqula/rules-sparql-1-1@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/rules-sparql-1-1/-/rules-sparql-1-1-1.0.0.tgz#bc2287575e89a6dc93c803e6f385ceae5d64a8bb" + integrity sha512-UZg1kEuuya7bxmGQWVMrkttaLvy9u9lY+q1sIZhhM9azJ7wdbyKwVlhXs/CG+fxXLvU1hbBiG2a7OEh9dpx+mQ== + dependencies: + "@traqula/chevrotain" "^1.0.0" + "@traqula/core" "^1.0.0" + +"@traqula/rules-sparql-1-2@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@traqula/rules-sparql-1-2/-/rules-sparql-1-2-1.0.0.tgz#c35674a8b565695775b690bf21240b337b668e52" + integrity sha512-Yo6VBh1n84HiZH1xHTgpXhJfiaQorTpjJ1o1SaHgOGtmAD6GaqhgfbK9G1ZWk6btKA6tglCS7VgMYG3or930lQ== + dependencies: + "@traqula/core" "^1.0.0" + "@traqula/rules-sparql-1-1" "^1.0.0" + "@turf/centroid@^6.5.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@turf/centroid/-/centroid-6.5.0.tgz#ecaa365412e5a4d595bb448e7dcdacfb49eb0009" @@ -4884,6 +5129,11 @@ "@types/qs" "*" "@types/serve-static" "*" +"@types/http-cache-semantics@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4" + integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA== + "@types/http-errors@*": version "2.0.4" resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f" @@ -4956,14 +5206,6 @@ "@rdfjs/types" "^1.1.0" "@types/node" "*" -"@types/n3@^1.10.4": - version "1.16.4" - resolved "https://registry.yarnpkg.com/@types/n3/-/n3-1.16.4.tgz#007f489eb848a6a8ac586b037b8eea281da5730f" - integrity sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w== - dependencies: - "@rdfjs/types" "^1.1.0" - "@types/node" "*" - "@types/node-forge@^1.3.0": version "1.3.11" resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da" @@ -5021,13 +5263,12 @@ "@types/node" "*" safe-buffer "~5.1.1" -"@types/readable-stream@^4.0.15": - version "4.0.18" - resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-4.0.18.tgz#5d8d15d26c776500ce573cae580787d149823bfc" - integrity sha512-21jK/1j+Wg+7jVw1xnSwy/2Q1VgVjWuFssbYGTREPUBeZ+rqVFl2udq0IkxzPC0ZhOzVceUbyIACFZKLqKEBlA== +"@types/readable-stream@^4.0.18": + version "4.0.23" + resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-4.0.23.tgz#fcd0f7472f45ceb43154f08f0083ccd1c76e53ce" + integrity sha512-wwXrtQvbMHxCbBgjHaMGEmImFTQxxpfMOR/ZoQnXxB1woqkUbdLGFDgauo00Py9IudiaqSeiBiulSV9i6XIPig== dependencies: "@types/node" "*" - safe-buffer "~5.1.1" "@types/retry@0.12.0": version "0.12.0" @@ -5075,13 +5316,6 @@ resolved "https://registry.yarnpkg.com/@types/spark-md5/-/spark-md5-3.0.4.tgz#c1221d63c069d95aba0c06a765b80661cacc12bf" integrity sha512-qtOaDz+IXiNndPgYb6t1YoutnGvFRtWSNzpVjkAPCfB2UzTyybuD4Tjgs7VgRawum3JnJNRwNQd4N//SvrHg1Q== -"@types/sparqljs@^3.0.0": - version "3.1.11" - resolved "https://registry.yarnpkg.com/@types/sparqljs/-/sparqljs-3.1.11.tgz#c383f5751f5c9d8c58bad7907bf46451ab003bea" - integrity sha512-C6nWzeACV4owPvPvuFQU/m0MGiqhs8M56sm3okHOQz3DW593eZRU306xUIM/XvUIEPfc9Cn/AzaA1J5NpF1VpA== - dependencies: - "@rdfjs/types" ">=1.0.0" - "@types/sparqljs@^3.1.3": version "3.1.10" resolved "https://registry.yarnpkg.com/@types/sparqljs/-/sparqljs-3.1.10.tgz#69e914c4c58e6b9adf4d4e5853fedd3c6bc3acf8" @@ -5429,6 +5663,13 @@ async@^3.2.3: resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== +asynciterator@^3.10.0: + version "3.10.0" + resolved "https://registry.yarnpkg.com/asynciterator/-/asynciterator-3.10.0.tgz#b9baade3792078235dbb6b35f6d28e88db76c5ce" + integrity sha512-eDOBoUf2m+4ht0ETVn2SCfuBIZZ6UWyyQbP++LRPKoK7PmrCQq37pJ6vRvyef4o1Pn+CwWnzMlkXxGdh/krVIw== + dependencies: + tiny-set-immediate "^1.0.2" + asynciterator@^3.8.0, asynciterator@^3.8.1, asynciterator@^3.9.0: version "3.9.0" resolved "https://registry.yarnpkg.com/asynciterator/-/asynciterator-3.9.0.tgz#6e9a69623c4cec07e4cd85130416d52899f4e93f" @@ -5636,6 +5877,18 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chevrotain@^11.0.3: + version "11.1.0" + resolved "https://registry.yarnpkg.com/chevrotain/-/chevrotain-11.1.0.tgz#508ccfd295c3a5b646ed0436ff4a17bdffb54b6e" + integrity sha512-BqwSf3RDQlHQ+EyWqTLDd23IwJ3clav6QyNQM4FNj0RF2/HfXESPjrApKkEstV5jbyJtUB8U4zrUFdLd2Cx1oA== + dependencies: + "@chevrotain/cst-dts-gen" "11.1.0" + "@chevrotain/gast" "11.1.0" + "@chevrotain/regexp-to-ast" "11.1.0" + "@chevrotain/types" "11.1.0" + "@chevrotain/utils" "11.1.0" + lodash-es "4.17.21" + chokidar@^3.5.3: version "3.6.0" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" @@ -6370,21 +6623,21 @@ fecha@^4.2.0: resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd" integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== -fetch-sparql-endpoint@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/fetch-sparql-endpoint/-/fetch-sparql-endpoint-6.2.0.tgz#a9989ca5d46ba68824bd64f6b98fba78bf39e0f9" - integrity sha512-NDbTgK2dPcNA4P2mXVZDbwIA3DY2k2TpEF5+GmCsCNrIbAnAl938JU41SZ2sCSkBXvBoVvb2q5eJ0u7W4K5aog== +fetch-sparql-endpoint@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/fetch-sparql-endpoint/-/fetch-sparql-endpoint-7.1.0.tgz#1a8c759715b8ee38f29957b3d091b248809e4135" + integrity sha512-+C5x3uOqumCvyqDkwXZ31len8qsNfBERWvL6ngqO4m1PSmfqmut4A+2bBbBln48Ag4qudUrG+9qZjFvzY66ubw== dependencies: + "@traqula/parser-sparql-1-2" "^1.0.0" + "@traqula/rules-sparql-1-2" "^1.0.0" "@types/n3" "^1.0.0" "@types/readable-stream" "^4.0.0" - "@types/sparqljs" "^3.0.0" is-stream "^2.0.0" - n3 "^1.0.0" + n3 "^2.0.0" rdf-string "^2.0.0" readable-from-web "^1.0.0" - sparqljs "^3.0.0" - sparqljson-parse "^3.0.0" - sparqlxml-parse "^3.0.0" + sparqljson-parse "^3.3.0" + sparqlxml-parse "^3.3.0" stream-to-string "^1.0.0" yargs "^17.0.0" @@ -6607,17 +6860,18 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -graphql-to-sparql@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/graphql-to-sparql/-/graphql-to-sparql-4.0.0.tgz#1b61ebb6084e7665cce90fd13155f1b6fb73ea5f" - integrity sha512-H/wIQFdqvNf6CQs84/+eEb5O/w51HsRv1+XPl6d1nJxLqflYAg9yf6D4a46uqUCw/pxiY5E4JjwyBRdMOgtKsw== +graphql-to-sparql@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/graphql-to-sparql/-/graphql-to-sparql-6.0.0.tgz#4d12aea4378ce441bd068d853106ec9b8ebd0f0b" + integrity sha512-gzgFliNl0EVMVtCn7xsksvyKyzxayLRv1xr+Bu0zQ4eK5gTFqjXokJjsrncl7lHgCh9AXNfsMr1NxtrVOTD+0A== dependencies: - "@rdfjs/types" "*" + "@traqula/algebra-sparql-1-2" "^1.0.0" + "@traqula/algebra-transformations-1-2" "^1.0.0" + "@traqula/generator-sparql-1-2" "^1.0.0" graphql "^15.5.2" jsonld-context-parser "^3.0.0" minimist "^1.2.0" - rdf-data-factory "^1.1.0" - sparqlalgebrajs "^4.0.0" + rdf-data-factory "^2.0.1" graphql@^15.5.2: version "15.8.0" @@ -6733,6 +6987,11 @@ htmlparser2@^9.0.0: domutils "^3.1.0" entities "^4.5.0" +http-cache-semantics@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz#205f4db64f8562b76a4ff9235aa5279839a09dd5" + integrity sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ== + http-deceiver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" @@ -7114,28 +7373,27 @@ jsonld-streaming-parser@^3.0.1: rdf-data-factory "^1.1.0" readable-stream "^4.0.0" -jsonld-streaming-parser@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-4.0.1.tgz#41212df7ef21df1f970d09ef989261fbb566194b" - integrity sha512-6M4y9YGgADk3nXJebbRrxEdMVBJ9bnz+peAvjTXUievopqaE8sg/qml/I6Sp1ln7rpOKffsNZWSre6B7N76szw== +jsonld-streaming-parser@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-5.0.0.tgz#995bd347b32dc02f97f1c1a5dc90d32fe12ee0ba" + integrity sha512-Q6Bfbmig8fFpIbJgJTi4LLzco9dz0YuBM/mDvUYXzP8L/+me6P3pRy4exrhCpv49Bwv2oQFFIHM7wIwCKma2XA== dependencies: "@bergos/jsonparse" "^1.4.0" - "@rdfjs/types" "*" "@types/http-link-header" "^1.0.1" "@types/readable-stream" "^4.0.0" buffer "^6.0.3" canonicalize "^1.0.1" http-link-header "^1.0.2" jsonld-context-parser "^3.0.0" - rdf-data-factory "^1.1.0" + rdf-data-factory "^2.0.0" readable-stream "^4.0.0" -jsonld-streaming-serializer@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/jsonld-streaming-serializer/-/jsonld-streaming-serializer-3.0.1.tgz#42c4e748060924586d71b0f80800c0f05e613a63" - integrity sha512-lw5Z785Km53DRZ0ngyEamC3ojGdjFRDKvUt3b7lW5e8sqmTc7GHZxFBBw7IIqbb0Wc2WNksoXewmF13FC9bPNg== +jsonld-streaming-serializer@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonld-streaming-serializer/-/jsonld-streaming-serializer-4.0.0.tgz#43144323ab099ccbeb0b840bd4c81a2591c01f23" + integrity sha512-YUg5Er7CSWB6+ZiHreBUoBILEttowto/fT654W5a+6iIiAI65Jz023Wtsi/XUCLUkItDWYe6ckYUbCV1aSQbtA== dependencies: - "@rdfjs/types" "*" + "@rdfjs/types" "^2.0.0" "@types/readable-stream" "^4.0.0" buffer "^6.0.3" jsonld-context-parser "^3.0.0" @@ -7205,6 +7463,11 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +lodash-es@4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + lodash.clonedeep@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" @@ -7242,15 +7505,10 @@ logform@^2.3.2, logform@^2.4.0: safe-stable-stringify "^2.3.1" triple-beam "^1.3.0" -lru-cache@^10.0.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" - integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== - -lru-cache@^10.0.1: - version "10.4.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" - integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== +lru-cache@^11.2.2: + version "11.2.4" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.4.tgz#ecb523ebb0e6f4d837c807ad1abaea8e0619770d" + integrity sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg== lru-cache@^4.0.1: version "4.1.5" @@ -7357,6 +7615,16 @@ microdata-rdf-streaming-parser@^2.0.1: readable-stream "^4.1.0" relative-to-absolute-iri "^1.0.2" +microdata-rdf-streaming-parser@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/microdata-rdf-streaming-parser/-/microdata-rdf-streaming-parser-3.0.0.tgz#ca26eefb49bfc412e646b81f7bf61cff29a63f18" + integrity sha512-CgdDaKqKAc/4gVhzUX7b1H0dKtnydqNu7dCMcvUceCZpAxX/6EO9w/U1Po195/F9fZY/oQakEREz8U1X7yrhAQ== + dependencies: + htmlparser2 "^9.0.0" + rdf-data-factory "^2.0.0" + readable-stream "^4.1.0" + relative-to-absolute-iri "^1.0.2" + micromatch@^4.0.2: version "4.0.5" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" @@ -7441,16 +7709,7 @@ multicast-dns@^7.2.5: dns-packet "^5.2.2" thunky "^1.0.2" -n3@^1.0.0: - version "1.22.3" - resolved "https://registry.yarnpkg.com/n3/-/n3-1.22.3.tgz#51e31747730000efc8001d0f037bb8eb97dbaaa2" - integrity sha512-TAFTjk0ErUbvw65sWpvj86ombVMfB63SxsZXQnVC8Ms02rDbOiA26WlP3tilEnuh3LhUa5TPiB0FyoYsPZ/DmA== - dependencies: - buffer "^6.0.3" - queue-microtask "^1.1.2" - readable-stream "^4.0.0" - -n3@^1.16.2, n3@^1.16.3, n3@^1.17.0: +n3@^1.16.3, n3@^1.17.0: version "1.17.3" resolved "https://registry.yarnpkg.com/n3/-/n3-1.17.3.tgz#28f33fae36812226bc677f17742afe32f7d2a105" integrity sha512-ZHc24eZi2GIJcJQVxtL6NT3g+mTHRNeTVfXWELzeUOirqLrh2AAyg0nfYZ/kryJWKFSCgO37DGB6Ok3qmGgEcA== @@ -7458,10 +7717,10 @@ n3@^1.16.2, n3@^1.16.3, n3@^1.17.0: queue-microtask "^1.1.2" readable-stream "^4.0.0" -n3@^1.26.0: - version "1.26.0" - resolved "https://registry.yarnpkg.com/n3/-/n3-1.26.0.tgz#3d69de04bee680b9ebec9dbc1033dc1e6934d351" - integrity sha512-SQknS0ua90rN+3RHuk8BeIqeYyqIH/+ecViZxX08jR4j6MugqWRjtONl3uANG/crWXnOM2WIqBJtjIhVYFha+w== +n3@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/n3/-/n3-2.0.0.tgz#990ff360886a101608145b83efeebe29eed11a80" + integrity sha512-U16wgzeUvnP92QSw9q3CWpYcIMB7egm1krI79+a89HoIFf/5Qwvh1RGAV51+W9Dlwr9+1hb60JZlfPfUyzdHtw== dependencies: buffer "^6.0.3" readable-stream "^4.0.0" @@ -7812,7 +8071,7 @@ rdf-data-factory@^1.0.1, rdf-data-factory@^1.1.0, rdf-data-factory@^1.1.2: dependencies: "@rdfjs/types" "*" -rdf-data-factory@^2.0.0, rdf-data-factory@^2.0.1: +rdf-data-factory@^2.0.0, rdf-data-factory@^2.0.1, rdf-data-factory@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/rdf-data-factory/-/rdf-data-factory-2.0.2.tgz#dfac1fdf99502f3b6d61f8e99e97af2490346e32" integrity sha512-WzPoYHwQYWvIP9k+7IBLY1b4nIDitzAK4mA37WumAF/Cjvu/KOtYJH9IPZnUTWNSd5K2+pq4vrcE9WZC4sRHhg== @@ -7846,6 +8105,13 @@ rdf-literal@^1.2.0, rdf-literal@^1.3.2: "@rdfjs/types" "*" rdf-data-factory "^1.1.0" +rdf-literal@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/rdf-literal/-/rdf-literal-2.0.0.tgz#a7e0af869236e1ba89ce7c5c6d557b9ce0ba485a" + integrity sha512-jlQ+h7EvnXmncmk8OzOYR8T3gNfd4g0LQXbflHkEkancic8dh0Tdt5RiRq8vUFndjIeNHt1RWeA5TAj6rgrtng== + dependencies: + rdf-data-factory "^2.0.0" + rdf-object@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-2.0.0.tgz#74551eac1356f0e1ecdc6c632e637f996d17c3ad" @@ -7896,6 +8162,15 @@ rdf-quad@^1.5.0: rdf-literal "^1.2.0" rdf-string "^1.5.0" +rdf-quad@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/rdf-quad/-/rdf-quad-2.0.0.tgz#7191c7e919755d1294b3f8ae326dbc94edc14dec" + integrity sha512-wR3x+ypdPh6jlFy+i/+U3jUlr5078GHfBkqf3TPPJa7zJVurkJY0J8ALKPWYd1V4oyYsqJCHr3xNM5RDlvH32A== + dependencies: + rdf-data-factory "^2.0.1" + rdf-literal "^2.0.0" + rdf-string "^2.0.0" + rdf-store-stream@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/rdf-store-stream/-/rdf-store-stream-3.0.0.tgz#79ec49161f6f76c429ef88065f26b1f3e1e5bd74" @@ -7913,19 +8188,6 @@ rdf-stores@^2.0.0: rdf-string "^2.0.0" rdf-terms "^2.0.0" -rdf-streaming-store@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/rdf-streaming-store/-/rdf-streaming-store-2.1.1.tgz#efa450533a96cadf80a49228ae092c7bb389d2c6" - integrity sha512-hw9n1WdsSI74d89EDGQv5dYb5PaFXjjm4BqdSwJ7JMa5Cx27pwtv5qbXZvSXZmle90/myI2At+TIpdLJQmujBg== - dependencies: - "@rdfjs/types" "*" - "@types/n3" "^1.10.4" - "@types/readable-stream" "^4.0.15" - n3 "^1.16.3" - rdf-string "^2.0.0" - rdf-terms "^2.0.0" - readable-stream "^4.3.0" - rdf-string-ttl@^1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/rdf-string-ttl/-/rdf-string-ttl-1.3.2.tgz#56060c41680a1ed46cf99d3b42a65754e037dd35" @@ -7934,7 +8196,14 @@ rdf-string-ttl@^1.3.2: "@rdfjs/types" "*" rdf-data-factory "^1.1.0" -rdf-string@^1.5.0, rdf-string@^1.6.0, rdf-string@^1.6.1, rdf-string@^1.6.3: +rdf-string-ttl@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/rdf-string-ttl/-/rdf-string-ttl-2.0.1.tgz#74ece2fa804c32fe7de3531b1feb7e1e580a1d80" + integrity sha512-xIZdC6uur9OwaCQrOsjuzLpnQCNGuJFWnYIAdF48tg3wzG5QzsgDMTJISCVh+M2p1e9ivIXlEauSdWokAhpZgA== + dependencies: + rdf-data-factory "^2.0.0" + +rdf-string@^1.5.0, rdf-string@^1.6.0: version "1.6.3" resolved "https://registry.yarnpkg.com/rdf-string/-/rdf-string-1.6.3.tgz#5c3173fad13e6328698277fb8ff151e3423282ab" integrity sha512-HIVwQ2gOqf+ObsCLSUAGFZMIl3rh9uGcRf1KbM85UDhKqP+hy6qj7Vz8FKt3GA54RiThqK3mNcr66dm1LP0+6g== @@ -7949,7 +8218,7 @@ rdf-string@^2.0.0, rdf-string@^2.0.1: dependencies: rdf-data-factory "^2.0.0" -rdf-terms@^1.10.0, rdf-terms@^1.11.0, rdf-terms@^1.7.0: +rdf-terms@^1.10.0, rdf-terms@^1.7.0: version "1.11.0" resolved "https://registry.yarnpkg.com/rdf-terms/-/rdf-terms-1.11.0.tgz#0c2e3a2b43f1042959c9263af27dab08dc4b084d" integrity sha512-iKlVgnMopRKl9pHVNrQrax7PtZKRCT/uJIgYqvuw1VVQb88zDvurtDr1xp0rt7N9JtKtFwUXoIQoEsjyRo20qQ== @@ -7977,6 +8246,16 @@ rdfa-streaming-parser@^2.0.1: readable-stream "^4.0.0" relative-to-absolute-iri "^1.0.2" +rdfa-streaming-parser@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rdfa-streaming-parser/-/rdfa-streaming-parser-3.0.2.tgz#069a3cfb11618a8728e3142b1dbda25fbe3db42d" + integrity sha512-1MEkALT5PYjucVo6lNHXd9DbkgW0hSfPOJOs/TpUFe9zoZvkoreKcGIFnMFkbMmYTNLCiGFo/74LviIUnWLkIw== + dependencies: + htmlparser2 "^9.0.0" + rdf-data-factory "^2.0.0" + readable-stream "^4.0.0" + relative-to-absolute-iri "^1.0.2" + rdfxml-streaming-parser@^2.2.3: version "2.4.0" resolved "https://registry.yarnpkg.com/rdfxml-streaming-parser/-/rdfxml-streaming-parser-2.4.0.tgz#6552d5c5b448739d52a97e18126dfcdf0d84c877" @@ -7991,6 +8270,19 @@ rdfxml-streaming-parser@^2.2.3: relative-to-absolute-iri "^1.0.0" validate-iri "^1.0.0" +rdfxml-streaming-parser@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/rdfxml-streaming-parser/-/rdfxml-streaming-parser-3.2.0.tgz#4775bbca68301b0c0eac306d8f7d8ea0a00a5051" + integrity sha512-SgQGK0EkbXd0jQ1PZk7dEpfDxf4CZpezkO6cTuGWesa9twdWaaW5elMoNBcbMT+2tOZC1EYZjs0JaXx0HnifcQ== + dependencies: + "@rubensworks/saxes" "^6.0.1" + "@types/readable-stream" "^4.0.18" + buffer "^6.0.3" + rdf-data-factory "^2.0.2" + readable-stream "^4.4.2" + relative-to-absolute-iri "^1.0.0" + validate-iri "^1.0.0" + react-is@^17.0.1: version "17.0.2" resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" @@ -8050,7 +8342,7 @@ readable-stream@^2.0.1, readable-stream@^2.2.2, readable-stream@~2.3.6: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^4.0.0, readable-stream@^4.1.0, readable-stream@^4.2.0, readable-stream@^4.3.0, readable-stream@^4.4.2, readable-stream@^4.5.1, readable-stream@^4.5.2: +readable-stream@^4.0.0, readable-stream@^4.1.0, readable-stream@^4.3.0, readable-stream@^4.4.2, readable-stream@^4.5.1, readable-stream@^4.5.2: version "4.5.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.5.2.tgz#9e7fc4c45099baeed934bff6eb97ba6cf2729e09" integrity sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g== @@ -8061,6 +8353,17 @@ readable-stream@^4.0.0, readable-stream@^4.1.0, readable-stream@^4.2.0, readable process "^0.11.10" string_decoder "^1.3.0" +readable-stream@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.7.0.tgz#cedbd8a1146c13dfff8dab14068028d58c15ac91" + integrity sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg== + dependencies: + abort-controller "^3.0.0" + buffer "^6.0.3" + events "^3.3.0" + process "^0.11.10" + string_decoder "^1.3.0" + readable-stream@~2.0.0: version "2.0.6" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" @@ -8468,7 +8771,7 @@ spark-md5@^3.0.1: resolved "https://registry.yarnpkg.com/spark-md5/-/spark-md5-3.0.2.tgz#7952c4a30784347abcee73268e473b9c0167e3fc" integrity sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw== -sparqlalgebrajs@^4.0.0, sparqlalgebrajs@^4.2.0: +sparqlalgebrajs@^4.2.0: version "4.3.4" resolved "https://registry.yarnpkg.com/sparqlalgebrajs/-/sparqlalgebrajs-4.3.4.tgz#625627a49efde7b89b6dac414ca089640e76cf2e" integrity sha512-BUpd79w3SfrfRPyA+gHA23B3masuD2wLK47IOnglyIK6hx4BC+4TWtOmP5D8RTbmbPCuLKYfLGyLDF/RQsKgWg== @@ -8483,27 +8786,6 @@ sparqlalgebrajs@^4.0.0, sparqlalgebrajs@^4.2.0: rdf-terms "^1.10.0" sparqljs "^3.7.1" -sparqlalgebrajs@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/sparqlalgebrajs/-/sparqlalgebrajs-5.0.2.tgz#ec61c85bdfc053095815c5b375703cb78849b424" - integrity sha512-Xz7byRqWqCMkbM+3ogGmKO/wsezQKQQNleoggP03sCTTFfCh/ZlN5CGt+HkrOenDSktZ93jpKFbbaIRjLOYtWw== - dependencies: - "@types/sparqljs" "^3.1.3" - fast-deep-equal "^3.1.3" - minimist "^1.2.6" - rdf-data-factory "^2.0.1" - rdf-isomorphic "^2.0.0" - rdf-string "^2.0.0" - rdf-terms "^2.0.0" - sparqljs "^3.7.1" - -sparqljs@^3.0.0, sparqljs@^3.7.3: - version "3.7.3" - resolved "https://registry.yarnpkg.com/sparqljs/-/sparqljs-3.7.3.tgz#075821d51ef4954284e36569503fe5558cfb71b0" - integrity sha512-FQfHUhfwn5PD9WH6xPU7DhFfXMgqK/XoDrYDVxz/grhw66Il0OjRg3JBgwuEvwHnQt7oSTiKWEiCZCPNaUbqgg== - dependencies: - rdf-data-factory "^1.1.2" - sparqljs@^3.7.1: version "3.7.1" resolved "https://registry.yarnpkg.com/sparqljs/-/sparqljs-3.7.1.tgz#5d121895d491d50214f2e38f2885a3a935b6c093" @@ -8522,10 +8804,10 @@ sparqljson-parse@^2.0.0: rdf-data-factory "^1.1.0" readable-stream "^4.0.0" -sparqljson-parse@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/sparqljson-parse/-/sparqljson-parse-3.1.0.tgz#6e43c10412f3ac93bbad141a1d61dbd6af6dc054" - integrity sha512-uxw7dSalFFrBuDuuRHnqZWb655ioxsqYA9Cwa3vjunyQpkzklfGi+Bu/fktnCRqb4TUvYv8DcJdyVW2zjkRg8Q== +sparqljson-parse@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/sparqljson-parse/-/sparqljson-parse-3.3.0.tgz#d6770a1f3fd4fd2e168c2cc7027eaaa72051a31c" + integrity sha512-XrmkCsrx4n69Ak63Ju7t91hVlWw7YhEPPdA+giW2GRTosQxPur0JWh7rQin/8aT0WjKZgBgGpsNnVBYyyWUq1w== dependencies: "@bergos/jsonparse" "^1.4.1" "@types/readable-stream" "^4.0.0" @@ -8541,10 +8823,10 @@ sparqljson-to-tree@^3.0.1: rdf-literal "^1.3.2" sparqljson-parse "^2.0.0" -sparqlxml-parse@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/sparqlxml-parse/-/sparqlxml-parse-3.1.0.tgz#89c0805a804b7f32a39fa1d18f1092bc495b703d" - integrity sha512-uarr+VmblgP+tHWBq1rCsU5SBfyAVQdJX7eo9Cv9h3de/I7O/T/qRrWFSzq4ZbOc1U/C2B5unvPGPjCpYu21/A== +sparqlxml-parse@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/sparqlxml-parse/-/sparqlxml-parse-3.3.0.tgz#829d01c2ca38e92180fe20957a192d6d0d797c81" + integrity sha512-FUVgcUr2YePDtDuu/UcMTF2ODiKBQdZdcfTSvaR3QhWVAcBmIGX4r4apsePK1zCc1kkRR53JBHXHJho/Pk538g== dependencies: "@rubensworks/saxes" "^6.0.1" "@types/readable-stream" "^4.0.0" @@ -8806,6 +9088,11 @@ thunky@^1.0.2: resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== +tiny-set-immediate@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/tiny-set-immediate/-/tiny-set-immediate-1.0.2.tgz#4abcc1cd597e9cdcd6515c3c0a18c8ef4d98f292" + integrity sha512-EVbaM4zXFWS4CIqVoPzY7XIioQ5LU1p49AHizwPO1KyFyp/gxy5SA8mDmfDVl/2WLQiHgUL+esO6Ig+KhpUxUw== + to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" @@ -8888,6 +9175,11 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici@^7.16.0: + version "7.18.2" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.18.2.tgz#6cf724ef799a67d94fd55adf66b1e184176efcdf" + integrity sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw== + unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" From 736d49cef68af1a8b6ec0d861c1b70e7bc761d3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 08:15:56 +0000 Subject: [PATCH 2/2] Update dependency babel-loader to v10 --- package.json | 2 +- yarn.lock | 81 ++++++++++++++++++++++++++-------------------------- 2 files changed, 42 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index 18dc877..7b0dc0d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@comunica/runner": "~5.0.0", "@rubensworks/solid-client-authn-browser": "^1.13.0", "@turf/centroid": "^6.5.0", - "babel-loader": "^8.2.3", + "babel-loader": "^10.0.0", "file-loader": "^6.0.0", "json-loader": "^0.5.7", "leaflet": "^1.7.1", diff --git a/yarn.lock b/yarn.lock index bffe38a..93eaeae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5166,7 +5166,7 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": +"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== @@ -5682,15 +5682,12 @@ asyncjoin@^1.2.4: dependencies: asynciterator "^3.9.0" -babel-loader@^8.2.3: - version "8.3.0" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8" - integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q== +babel-loader@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977" + integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA== dependencies: - find-cache-dir "^3.3.1" - loader-utils "^2.0.0" - make-dir "^3.1.0" - schema-utils "^2.6.5" + find-up "^5.0.0" babel-plugin-polyfill-corejs2@^0.4.10: version "0.4.10" @@ -6004,11 +6001,6 @@ commander@^7.0.0: resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== - componentsjs@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-6.2.0.tgz#1547534b28af4661b8be9408e7a0450ec409aa6e" @@ -6676,15 +6668,6 @@ finalhandler@1.2.0: statuses "2.0.1" unpipe "~1.0.0" -find-cache-dir@^3.3.1: - version "3.3.2" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" - integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== - dependencies: - commondir "^1.0.1" - make-dir "^3.0.2" - pkg-dir "^4.1.0" - find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" @@ -6693,6 +6676,14 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + flat-cache@^3.0.4: version "3.2.0" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" @@ -7463,6 +7454,13 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + lodash-es@4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" @@ -7532,13 +7530,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -make-dir@^3.0.2, make-dir@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - manual-git-changelog@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/manual-git-changelog/-/manual-git-changelog-1.0.2.tgz#8291b14886b3ecea29fa8ff4819683df1d60fdd1" @@ -7870,6 +7861,13 @@ p-limit@^2.2.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" @@ -7877,6 +7875,13 @@ p-locate@^4.1.0: dependencies: p-limit "^2.2.0" +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-retry@^4.5.0: version "4.6.2" resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16" @@ -7947,7 +7952,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -pkg-dir@^4.1.0, pkg-dir@^4.2.0: +pkg-dir@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== @@ -8524,15 +8529,6 @@ safe-stable-stringify@^2.3.1: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -schema-utils@^2.6.5: - version "2.7.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" - integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - dependencies: - "@types/json-schema" "^7.0.5" - ajv "^6.12.4" - ajv-keywords "^3.5.2" - schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0: version "3.3.0" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe" @@ -9593,3 +9589,8 @@ yasgui-yasqe@^2.11.22: jquery "^2.2.4" prettier "^1.4.4" yasgui-utils "^1.6.7" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==