diff --git a/package-lock.json b/package-lock.json index 3148aa7b..bb3984c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2756,14 +2756,25 @@ } }, "@shexjs/loader": { - "version": "1.0.0-alpha.5", - "resolved": "https://registry.npmjs.org/@shexjs/loader/-/loader-1.0.0-alpha.5.tgz", - "integrity": "sha512-n0/EbkRYJaYktfqFAdcrmkOHIjyhhAPMk80FngW0lKr0TYwfTliDInrlGuaYQ6CxkvQigPIp6qR9QCrF/gp/Pg==", + "version": "1.0.0-alpha.10", + "resolved": "https://registry.npmjs.org/@shexjs/loader/-/loader-1.0.0-alpha.10.tgz", + "integrity": "sha512-Mx9kQTLhCg4MjMuVAThvQm5Cr3xV3J+32U/HUzU04MTDPX+jU2upY/6kYC2d72+nEmVGMqPjrOSEji/QlWsvJQ==", "requires": { - "@shexjs/core": "^1.0.0-alpha.5", + "@shexjs/core": "^1.0.0-alpha.10", "jsonld": "^1.5.4", "n3": "^1.0.4", - "shape-map": "^1.0.0-alpha.2" + "request-promise": "^4.2.5", + "shape-map": "^1.0.0-alpha.7" + }, + "dependencies": { + "@shexjs/core": { + "version": "1.0.0-alpha.10", + "resolved": "https://registry.npmjs.org/@shexjs/core/-/core-1.0.0-alpha.10.tgz", + "integrity": "sha512-FyqSMoa5Wm/AG9ehnz11ma3jnP35Xd2yggXUMhyt+/1ihca9wtys8qRScVDqdi6AFMpIQqzzhLRQRmEIv0B1pg==", + "requires": { + "hierarchy-closure": "^1.2.1" + } + } } }, "@shexjs/parser": { @@ -22262,9 +22273,9 @@ "dev": true }, "shape-map": { - "version": "1.0.0-alpha.4", - "resolved": "https://registry.npmjs.org/shape-map/-/shape-map-1.0.0-alpha.4.tgz", - "integrity": "sha512-n7M6Ji6fFIEpkyTWo6rAeANnolRFmdin8x+MHNr2Mqiqu6LFY++q4h1WUa+DPraJockTGqJD41skbTxrBDIYdw==" + "version": "1.0.0-alpha.7", + "resolved": "https://registry.npmjs.org/shape-map/-/shape-map-1.0.0-alpha.7.tgz", + "integrity": "sha512-dcecxLshbF57yIzHixo1IwTsdKOT5NyWZ7B1c6Vg4fv2YeCSQ6zPQ0SF060ExowtI7E5bTdpZG0PagRFXKVzsw==" }, "shebang-command": { "version": "1.2.0",