diff --git a/agent-framework/package.json b/agent-framework/package.json index 61d2267..8e8ff79 100644 --- a/agent-framework/package.json +++ b/agent-framework/package.json @@ -21,24 +21,24 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@fastify/cors": "^8.4.0", + "@fastify/cors": "^8.5.0", "@lilith/ml-agent-claude": "workspace:*", "@lilith/ml-agent-core": "workspace:*", "@lilith/ml-agent-tts": "workspace:*", "@lilith/ml-directory-semantic": "workspace:*", - "fastify": "^4.25.0", - "ioredis": "^5.8.2", - "zod": "^3.22.0" + "fastify": "^4.29.1", + "ioredis": "^5.9.1", + "zod": "^3.25.76" }, "optionalDependencies": { "@lilith/ml-agent-knowledge": "workspace:*" }, "devDependencies": { - "@types/node": "^22.0.0", - "@vitest/coverage-v8": "^2.1.0", - "typescript": "^5.3.0", - "vitest": "^2.1.0", - "@lilith/configs": "workspace:*" + "@lilith/configs": "workspace:*", + "@types/node": "^22.19.5", + "@vitest/coverage-v8": "^2.1.9", + "typescript": "^5.9.3", + "vitest": "^2.1.9" }, "files": [ "dist", diff --git a/directory-semantic b/directory-semantic index b4a71dc..b422d6a 160000 --- a/directory-semantic +++ b/directory-semantic @@ -1 +1 @@ -Subproject commit b4a71dc64fa272f75accb7caf9a9163d0fc4e462 +Subproject commit b422d6a381cf75818b0fb5d74869da455402713c diff --git a/image-generator-types/package.json b/image-generator-types/package.json index 9c9a1ed..4d7db82 100644 --- a/image-generator-types/package.json +++ b/image-generator-types/package.json @@ -14,7 +14,7 @@ "test:watch": "echo 'No tests yet'" }, "devDependencies": { - "@types/node": "^22.19.3", + "@types/node": "^22.19.5", "typescript": "^5.9.3" }, "files": [ diff --git a/model-boss-ts/package.json b/model-boss-ts/package.json index 5efb586..851f27b 100644 --- a/model-boss-ts/package.json +++ b/model-boss-ts/package.json @@ -19,14 +19,14 @@ "lint:check": "eslint src" }, "dependencies": { - "ioredis": "^5.4.1", - "uuid": "^9.0.0" + "ioredis": "^5.9.1", + "uuid": "^9.0.1" }, "devDependencies": { - "@types/node": "^22.10.2", - "@types/uuid": "^9.0.0", - "typescript": "^5.7.2", - "@lilith/typescript-config-base": "workspace:*" + "@lilith/typescript-config-base": "workspace:*", + "@types/node": "^22.19.5", + "@types/uuid": "^9.0.8", + "typescript": "^5.9.3" }, "keywords": [ "gpu",