diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index 614d4a25..e2743708 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -11,7 +11,7 @@ "@inrupt/internal-playwright-testids": "^2.6.0", "@inrupt/internal-test-env": "^2.6.0", "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-access-grants": "^3.0.1", + "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.0.0", "@inrupt/solid-client-authn-node": "^1.17.1", "@inrupt/solid-client-vc": "^1.0.2", @@ -430,9 +430,9 @@ } }, "node_modules/@inrupt/solid-client-access-grants": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.0.1.tgz", - "integrity": "sha512-8TKgJFg0H8/GVDCi4UnNWCm6A8TIzfvPGVtQ891EJp/ztQ/Juw2/RtaRa/PlPh7svhxE6Efo7JRDHSZTDK108A==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.0.4.tgz", + "integrity": "sha512-UuTjOdmRBuVQE2SIQrWTXIR/bhtjuGq5mYH9a+bj/nTAPpsDEMEA/ahTdL5y/xArdUlNRMO7ZFZ0OT9fWCK/Mg==", "dependencies": { "@inrupt/solid-client": "^2.0.0", "@inrupt/solid-client-vc": "^1.0.0", diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index 96ffe370..19505b7e 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -14,7 +14,7 @@ "@inrupt/internal-playwright-testids": "^2.6.0", "@inrupt/internal-test-env": "^2.6.0", "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-access-grants": "^3.0.1", + "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.0.0", "@inrupt/solid-client-authn-node": "^1.17.1", "@inrupt/solid-client-vc": "^1.0.2",