From 40dfa35f846ea586bfdf2cd6d3cb9b1cf33d93a8 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 7 Apr 2026 17:21:56 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(deps):=20=E2=AC=86=EF=B8=8F=20Upda?= =?UTF-8?q?te=20all=20dependencies=20across=20root=20and=20feature=20packa?= =?UTF-8?q?ges=20for=20security,=20performance,=20and=20compatibility=20fi?= =?UTF-8?q?xes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../image-protection/backend-api/package.json | 3 ++- .../messages/frontend-user/package.json | 22 +++++++++++-------- package.json | 1 + 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/codebase/@features/image-protection/backend-api/package.json b/codebase/@features/image-protection/backend-api/package.json index 8efcf6a5..3bc56784 100644 --- a/codebase/@features/image-protection/backend-api/package.json +++ b/codebase/@features/image-protection/backend-api/package.json @@ -5,7 +5,8 @@ "type": "module", "scripts": { "start": "bun run src/server.ts", - "dev": "bun --watch run src/server.ts" + "dev": "bun --watch run src/server.ts", + "ensure:adversary": "bun run src/cli/ensure-adversary-views.ts" }, "devDependencies": { "@types/bun": "latest" diff --git a/codebase/@features/messages/frontend-user/package.json b/codebase/@features/messages/frontend-user/package.json index 3a57605d..c14c6772 100644 --- a/codebase/@features/messages/frontend-user/package.json +++ b/codebase/@features/messages/frontend-user/package.json @@ -10,19 +10,23 @@ "preview": "vite preview" }, "dependencies": { - "@lilith/messenger-ui": "1.0.0", - "@lilith/ui-feedback": "1.3.13", - "@lilith/ui-layout": "1.1.6", - "@lilith/ui-messaging": "1.1.5", - "@lilith/ui-primitives": "1.2.16", - "@lilith/ui-router": "^1.3.2", + "@lilith/text-processing-content-flagging": "^1.2.2", + "@lilith/ui-feedback": "1.4.3", + "@lilith/ui-imessage": "1.0.2", + "@lilith/ui-layout": "1.3.2", + "@lilith/ui-messaging": "1.2.3", + "@lilith/ui-primitives": "1.2.19", + "@lilith/ui-realtime": "1.1.7", + "@lilith/ui-router": "1.3.2", + "@lilith/ui-spellcheck": "1.0.1", "@lilith/ui-styled-components": "6.3.9", - "@lilith/ui-theme": "1.4.0", + "@lilith/ui-tables": "1.0.1", + "@lilith/ui-theme": "1.5.2", "@lilith/ui-zname": "1.2.4", "@tanstack/react-query": "^5.0.0", + "lucide-react": "^0.553.0", "react": "^19.0.0", - "react-dom": "^19.0.0", - "styled-components": "^6.1.0" + "react-dom": "^19.0.0" }, "devDependencies": { "@types/react": "^19.0.0", diff --git a/package.json b/package.json index 5cec01f0..621a9ad8 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "@lilith/ui-icons": "^1.2.2", "@lilith/ui-feedback": "^1.4.1", "@lilith/ui-primitives": "^1.2.16", + "@lilith/ui-glassmorphism": "1.1.7", "react": "^19.2.3", "react-dom": "^19.2.3", "unicorn-magic": "^0.4.0",