Skip to content

Commit

Permalink
chore(deps): update dependency rdf-parse to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent b9a0b5e commit e5642a7
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 @@ -46,7 +46,7 @@
"jest-rdf": "^1.7.0",
"manual-git-changelog": "^1.0.1",
"pre-commit": "^1.2.2",
"rdf-parse": "^2.3.1",
"rdf-parse": "^3.0.0",
"rimraf": "^3.0.0",
"streamify-array": "^1.0.1",
"ts-jest": "^29.0.0",
Expand Down
32 changes: 31 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5411,7 +5411,7 @@ rdf-object@^1.11.1, rdf-object@^1.13.1:
rdf-string "^1.6.0"
streamify-array "^1.0.1"

rdf-parse@^2.0.0, rdf-parse@^2.3.1:
rdf-parse@^2.0.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/rdf-parse/-/rdf-parse-2.3.1.tgz#da6993bd4eba8af596b3d765c013bea0236efbc0"
integrity sha512-XYK/BKeU6SjL5bUBPo+53Xo1oskvEw/+uk34+Ehi/c/WYBKepeNrwWSgqtGKFGHrlET3qyPdq1QVeJqRn1BpKw==
Expand Down Expand Up @@ -5441,6 +5441,36 @@ rdf-parse@^2.0.0, rdf-parse@^2.3.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.npmjs.org/rdf-quad/-/rdf-quad-1.5.0.tgz"
Expand Down

0 comments on commit e5642a7

Please sign in to comment.