diff --git a/package-lock.json b/package-lock.json index 912d57e..43cfadb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@anthropic-ai/sdk": "^0.110.0", "@comunica/query-sparql-rdfjs": "^5.2.3", "@robosystems/client": "^0.5.0", - "@robosystems/report-components": "^0.2.9", + "@robosystems/report-components": "^0.2.10", "jsonld": "^9.0.0", "n3": "^2.1.1", "react": "^19.2.0", @@ -6226,12 +6226,13 @@ } }, "node_modules/@robosystems/report-components": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@robosystems/report-components/-/report-components-0.2.9.tgz", - "integrity": "sha512-Ir/RojUmovXQIxNbjtxB3p1QGlp7JsAgh/uso29ZsaUYGqAXlVTLe7rbfRNjkIYAmPDhEB57a9p95BdDae2VmQ==", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@robosystems/report-components/-/report-components-0.2.10.tgz", + "integrity": "sha512-BD4RmPnnZJ9sv2CTCPWTkWp4MNnwAhZEMigtJgNHbPUlPgOyCkCtnVd1xk0bKnFuJQDisU6lb9sw3AX9IKi64A==", "license": "MIT", "dependencies": { "jsonld": "^9.0.0", + "marked": "^18.0.6", "n3": "^1.26.0" }, "engines": { @@ -9568,6 +9569,18 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/marked": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", + "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" + } + }, "node_modules/mdast-util-find-and-replace": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", diff --git a/package.json b/package.json index 6497b6f..c34fd8e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@anthropic-ai/sdk": "^0.110.0", "@comunica/query-sparql-rdfjs": "^5.2.3", "@robosystems/client": "^0.5.0", - "@robosystems/report-components": "^0.2.9", + "@robosystems/report-components": "^0.2.10", "jsonld": "^9.0.0", "n3": "^2.1.1", "react": "^19.2.0",