fix(deps): update dependency fetch-sparql-endpoint to v2

This commit is contained in:
Renovate Bot 2021-05-05 22:15:01 +00:00 committed by Joachim Van Herwegen
parent 0a68fbfe6a
commit 2e8b649e2c
2 changed files with 12 additions and 10 deletions

20
package-lock.json generated
View File

@ -6225,10 +6225,12 @@
"integrity": "sha512-aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg==" "integrity": "sha512-aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg=="
}, },
"fetch-sparql-endpoint": { "fetch-sparql-endpoint": {
"version": "1.8.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.8.0.tgz", "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-2.0.1.tgz",
"integrity": "sha512-r6i3KcsvQBRnQq2CiyE6d1LNzwOYhbmiRgs0IZyWtkP+bczLeCEoZloY5XCmpp/4OWI8CL4fFBsaluizz+E9JA==", "integrity": "sha512-5+iRsmS69sdwkJkaTHFUJuXIAyrv62DL3IOwZOoFcXvXuughD9QsVKQwpsyRRrIoEsJyycerpnjEqcO6javfTA==",
"requires": { "requires": {
"@types/rdf-js": "*",
"@types/sparqljs": "^3.0.1",
"cross-fetch": "^3.0.6", "cross-fetch": "^3.0.6",
"is-stream": "^2.0.0", "is-stream": "^2.0.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
@ -12269,9 +12271,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "13.13.27", "version": "13.13.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.27.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.51.tgz",
"integrity": "sha512-IeZlpkPnUqO45iBxJocIQzwV+K6phdSVaCxRwlvHHQ0YL+Gb1fvuv9GmIMYllZcjyzqoRKDNJeNo6p8dNWSPSQ==" "integrity": "sha512-66/xg5I5Te4oGi5Jws11PtNmKkZbOPZWyBZZ/l5AOrWj1Dyw+6Ge/JhYTq/2/Yvdqyhrue8RL+DGI298OJ0xcg=="
} }
} }
}, },
@ -12287,9 +12289,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "13.13.27", "version": "13.13.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.27.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.51.tgz",
"integrity": "sha512-IeZlpkPnUqO45iBxJocIQzwV+K6phdSVaCxRwlvHHQ0YL+Gb1fvuv9GmIMYllZcjyzqoRKDNJeNo6p8dNWSPSQ==" "integrity": "sha512-66/xg5I5Te4oGi5Jws11PtNmKkZbOPZWyBZZ/l5AOrWj1Dyw+6Ge/JhYTq/2/Yvdqyhrue8RL+DGI298OJ0xcg=="
} }
} }
}, },

View File

@ -107,7 +107,7 @@
"ejs": "^3.1.5", "ejs": "^3.1.5",
"end-of-stream": "^1.4.4", "end-of-stream": "^1.4.4",
"escape-string-regexp": "^4.0.0", "escape-string-regexp": "^4.0.0",
"fetch-sparql-endpoint": "^1.8.0", "fetch-sparql-endpoint": "^2.0.0",
"handlebars": "^4.7.6", "handlebars": "^4.7.6",
"jose": "^3.11.6", "jose": "^3.11.6",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",