diff --git a/toolbox/enrichment/package-lock.json b/toolbox/enrichment/package-lock.json index a9a62a95..e88044a0 100644 --- a/toolbox/enrichment/package-lock.json +++ b/toolbox/enrichment/package-lock.json @@ -33,8 +33,10 @@ "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", + "@polyglot-sql/sdk": "^0.9.1", "cac": "^7.0.0", "glob": "^13.0.6", + "n3": "^2.2.5", "yaml": "^2.8.4", "zod": "^4.4.2" }, @@ -43,9 +45,12 @@ }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.21.2", + "@types/bun": "^1.3.14", + "@types/n3": "^1.26.1", "@types/node": "^25.6.0", - "bun": "^1.3.13", - "bun-types": "^1.3.13", + "ajv": "^8.17.1", + "bun": "^1.3.14", + "bun-types": "^1.3.14", "memfs": "^4.57.2", "typescript": "^6.0.3" } @@ -6222,9 +6227,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "funding": [ { "type": "github",