deps-upgrade(relationship-worker): ⬆️ Update dependencies in relationship-worker to ensure security, compatibility, and feature improvements

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-09 21:27:55 -07:00
parent e3d15f9633
commit 94dd75767f

View file

@ -10,16 +10,21 @@
"start:dev": "tsx watch src/main.ts",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest --watch"
"test:watch": "vitest --watch",
"lint": "eslint src"
},
"dependencies": {
"pg": "^8.17.1",
"tsx": "^4.19.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@lilith/eslint-plugin-file-length": "^1.1.2",
"@types/node": "^20.19.30",
"@types/pg": "^8.11.10",
"eslint": "^10.1.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vitest": "^3.2.4"
}
}