diff --git a/package-lock.json b/package-lock.json index ef41bb7..edf484e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.10", - "@comunica/context-entries": "^3.1.0", + "@comunica/context-entries": "^4.0.2", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.1.0", @@ -1647,28 +1647,58 @@ "integrity": "sha512-rMnFgT7cz9+0z7wV4OzIMY5qM9/Z0mTGrR8y2JokoHyyTcBGOSajFmy61XCSLMCsLLG8qDXsJ4ClCCky3TGfqA==" }, "node_modules/@comunica/context-entries": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@comunica/context-entries/-/context-entries-3.1.0.tgz", - "integrity": "sha512-ExgFIY7DtEsg/FIMesGcpY7Gkvi4qT2/jC7CL/sugQ1YtNuACD3Gkackbmx7Mr2uEBqP0fMWrkcUghzZ2D6Teg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@comunica/context-entries/-/context-entries-4.0.2.tgz", + "integrity": "sha512-ryjSZ/fOyeNgWv1ZISD9BvC052kL8DLffpp/59rEJfbgjv1Phv2Zae7obW05EG8pn1Bk+OspwrkGa4Lps4e6Pg==", "dependencies": { - "@comunica/core": "^3.1.0", - "@comunica/types": "^3.1.0", + "@comunica/core": "^4.0.2", + "@comunica/types": "^4.0.2", "@rdfjs/types": "*", "jsonld-context-parser": "^2.2.2", - "sparqlalgebrajs": "^4.3.3" + "sparqlalgebrajs": "^4.3.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" + } + }, + "node_modules/@comunica/context-entries/node_modules/@comunica/core": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-4.0.2.tgz", + "integrity": "sha512-VDh3mejUyqhV2Hf/f43iBWrsAjYfULV+FbF0v/AR1tgESkCS7z949Dzbu8YgkL1CaTX6Ohmqgrhc/yEd9CGZ6Q==", + "dependencies": { + "@comunica/types": "^4.0.2", + "immutable": "^4.3.7" + }, + "engines": { + "node": ">=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" } }, "node_modules/@comunica/context-entries/node_modules/@comunica/types": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@comunica/types/-/types-3.1.0.tgz", - "integrity": "sha512-+1PTc2xkvUVr1GlhLP1W0GzRVrOgJs5v/3oKHoUWByf3KpwXWLGuQ4/ZHcZxcn4FJQm19FQlZW2wECiq9L4LYw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@comunica/types/-/types-4.0.2.tgz", + "integrity": "sha512-Gxx755NlVww5BpdREYFYUYNazCazQsk2NMCuRfIEyHmCtU2eCc6RJk6YqKKLRCjaHcWIfBVtbbsbySzG8leS0g==", "dependencies": { "@rdfjs/types": "*", "@types/yargs": "^17.0.24", "asynciterator": "^3.9.0", - "sparqlalgebrajs": "^4.3.3" + "lru-cache": "^10.0.1", + "sparqlalgebrajs": "^4.3.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" } }, + "node_modules/@comunica/context-entries/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + }, "node_modules/@comunica/core": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/@comunica/core/-/core-3.2.1.tgz", @@ -8825,9 +8855,9 @@ } }, "node_modules/immutable": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.1.0.tgz", - "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==" + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", + "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==" }, "node_modules/import-fresh": { "version": "3.3.0", diff --git a/package.json b/package.json index f5f8cca..854f401 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.10", - "@comunica/context-entries": "^3.1.0", + "@comunica/context-entries": "^4.0.2", "@comunica/core": "^3.2.1", "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.1.0",