Skip to content

Commit

Permalink
fix(deps): update dependency jsonld-streaming-parser to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent e19f2b7 commit 57fe27e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 57fe27e

Please sign in to comment.