From b23d77c0a6592ba384d294a59b519b579bf9894c Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 3 Oct 2023 22:41:17 +0200 Subject: [PATCH] Update SCAB This should make connecting to pod.inrupt.com work again, according to https://github.com/inrupt/solid-client-authn-js/issues/2891#issuecomment-1740585733 --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdfa83e..20f54a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fluent/langneg": "^0.7.0", "@fluent/react": "^0.15.2", "@inrupt/solid-client": "^1.11.0", - "@inrupt/solid-client-authn-browser": "^1.17.1", + "@inrupt/solid-client-authn-browser": "^1.17.2", "next": "^13.4.19", "rdf-namespaces": "^1.11.0", "react": "^18.2.0", @@ -1713,14 +1713,14 @@ } }, "node_modules/@inrupt/oidc-client-ext": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-1.17.1.tgz", - "integrity": "sha512-uh8ecf4xALoel6Yxlg8srsGO44JhQLjE++mdM13Fniy6TwCU+odHSnMny9afpO/HBZ6abQ02mCFiLtrufczzaA==", + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-1.17.2.tgz", + "integrity": "sha512-bmfY4DijxpiGeRu9b4EhAc69gs+TQErM0HBJDNqmXKAoWDD5wdj2nrCJ5jKxodKWujhWyL0AYVOnBzAI46N3hg==", "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^1.17.1", + "@inrupt/solid-client-authn-core": "^1.17.2", "@inrupt/universal-fetch": "^1.0.1", - "jose": "^4.10.0", + "jose": "^4.14.6", "uuid": "^9.0.0" } }, @@ -1750,30 +1750,30 @@ } }, "node_modules/@inrupt/solid-client-authn-browser": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-1.17.1.tgz", - "integrity": "sha512-ApTK9H+v6YOp099opLdyLq9qM5j8adpYkK4KMOQKsK9ndDLVNiduq4EgPq4/jtwPGe0hG0YWuFuB8mJpLzJftA==", + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-1.17.2.tgz", + "integrity": "sha512-jyiTtrgdrhbNo5LYw8DurFtGTxxxkwWt41PGJ/6CxEq7MUUVkoeN/jJrSkgwSRW/K9kHgrLlCeodsl+7QEnumA==", "dependencies": { - "@inrupt/oidc-client-ext": "^1.17.1", - "@inrupt/solid-client-authn-core": "^1.17.1", + "@inrupt/oidc-client-ext": "^1.17.2", + "@inrupt/solid-client-authn-core": "^1.17.2", "@inrupt/universal-fetch": "^1.0.2", "events": "^3.3.0", - "jose": "^4.3.7", + "jose": "^4.14.6", "uuid": "^9.0.0" } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.1.tgz", - "integrity": "sha512-UKTtZH0lISgWaiUYRr0zRkvFHIjYzVaWEC0IJoLUFIEfJdYogMXmPKoHyJEw7MdJ6qVYMLdPo9k2OSLfdUfYjA==", + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.2.tgz", + "integrity": "sha512-WxT4jcoAyWdL9ztqPmNSTDoVaOJV9aey3MkYI130roO/mu4DJdgCh072bBHrdbuspiTi7NS5ONAbV+TuVa1+Jg==", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", "events": "^3.3.0", - "jose": "^4.10.0", + "jose": "^4.14.6", "uuid": "^9.0.0" }, "engines": { - "node": "^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0" + "node": "^16.0.0 || ^18.0.0 || ^20.0.0" } }, "node_modules/@inrupt/universal-fetch": { @@ -15356,9 +15356,9 @@ } }, "node_modules/undici": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.24.0.tgz", - "integrity": "sha512-OKlckxBjFl0oXxcj9FU6oB8fDAaiRUq+D8jrFWGmOfI/gIyjk/IeS75LMzgYKUaeHzLUcYvf9bbJGSrUwTfwwQ==", + "version": "5.25.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.2.tgz", + "integrity": "sha512-tch8RbCfn1UUH1PeVCXva4V8gDpGAud/w0WubD6sHC46vYQ3KDxL+xv1A2UxK0N6jrVedutuPHxe1XIoqerwMw==", "dependencies": { "busboy": "^1.6.0" }, diff --git a/package.json b/package.json index b14f184..5bccd2b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fluent/langneg": "^0.7.0", "@fluent/react": "^0.15.2", "@inrupt/solid-client": "^1.11.0", - "@inrupt/solid-client-authn-browser": "^1.17.1", + "@inrupt/solid-client-authn-browser": "^1.17.2", "next": "^13.4.19", "rdf-namespaces": "^1.11.0", "react": "^18.2.0",