diff --git a/package-lock.json b/package-lock.json index 244210c..df955c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@comunica/context-entries": "^3.1.0", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", - "@inrupt/solid-client-access-grants": "^3.1.0", + "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.1.0", @@ -2382,12 +2382,13 @@ } }, "node_modules/@inrupt/solid-client-access-grants": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.1.0.tgz", - "integrity": "sha512-b6JEFupAUTANwWtSQolBxcFM3PIpjXJbOjyJ6O7kZ+JgKmlivgdzADQjifhV2pYxRAJ6pJBXSEFfHccAUpV6cQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.1.1.tgz", + "integrity": "sha512-dw5DuOZtqbM0wgfe/SDRApMc+1Jx//UzsUmjCOor8Ibqs1H4H95xUIoaMfcXTb47Hg9m4Bp5EGdlP/5cT4WVvg==", + "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-vc": "^1.0.3", + "@inrupt/solid-client-vc": "^1.1.2", "@types/rdfjs__dataset": "^2.0.7", "auth-header": "^1.0.0", "base64url": "^3.0.1", @@ -2449,15 +2450,16 @@ } }, "node_modules/@inrupt/solid-client-vc": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.1.0.tgz", - "integrity": "sha512-+KtEI62O3m8pRXEfi7xHJaZq5RscPB3ovxThD5sVzi2DWPxvsb82eq4zrGT3ot/gGPC5x2oYkyDWdSZWqu3zgg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.1.2.tgz", + "integrity": "sha512-+wwf16IzbiRoLYBtEcrBz9pmvdW3oWmHp5k9fRPNZZwB27N78DRSM0ietvfO9XeIzqfiWTLO4N1gm5uSgpIxOA==", + "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", "@inrupt/solid-client-errors": "^0.0.2", "event-emitter-promisify": "^1.1.0", "jsonld-context-parser": "^3.0.0", - "jsonld-streaming-parser": "^3.3.0", + "jsonld-streaming-parser": "^4.0.1", "md5": "^2.3.0", "n3": "^1.21.0", "rdf-namespaces": "^1.12.0" @@ -2485,6 +2487,16 @@ "undici-types": "~5.26.4" } }, + "node_modules/@inrupt/solid-client-vc/node_modules/@types/readable-stream": { + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.18.tgz", + "integrity": "sha512-21jK/1j+Wg+7jVw1xnSwy/2Q1VgVjWuFssbYGTREPUBeZ+rqVFl2udq0IkxzPC0ZhOzVceUbyIACFZKLqKEBlA==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "safe-buffer": "~5.1.1" + } + }, "node_modules/@inrupt/solid-client-vc/node_modules/jsonld-context-parser": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-3.0.0.tgz", @@ -2499,6 +2511,28 @@ "jsonld-context-parse": "bin/jsonld-context-parse.js" } }, + "node_modules/@inrupt/solid-client-vc/node_modules/jsonld-streaming-parser": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-4.0.1.tgz", + "integrity": "sha512-6M4y9YGgADk3nXJebbRrxEdMVBJ9bnz+peAvjTXUievopqaE8sg/qml/I6Sp1ln7rpOKffsNZWSre6B7N76szw==", + "license": "MIT", + "dependencies": { + "@bergos/jsonparse": "^1.4.0", + "@rdfjs/types": "*", + "@types/http-link-header": "^1.0.1", + "@types/readable-stream": "^4.0.0", + "buffer": "^6.0.3", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^3.0.0", + "rdf-data-factory": "^1.1.0", + "readable-stream": "^4.0.0" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + } + }, "node_modules/@inrupt/solid-client-vc/node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", diff --git a/package.json b/package.json index 2661872..6e6728e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@comunica/context-entries": "^3.1.0", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", - "@inrupt/solid-client-access-grants": "^3.1.0", + "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.1.0",