diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index 4370c19..414b80a 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -20,11 +20,11 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@types/node": "22.9.3", + "@types/node": "22.10.1", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "eslint": "8.57.1", - "eslint-config-next": "15.0.3", + "eslint-config-next": "15.0.4", "typescript": "5.7.2" } }, @@ -379,9 +379,9 @@ "integrity": "sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.3.tgz", - "integrity": "sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.4.tgz", + "integrity": "sha512-rbsF17XGzHtR7SDWzWpavSfum3/UdnF8bAaisnKwP//si3KWPTedVUsflAdjyK1zW3rweBjbALfKcavFneLGvg==", "dev": true, "dependencies": { "fast-glob": "3.3.1" @@ -648,11 +648,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz", - "integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~6.20.0" } }, "node_modules/@types/prop-types": { @@ -1900,12 +1900,12 @@ } }, "node_modules/eslint-config-next": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.3.tgz", - "integrity": "sha512-IGP2DdQQrgjcr4mwFPve4DrCqo7CVVez1WoYY47XwKSrYO4hC0Dlb+iJA60i0YfICOzgNADIb8r28BpQ5Zs0wg==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.4.tgz", + "integrity": "sha512-97mLaAhbJKVQYXUBBrenRtEUAA6bNDPxWfaFEd6mEhKfpajP4wJrW4l7BUlHuYWxR8oQa9W014qBJpumpJQwWA==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "15.0.3", + "@next/eslint-plugin-next": "15.0.4", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", @@ -3516,9 +3516,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -4849,9 +4849,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" }, "node_modules/untildify": { "version": "4.0.0", diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index 06b3d72..cbfe1a2 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -23,11 +23,11 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@types/node": "22.9.3", + "@types/node": "22.10.1", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "eslint": "8.57.1", - "eslint-config-next": "15.0.3", + "eslint-config-next": "15.0.4", "typescript": "5.7.2" } } diff --git a/package-lock.json b/package-lock.json index 36d65d9..7e1ea2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@comunica/context-entries": "^3.1.0", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", - "@inrupt/solid-client-access-grants": "^3.1.0", + "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.1.0", @@ -26,7 +26,7 @@ "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "event-emitter-promisify": "^1.1.0", - "n3": "^1.22.3", + "n3": "^1.23.1", "next": "^14.2.13", "rdf-dereference": "^2.2.0", "rdf-namespaces": "^1.11.0", @@ -51,7 +51,7 @@ "@testing-library/user-event": "^14.5.2", "@types/axe-core": "^2.0.7", "@types/jest": "^29.5.14", - "@types/node": "^22.10.0", + "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/uuid": "^10.0.0", @@ -2382,12 +2382,13 @@ } }, "node_modules/@inrupt/solid-client-access-grants": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.1.0.tgz", - "integrity": "sha512-b6JEFupAUTANwWtSQolBxcFM3PIpjXJbOjyJ6O7kZ+JgKmlivgdzADQjifhV2pYxRAJ6pJBXSEFfHccAUpV6cQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-access-grants/-/solid-client-access-grants-3.1.1.tgz", + "integrity": "sha512-dw5DuOZtqbM0wgfe/SDRApMc+1Jx//UzsUmjCOor8Ibqs1H4H95xUIoaMfcXTb47Hg9m4Bp5EGdlP/5cT4WVvg==", + "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-vc": "^1.0.3", + "@inrupt/solid-client-vc": "^1.1.2", "@types/rdfjs__dataset": "^2.0.7", "auth-header": "^1.0.0", "base64url": "^3.0.1", @@ -2449,15 +2450,16 @@ } }, "node_modules/@inrupt/solid-client-vc": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.1.0.tgz", - "integrity": "sha512-+KtEI62O3m8pRXEfi7xHJaZq5RscPB3ovxThD5sVzi2DWPxvsb82eq4zrGT3ot/gGPC5x2oYkyDWdSZWqu3zgg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.1.2.tgz", + "integrity": "sha512-+wwf16IzbiRoLYBtEcrBz9pmvdW3oWmHp5k9fRPNZZwB27N78DRSM0ietvfO9XeIzqfiWTLO4N1gm5uSgpIxOA==", + "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", "@inrupt/solid-client-errors": "^0.0.2", "event-emitter-promisify": "^1.1.0", "jsonld-context-parser": "^3.0.0", - "jsonld-streaming-parser": "^3.3.0", + "jsonld-streaming-parser": "^4.0.1", "md5": "^2.3.0", "n3": "^1.21.0", "rdf-namespaces": "^1.12.0" @@ -2485,6 +2487,16 @@ "undici-types": "~5.26.4" } }, + "node_modules/@inrupt/solid-client-vc/node_modules/@types/readable-stream": { + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.18.tgz", + "integrity": "sha512-21jK/1j+Wg+7jVw1xnSwy/2Q1VgVjWuFssbYGTREPUBeZ+rqVFl2udq0IkxzPC0ZhOzVceUbyIACFZKLqKEBlA==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "safe-buffer": "~5.1.1" + } + }, "node_modules/@inrupt/solid-client-vc/node_modules/jsonld-context-parser": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-3.0.0.tgz", @@ -2499,6 +2511,28 @@ "jsonld-context-parse": "bin/jsonld-context-parse.js" } }, + "node_modules/@inrupt/solid-client-vc/node_modules/jsonld-streaming-parser": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-4.0.1.tgz", + "integrity": "sha512-6M4y9YGgADk3nXJebbRrxEdMVBJ9bnz+peAvjTXUievopqaE8sg/qml/I6Sp1ln7rpOKffsNZWSre6B7N76szw==", + "license": "MIT", + "dependencies": { + "@bergos/jsonparse": "^1.4.0", + "@rdfjs/types": "*", + "@types/http-link-header": "^1.0.1", + "@types/readable-stream": "^4.0.0", + "buffer": "^6.0.3", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^3.0.0", + "rdf-data-factory": "^1.1.0", + "readable-stream": "^4.0.0" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + } + }, "node_modules/@inrupt/solid-client-vc/node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", @@ -5107,9 +5141,9 @@ } }, "node_modules/@types/node": { - "version": "22.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz", - "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -10638,9 +10672,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/n3": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.22.3.tgz", - "integrity": "sha512-TAFTjk0ErUbvw65sWpvj86ombVMfB63SxsZXQnVC8Ms02rDbOiA26WlP3tilEnuh3LhUa5TPiB0FyoYsPZ/DmA==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.23.1.tgz", + "integrity": "sha512-3f0IYJo+6+lXypothmlwPzm3wJNffsxUwnfONeFv2QqWq7RjTvyCMtkRXDUXW6XrZoOzaQX8xTTSYNlGjXcGtw==", "dependencies": { "buffer": "^6.0.3", "queue-microtask": "^1.1.2", @@ -10651,9 +10685,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 89aac05..dda8441 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@comunica/context-entries": "^3.1.0", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", - "@inrupt/solid-client-access-grants": "^3.1.0", + "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.1.0", @@ -42,7 +42,7 @@ "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "event-emitter-promisify": "^1.1.0", - "n3": "^1.22.3", + "n3": "^1.23.1", "next": "^14.2.13", "rdf-dereference": "^2.2.0", "rdf-namespaces": "^1.11.0", @@ -67,7 +67,7 @@ "@testing-library/user-event": "^14.5.2", "@types/axe-core": "^2.0.7", "@types/jest": "^29.5.14", - "@types/node": "^22.10.0", + "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/uuid": "^10.0.0",