diff --git a/e2e/browser/test-app/package-lock.json b/e2e/browser/test-app/package-lock.json index 800c9c03..25d4898b 100644 --- a/e2e/browser/test-app/package-lock.json +++ b/e2e/browser/test-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-authn-browser": "^2.0.0", + "@inrupt/solid-client-authn-browser": "^2.1.0", "@inrupt/solid-client-notifications": "file:../../../", "next": "^14.1.3", "react": "^18.2.0", @@ -203,12 +203,12 @@ } }, "node_modules/@inrupt/oidc-client-ext": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.0.0.tgz", - "integrity": "sha512-SYkesE26mXXIyNInq1XwEZd97yfk0nj3xXbreEmPX8pqbOi6fHhACKrg33KHTVTMuZIe1D+xJs5QA0GhxLf+eg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.1.0.tgz", + "integrity": "sha512-wejwulfJNOlJypp9R5/fjapqGZ42lF9+6drYHjuAEcO6uY+ozgeUxUmdsgQ8Gh6VjhuiUGv0UkgEQRDoBRh0Tg==", "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^2.0.0", + "@inrupt/solid-client-authn-core": "^2.1.0", "jose": "^5.1.3", "uuid": "^9.0.1" } @@ -244,21 +244,21 @@ } }, "node_modules/@inrupt/solid-client-authn-browser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.0.0.tgz", - "integrity": "sha512-Y+BczY8T2Xpfp2Obd3IAvlF91UCEgQMed2+9LM6FCBkVkk03CqbFL80ebO7mYd6woVVlIeC+8IB2UrRlNHqlkA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.1.0.tgz", + "integrity": "sha512-52wHrXVxs6RWYAjVGLT+gGJTVdD2y2Ahv1ZuSXxabPsOIiam/Sk2NHzmk+A7wlsQyZ5GYcsuzG4UBId1eOwqKA==", "dependencies": { - "@inrupt/oidc-client-ext": "^2.0.0", - "@inrupt/solid-client-authn-core": "^2.0.0", + "@inrupt/oidc-client-ext": "^2.1.0", + "@inrupt/solid-client-authn-core": "^2.1.0", "events": "^3.3.0", "jose": "^5.1.3", "uuid": "^9.0.1" } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.0.0.tgz", - "integrity": "sha512-qM+E9I5u2DFlsfyoXossx8w0vKv8p+rXH98K9RUauJImpygQ3I3Ra6hSB2bwA1PdPQd5ttNg236oKe1sTT6Hqw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.1.0.tgz", + "integrity": "sha512-wuRzaNh+fotI8yYohKGSUmkf2hBSPjMHoCeQagJz0BzFTFc7C913RrMxQTf2GnBDp9npPxAVyrhZWAKm6BZTkg==", "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", @@ -1184,9 +1184,9 @@ "dev": true }, "node_modules/core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -2778,9 +2778,9 @@ } }, "node_modules/jose": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.2.0.tgz", - "integrity": "sha512-oW3PCnvyrcm1HMvGTzqjxxfnEs9EoFOFWi2HsEGhlFVOXxTE3K9GKWVMFoFw06yPUqwpvEWic1BmtUZBI/tIjw==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.2.3.tgz", + "integrity": "sha512-KUXdbctm1uHVL8BYhnyHkgp3zDX5KW8ZhAKVFEfUbU2P8Alpzjb+48hHvjOdQIyPshoblhzsuqOwEEAbtHVirA==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -4617,12 +4617,12 @@ } }, "@inrupt/oidc-client-ext": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.0.0.tgz", - "integrity": "sha512-SYkesE26mXXIyNInq1XwEZd97yfk0nj3xXbreEmPX8pqbOi6fHhACKrg33KHTVTMuZIe1D+xJs5QA0GhxLf+eg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.1.0.tgz", + "integrity": "sha512-wejwulfJNOlJypp9R5/fjapqGZ42lF9+6drYHjuAEcO6uY+ozgeUxUmdsgQ8Gh6VjhuiUGv0UkgEQRDoBRh0Tg==", "requires": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^2.0.0", + "@inrupt/solid-client-authn-core": "^2.1.0", "jose": "^5.1.3", "uuid": "^9.0.1" } @@ -4642,21 +4642,21 @@ } }, "@inrupt/solid-client-authn-browser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.0.0.tgz", - "integrity": "sha512-Y+BczY8T2Xpfp2Obd3IAvlF91UCEgQMed2+9LM6FCBkVkk03CqbFL80ebO7mYd6woVVlIeC+8IB2UrRlNHqlkA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.1.0.tgz", + "integrity": "sha512-52wHrXVxs6RWYAjVGLT+gGJTVdD2y2Ahv1ZuSXxabPsOIiam/Sk2NHzmk+A7wlsQyZ5GYcsuzG4UBId1eOwqKA==", "requires": { - "@inrupt/oidc-client-ext": "^2.0.0", - "@inrupt/solid-client-authn-core": "^2.0.0", + "@inrupt/oidc-client-ext": "^2.1.0", + "@inrupt/solid-client-authn-core": "^2.1.0", "events": "^3.3.0", "jose": "^5.1.3", "uuid": "^9.0.1" } }, "@inrupt/solid-client-authn-core": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.0.0.tgz", - "integrity": "sha512-qM+E9I5u2DFlsfyoXossx8w0vKv8p+rXH98K9RUauJImpygQ3I3Ra6hSB2bwA1PdPQd5ttNg236oKe1sTT6Hqw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.1.0.tgz", + "integrity": "sha512-wuRzaNh+fotI8yYohKGSUmkf2hBSPjMHoCeQagJz0BzFTFc7C913RrMxQTf2GnBDp9npPxAVyrhZWAKm6BZTkg==", "requires": { "events": "^3.3.0", "jose": "^5.1.3", @@ -5311,9 +5311,9 @@ "dev": true }, "core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==" + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==" }, "cross-fetch": { "version": "3.1.8", @@ -6475,9 +6475,9 @@ } }, "jose": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.2.0.tgz", - "integrity": "sha512-oW3PCnvyrcm1HMvGTzqjxxfnEs9EoFOFWi2HsEGhlFVOXxTE3K9GKWVMFoFw06yPUqwpvEWic1BmtUZBI/tIjw==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.2.3.tgz", + "integrity": "sha512-KUXdbctm1uHVL8BYhnyHkgp3zDX5KW8ZhAKVFEfUbU2P8Alpzjb+48hHvjOdQIyPshoblhzsuqOwEEAbtHVirA==" }, "js-tokens": { "version": "4.0.0", diff --git a/e2e/browser/test-app/package.json b/e2e/browser/test-app/package.json index 0d8c4acc..c10c6734 100644 --- a/e2e/browser/test-app/package.json +++ b/e2e/browser/test-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-authn-browser": "^2.0.0", + "@inrupt/solid-client-authn-browser": "^2.1.0", "@inrupt/solid-client-notifications": "file:../../../", "next": "^14.1.3", "react": "^18.2.0",