mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(deps): bump rdf-parse from 2.3.2 to 3.0.0
Bumps [rdf-parse](https://github.com/rubensworks/rdf-parse.js) from 2.3.2 to 3.0.0. - [Changelog](https://github.com/rubensworks/rdf-parse.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubensworks/rdf-parse.js/compare/v2.3.2...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>
This commit is contained in:
parent
1be2e23651
commit
3c2b3e30a8
103
package-lock.json
generated
103
package-lock.json
generated
@ -63,7 +63,7 @@
|
||||
"pump": "^3.0.0",
|
||||
"punycode": "^2.3.0",
|
||||
"rdf-dereference": "^2.2.0",
|
||||
"rdf-parse": "^2.3.2",
|
||||
"rdf-parse": "^3.0.0",
|
||||
"rdf-serialize": "^2.2.2",
|
||||
"rdf-string": "^1.6.3",
|
||||
"rdf-terms": "^1.11.0",
|
||||
@ -12170,6 +12170,52 @@
|
||||
"jsonld-context-parse": "bin/jsonld-context-parse.js"
|
||||
}
|
||||
},
|
||||
"node_modules/componentsjs/node_modules/rdf-parse": {
|
||||
"version": "2.3.3",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-2.3.3.tgz",
|
||||
"integrity": "sha512-N5XEHm+ajFzwo/vVNzB4tDtvqMwBosbVJmZl5DlzplQM9ejlJBlN/43i0ImAb/NMtJJgQPC3jYnkCKGA7wdo/w==",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/componentsjs/node_modules/readable-stream": {
|
||||
"version": "4.5.2",
|
||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
||||
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
||||
"dependencies": {
|
||||
"abort-controller": "^3.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"events": "^3.3.0",
|
||||
"process": "^0.11.10",
|
||||
"string_decoder": "^1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
||||
@ -18869,9 +18915,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rdf-parse": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-2.3.2.tgz",
|
||||
"integrity": "sha512-TOeI7FKlyr/GupfGaXZvpMLzvByOrtwt4zHLMuuy3deNGse9QyhHsspVraZam491sIgBogdchzcUqkf2WXnAsg==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-3.0.0.tgz",
|
||||
"integrity": "sha512-W+h4cEL299Va9XXmtbM6Cl3Mh6dMUgFC2a3q7nyohEOPjp/ZOxFS9zNfnJY1/5wnmaLXbydnJhahwkcnQ8kD/g==",
|
||||
"dependencies": {
|
||||
"@comunica/actor-http-fetch": "^2.0.1",
|
||||
"@comunica/actor-http-proxy": "^2.0.1",
|
||||
@ -31392,6 +31438,49 @@
|
||||
"http-link-header": "^1.0.2",
|
||||
"relative-to-absolute-iri": "^1.0.5"
|
||||
}
|
||||
},
|
||||
"rdf-parse": {
|
||||
"version": "2.3.3",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-2.3.3.tgz",
|
||||
"integrity": "sha512-N5XEHm+ajFzwo/vVNzB4tDtvqMwBosbVJmZl5DlzplQM9ejlJBlN/43i0ImAb/NMtJJgQPC3jYnkCKGA7wdo/w==",
|
||||
"requires": {
|
||||
"@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"
|
||||
}
|
||||
},
|
||||
"readable-stream": {
|
||||
"version": "4.5.2",
|
||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
||||
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
||||
"requires": {
|
||||
"abort-controller": "^3.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"events": "^3.3.0",
|
||||
"process": "^0.11.10",
|
||||
"string_decoder": "^1.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -36484,9 +36573,9 @@
|
||||
}
|
||||
},
|
||||
"rdf-parse": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-2.3.2.tgz",
|
||||
"integrity": "sha512-TOeI7FKlyr/GupfGaXZvpMLzvByOrtwt4zHLMuuy3deNGse9QyhHsspVraZam491sIgBogdchzcUqkf2WXnAsg==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-3.0.0.tgz",
|
||||
"integrity": "sha512-W+h4cEL299Va9XXmtbM6Cl3Mh6dMUgFC2a3q7nyohEOPjp/ZOxFS9zNfnJY1/5wnmaLXbydnJhahwkcnQ8kD/g==",
|
||||
"requires": {
|
||||
"@comunica/actor-http-fetch": "^2.0.1",
|
||||
"@comunica/actor-http-proxy": "^2.0.1",
|
||||
|
@ -127,7 +127,7 @@
|
||||
"pump": "^3.0.0",
|
||||
"punycode": "^2.3.0",
|
||||
"rdf-dereference": "^2.2.0",
|
||||
"rdf-parse": "^2.3.2",
|
||||
"rdf-parse": "^3.0.0",
|
||||
"rdf-serialize": "^2.2.2",
|
||||
"rdf-string": "^1.6.3",
|
||||
"rdf-terms": "^1.11.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user