diff --git a/packages/datasource-jsonld/package.json b/packages/datasource-jsonld/package.json index 6d74d79c..cc84b97f 100644 --- a/packages/datasource-jsonld/package.json +++ b/packages/datasource-jsonld/package.json @@ -22,7 +22,7 @@ "lint": "eslint bin/* lib test" }, "dependencies": { - "jsonld-streaming-parser": "^4.0.0", + "jsonld-streaming-parser": "^5.0.0", "rdf-string": "^1.3.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 4af523fd..21527402 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4151,6 +4151,16 @@ jsonld-context-parser@^3.0.0: http-link-header "^1.0.2" relative-to-absolute-iri "^1.0.5" +jsonld-context-parser@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-3.1.0.tgz#208249ab0e412c16e89788738e542b84d0d26041" + integrity sha512-BfgNJ/t9jjK7Lun9XRCJM6YeNqDk8B6/lg+KS8rzhXAOtS0FvoClSmtLvF24V1M2CDYRy2LcEBt0ilxqSX93WA== + dependencies: + "@types/http-link-header" "^1.0.1" + "@types/node" "^18.0.0" + http-link-header "^1.0.2" + relative-to-absolute-iri "^1.0.5" + jsonld-streaming-parser@^2.1.1: version "2.2.0" resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-2.2.0.tgz#08bb8c53842e584fc82a8e1404be2dbaeb5bc96e" @@ -4164,20 +4174,19 @@ jsonld-streaming-parser@^2.1.1: jsonparse "^1.3.1" rdf-data-factory "^1.0.2" -jsonld-streaming-parser@^4.0.0: - 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.1" + resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-5.0.1.tgz#b61f0eea4d1311ec903ee0c48a5d73cf45cf673d" + integrity sha512-Rf230DRAWe5p1H4e7phk1vo4FHEMOmC5xVcIywKJBBcwy6zaJWFcAvPcwngufNTdJs7dpTMbKQDjp4TYDpMKUQ== 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" + jsonld-context-parser "^3.1.0" + rdf-data-factory "^2.0.0" readable-stream "^4.0.0" jsonld-streaming-serializer@^3.0.0: