Skip to content

Commit

Permalink
Bump rdf-parse from 2.3.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [rdf-parse](https://github.com/rubensworks/rdf-parse.js) from 2.3.3 to 3.0.0.
- [Changelog](https://github.com/rubensworks/rdf-parse.js/blob/master/CHANGELOG.md)
- [Commits](rubensworks/rdf-parse.js@v2.3.3...v3.0.0)

---
updated-dependencies:
- dependency-name: rdf-parse
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent d3137e6 commit e073fed
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"log4js": "^6.7.0",
"n3": "^1.16.4",
"node-fetch": "^3.3.0",
"rdf-parse": "^2.1.1",
"rdf-parse": "^3.0.0",
"rdf-serialize": "^2.0.1",
"stream-to-string": "^1.2.0",
"streamify-string": "^1.0.1",
Expand Down
32 changes: 31 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3716,7 +3716,7 @@ rdf-object@^1.13.1, rdf-object@^1.14.0:
rdf-string "^1.6.0"
streamify-array "^1.0.1"

rdf-parse@^2.0.0, rdf-parse@^2.1.1:
rdf-parse@^2.0.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/rdf-parse/-/rdf-parse-2.3.3.tgz#749015e03a7763433f7871daebb33156bf1214da"
integrity sha512-N5XEHm+ajFzwo/vVNzB4tDtvqMwBosbVJmZl5DlzplQM9ejlJBlN/43i0ImAb/NMtJJgQPC3jYnkCKGA7wdo/w==
Expand Down Expand Up @@ -3746,6 +3746,36 @@ rdf-parse@^2.0.0, rdf-parse@^2.1.1:
readable-stream "^4.3.0"
stream-to-string "^1.2.0"

rdf-parse@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rdf-parse/-/rdf-parse-3.0.0.tgz#48cd3af9463437b46e4c7e7161f6e4363c9d88b1"
integrity sha512-W+h4cEL299Va9XXmtbM6Cl3Mh6dMUgFC2a3q7nyohEOPjp/ZOxFS9zNfnJY1/5wnmaLXbydnJhahwkcnQ8kD/g==
dependencies:
"@comunica/actor-http-fetch" "^2.0.1"
"@comunica/actor-http-proxy" "^2.0.1"
"@comunica/actor-rdf-parse-html" "^2.0.1"
"@comunica/actor-rdf-parse-html-microdata" "^2.0.1"
"@comunica/actor-rdf-parse-html-rdfa" "^2.0.1"
"@comunica/actor-rdf-parse-html-script" "^2.0.1"
"@comunica/actor-rdf-parse-jsonld" "^2.0.1"
"@comunica/actor-rdf-parse-n3" "^2.0.1"
"@comunica/actor-rdf-parse-rdfxml" "^2.0.1"
"@comunica/actor-rdf-parse-shaclc" "^2.6.2"
"@comunica/actor-rdf-parse-xml-rdfa" "^2.0.1"
"@comunica/bus-http" "^2.0.1"
"@comunica/bus-init" "^2.0.1"
"@comunica/bus-rdf-parse" "^2.0.1"
"@comunica/bus-rdf-parse-html" "^2.0.1"
"@comunica/config-query-sparql" "^2.0.1"
"@comunica/core" "^2.0.1"
"@comunica/mediator-combine-pipeline" "^2.0.1"
"@comunica/mediator-combine-union" "^2.0.1"
"@comunica/mediator-number" "^2.0.1"
"@comunica/mediator-race" "^2.0.1"
"@rdfjs/types" "*"
readable-stream "^4.3.0"
stream-to-string "^1.2.0"

rdf-quad@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/rdf-quad/-/rdf-quad-1.5.0.tgz#531c4c132cdcbc0ca3295a3df9060cd3b0ce896f"
Expand Down

0 comments on commit e073fed

Please sign in to comment.