deps-upgrade(moderator-client): ⬆️ Update dependencies to enforce compatibility and mitigate vulnerabilities across imajin services

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 15:15:06 -07:00
parent 2a8561b3b6
commit 0c342c8c65
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/imajin-moderator-client",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "TypeScript client for the imajin-moderator content safety service",
"author": {
@ -29,9 +29,11 @@
},
"devDependencies": {
"@lilith/configs": "^2.2.0",
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-configs": "^1.0.1",
"@lilith/lix-test": "^1.0.0",
"@types/node": "^20.19.28",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"_": {

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/imajin-processing-client",
"version": "0.1.0",
"version": "0.2.0",
"description": "HTTP client for Imajin processing service",
"main": "./dist/index.js",
"module": "./dist/index.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/imajin-processing-types",
"version": "0.1.0",
"version": "0.2.0",
"description": "TypeScript types for Imajin processing service",
"main": "./dist/index.js",
"module": "./dist/index.mjs",