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:
parent
2a8561b3b6
commit
0c342c8c65
3 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
"_": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue