diff --git a/e2e/browser/test-app/package-lock.json b/e2e/browser/test-app/package-lock.json index 714e354a4..859da7470 100644 --- a/e2e/browser/test-app/package-lock.json +++ b/e2e/browser/test-app/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@inrupt/internal-playwright-testids": "^2.3.0", - "@inrupt/solid-client": "^1.30.0", + "@inrupt/solid-client": "^1.30.1", "@inrupt/solid-client-access-grants": "file:../../../", "@inrupt/solid-client-authn-browser": "^1.17.1", "@inrupt/solid-client-authn-node": "^1.17.1", @@ -26,7 +26,7 @@ }, "../../..": { "name": "@inrupt/solid-client-access-grants", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.25.1", @@ -50,6 +50,7 @@ "@types/auth-header": "^1.0.2", "@types/dotenv-flow": "^3.1.0", "@types/jest": "^29.2.2", + "@types/uuid": "^9.0.4", "dotenv-flow": "^3.2.0", "eslint": "^8.18.0", "eslint-config-next": "^13.0.6", @@ -63,7 +64,8 @@ "ts-node": "^10.9.1", "typedoc": "^0.25.1", "typedoc-plugin-markdown": "^3.15.4", - "typescript": "^5.0.4" + "typescript": "^5.0.4", + "uuid": "^9.0.1" }, "engines": { "node": "^16.0.0 || ^18.0.0 || ^20.0.0" @@ -304,9 +306,9 @@ } }, "node_modules/@inrupt/solid-client": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.0.tgz", - "integrity": "sha512-iRyLqM9k5W0IiRHZz+dGsa+94pu8cGqjRB5B8s+YhLlNQH/fY6Xmu21f1zl1uKWebc4PBlAJPcBcR46RVXlCJQ==", + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.1.tgz", + "integrity": "sha512-2y663rHTMFRt6WCA5YJkPbykKiwsJXfHc4h0aOmPV+HH5n6xbrSohkyxWGc4SBVmzaOz+D8kiTlkjxtW4FDoPQ==", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", "@rdfjs/dataset": "^1.1.0", @@ -319,7 +321,7 @@ "uuid": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.0.0 || ^18.0.0 || ^20.0.0" + "node": "^16.0.0 || ^18.0.0 || ^20.0.0" }, "optionalDependencies": { "fsevents": "^2.3.2" @@ -4351,9 +4353,9 @@ } }, "@inrupt/solid-client": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.0.tgz", - "integrity": "sha512-iRyLqM9k5W0IiRHZz+dGsa+94pu8cGqjRB5B8s+YhLlNQH/fY6Xmu21f1zl1uKWebc4PBlAJPcBcR46RVXlCJQ==", + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.1.tgz", + "integrity": "sha512-2y663rHTMFRt6WCA5YJkPbykKiwsJXfHc4h0aOmPV+HH5n6xbrSohkyxWGc4SBVmzaOz+D8kiTlkjxtW4FDoPQ==", "requires": { "@inrupt/universal-fetch": "^1.0.1", "@rdfjs/dataset": "^1.1.0", @@ -4386,6 +4388,7 @@ "@types/dotenv-flow": "^3.1.0", "@types/jest": "^29.2.2", "@types/rdfjs__dataset": "^1.0.5", + "@types/uuid": "^9.0.4", "auth-header": "^1.0.0", "base64url": "^3.0.1", "dotenv-flow": "^3.2.0", @@ -4403,7 +4406,8 @@ "ts-node": "^10.9.1", "typedoc": "^0.25.1", "typedoc-plugin-markdown": "^3.15.4", - "typescript": "^5.0.4" + "typescript": "^5.0.4", + "uuid": "^9.0.1" } }, "@inrupt/solid-client-authn-browser": { diff --git a/e2e/browser/test-app/package.json b/e2e/browser/test-app/package.json index 4e60c1ce8..df61e6bd5 100644 --- a/e2e/browser/test-app/package.json +++ b/e2e/browser/test-app/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@inrupt/internal-playwright-testids": "^2.3.0", - "@inrupt/solid-client": "^1.30.0", + "@inrupt/solid-client": "^1.30.1", "@inrupt/solid-client-access-grants": "file:../../../", "@inrupt/solid-client-authn-browser": "^1.17.1", "@inrupt/solid-client-authn-node": "^1.17.1",