diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index 314f0fc..c89085e 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -13,7 +13,7 @@ "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.2.3", - "@inrupt/solid-client-authn-node": "^2.2.0", + "@inrupt/solid-client-authn-node": "^2.2.3", "@inrupt/solid-client-vc": "^1.0.3", "next": "^14.2.3", "react": "^18.2.0", @@ -279,11 +279,11 @@ } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.0.tgz", - "integrity": "sha512-SveqERpnNobhib8dbo7qtNLC74fm06dv80uJXmagCvrH4jlw1mIYdmdgpwoTnkdIjS1gZ3xrxtO4Y8/3u1GwTQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.3.tgz", + "integrity": "sha512-Ds57MFZ8XMyJqhCPpuj3cOfbudPbp0tZ/x187kmJsB2Ir4qLB6/O8Od+DN7SXzcnJjM/TrwZ34THklVxzXid8A==", "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.0", + "@inrupt/solid-client-authn-core": "^2.2.3", "jose": "^5.1.3", "openid-client": "^5.6.5", "uuid": "^9.0.1" diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index f6ceaa0..51db686 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -16,7 +16,7 @@ "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.2.3", - "@inrupt/solid-client-authn-node": "^2.2.0", + "@inrupt/solid-client-authn-node": "^2.2.3", "@inrupt/solid-client-vc": "^1.0.3", "next": "^14.2.3", "react": "^18.2.0",