From d485a57d3460b51d45bdca2164748d2ae6210c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:46:40 +0000 Subject: [PATCH] :arrow_up: bump @comunica/actor-query-operation-quadpattern Bumps [@comunica/actor-query-operation-quadpattern](https://github.com/comunica/comunica/tree/HEAD/packages/actor-query-operation-quadpattern) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/comunica/comunica/releases) - [Changelog](https://github.com/comunica/comunica/blob/master/CHANGELOG.md) - [Commits](https://github.com/comunica/comunica/commits/v2.10.1/packages/actor-query-operation-quadpattern) --- updated-dependencies: - dependency-name: "@comunica/actor-query-operation-quadpattern" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index e0cbe58..552da81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -487,12 +487,12 @@ sparqlalgebrajs "^4.2.0" "@comunica/actor-query-operation-quadpattern@^2.10.0": - version "2.10.0" - resolved "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-2.10.0.tgz" - integrity sha512-XSJ+hu5DqDUl/NhRYAuKdbG7iGBkK+QpHBpClb/x2DXwqIDdAw2Yh0iYhSObEHVu1rhDjjp9W7gx6SZqo3c0og== + version "2.10.1" + resolved "https://registry.yarnpkg.com/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-2.10.1.tgz#fb9067903e459d9bc6cccad35118f242d4fb7439" + integrity sha512-RZj1TXW+VDU4aYJVnSzgs8q0340e+YUeGLtoY9sl0Xzc8YNaIus4nXRUz/KfOXDknxm1q+a4Bof4yHNgXtb1Hw== dependencies: - "@comunica/bindings-factory" "^2.10.0" - "@comunica/bus-query-operation" "^2.10.0" + "@comunica/bindings-factory" "^2.10.1" + "@comunica/bus-query-operation" "^2.10.1" "@comunica/bus-rdf-resolve-quad-pattern" "^2.10.0" "@comunica/context-entries" "^2.10.0" "@comunica/core" "^2.10.0" @@ -1450,6 +1450,16 @@ rdf-data-factory "^1.1.1" rdf-string "^1.6.1" +"@comunica/bindings-factory@^2.10.1": + version "2.10.1" + resolved "https://registry.yarnpkg.com/@comunica/bindings-factory/-/bindings-factory-2.10.1.tgz#809d20ed7602388f8755113d0864001edfebbd50" + integrity sha512-AUD3VWlCYljgk5jfaMejSIL9CiX3aV/cAn314e/dYP/rrnVgachcCwyaD8hKHWTBHDs5rcGxr/iwruBOfsERvQ== + dependencies: + "@rdfjs/types" "*" + immutable "^4.1.0" + rdf-data-factory "^1.1.1" + rdf-string "^1.6.1" + "@comunica/bus-context-preprocess@^2.10.0": version "2.10.0" resolved "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-2.10.0.tgz" @@ -1539,6 +1549,22 @@ rdf-terms "^1.11.0" sparqlalgebrajs "^4.2.0" +"@comunica/bus-query-operation@^2.10.1": + version "2.10.1" + resolved "https://registry.yarnpkg.com/@comunica/bus-query-operation/-/bus-query-operation-2.10.1.tgz#9239bfcb4c0e93f189cf747de521212d17c35d59" + integrity sha512-PoUSJeKaMZtZu+ZtB+5ABjPOiW1YjxOdLE1N5znxX2oiDKCQHmAXVaVkbVx1jPDLGYFNcOlOSzpRMqLQ/L4JIw== + dependencies: + "@comunica/bindings-factory" "^2.10.1" + "@comunica/context-entries" "^2.10.0" + "@comunica/core" "^2.10.0" + "@comunica/data-factory" "^2.7.0" + "@comunica/types" "^2.10.0" + "@rdfjs/types" "*" + asynciterator "^3.8.1" + rdf-string "^1.6.1" + rdf-terms "^1.11.0" + sparqlalgebrajs "^4.2.0" + "@comunica/bus-query-parse@^2.10.0": version "2.10.0" resolved "https://registry.npmjs.org/@comunica/bus-query-parse/-/bus-query-parse-2.10.0.tgz"