Skip to content

Commit

Permalink
⬆️ bump jsonld-streaming-parser from 3.2.1 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [jsonld-streaming-parser](https://github.com/rubensworks/streaming-jsonld-parser.js) from 3.2.1 to 3.3.0.
- [Changelog](https://github.com/rubensworks/jsonld-streaming-parser.js/blob/master/CHANGELOG.md)
- [Commits](rubensworks/jsonld-streaming-parser.js@v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: jsonld-streaming-parser
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 2549867 commit fbc9034
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3604,7 +3604,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==

jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.1, jsonld-context-parser@^2.2.2, jsonld-context-parser@^2.3.0:
jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.1, jsonld-context-parser@^2.2.2:
version "2.3.3"
resolved "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.3.3.tgz"
integrity sha512-H+REInOx7XI2ciF8wJV31D20Bh+ofBmEjN2Tkds51vypqDJIiD341E5g+hYyrEInIKRnbW58TN/Ehz+ACT0l0w==
Expand All @@ -3616,10 +3616,21 @@ jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parse
http-link-header "^1.0.2"
relative-to-absolute-iri "^1.0.5"

jsonld-context-parser@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.4.0.tgz#fae15a56c5ceabd1c4520ab1a9cc12c9a0a8b67d"
integrity sha512-ZYOfvh525SdPd9ReYY58dxB3E2RUEU4DJ6ZibO8AitcowPeBH4L5rCAitE2om5G1P+HMEgYEYEr4EZKbVN4tpA==
dependencies:
"@types/http-link-header" "^1.0.1"
"@types/node" "^18.0.0"
cross-fetch "^3.0.6"
http-link-header "^1.0.2"
relative-to-absolute-iri "^1.0.5"

jsonld-streaming-parser@^3.0.1:
version "3.2.1"
resolved "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-3.2.1.tgz"
integrity sha512-MZCUrQe3pBO2pk2i3BpyW9Yn2oZoe2RCRpHZAJa88S6tRyxbe7XcjWfTKAZv35obDJDIREgot4723VhbClJELw==
version "3.3.0"
resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-3.3.0.tgz#28fd00a1fba93fdae0f588a30fd4cb307d645d37"
integrity sha512-6aWiAsWGZioTB/vNQ3KenREz9ddEOliZoEETi+jLrlL7+vkgMeHjnxyFlGe4UOCU7SVUNPhz/lgLGZjnxgVYtA==
dependencies:
"@bergos/jsonparse" "^1.4.0"
"@rdfjs/types" "*"
Expand All @@ -3628,7 +3639,7 @@ jsonld-streaming-parser@^3.0.1:
buffer "^6.0.3"
canonicalize "^1.0.1"
http-link-header "^1.0.2"
jsonld-context-parser "^2.3.0"
jsonld-context-parser "^2.4.0"
rdf-data-factory "^1.1.0"
readable-stream "^4.0.0"

Expand Down

0 comments on commit fbc9034

Please sign in to comment.