chore(deps): update dependency n3 to v1.6.4

Closes https://github.com/solid/community-server/issues/308
This commit is contained in:
Ruben Verborgh 2020-11-06 14:50:08 +01:00 committed by Joachim Van Herwegen
parent 4e4d7a7a39
commit 4f69602751
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6582,9 +6582,9 @@
"dev": true "dev": true
}, },
"n3": { "n3": {
"version": "1.6.3", "version": "1.6.4",
"resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.4.tgz",
"integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", "integrity": "sha512-qiiBhW2nJ59cfQzi0nvZs5tSXkXgDXedIy3zNNuKjTwE8Bcvv95DTFJpOY9geg6of5T7z6cg+ZWcaHIij3svrA==",
"requires": { "requires": {
"queue-microtask": "^1.1.2", "queue-microtask": "^1.1.2",
"readable-stream": "^3.6.0" "readable-stream": "^3.6.0"

View File

@ -90,7 +90,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"fetch-sparql-endpoint": "^1.8.0", "fetch-sparql-endpoint": "^1.8.0",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",
"n3": "^1.6.3", "n3": "^1.6.4",
"rdf-parse": "^1.5.0", "rdf-parse": "^1.5.0",
"rdf-serialize": "^1.0.0", "rdf-serialize": "^1.0.0",
"rdf-terms": "^1.5.1", "rdf-terms": "^1.5.1",