From 57fe27eda044b0990cc101e77aa2031431bc5be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:53:13 +0000 Subject: [PATCH] fix(deps): update dependency jsonld-streaming-parser to v5 --- package.json | 2 +- yarn.lock | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f4dd741..8251b62 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "cross-fetch": "^3.0.6", "is-stream": "^2.0.0", "json-stable-stringify": "^1.0.1", - "jsonld-streaming-parser": "^4.0.1", + "jsonld-streaming-parser": "^5.0.0", "log-symbols": "^4.0.0", "minimist": "^1.2.0", "n3": "^1.22.3", diff --git a/yarn.lock b/yarn.lock index 54f09a3..f7616b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6166,6 +6166,21 @@ jsonld-streaming-parser@^4.0.1: rdf-data-factory "^1.1.0" readable-stream "^4.0.0" +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" + "@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 "^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"