deps-upgrade(dependencies): ⬆️ Update backend API and frontend client dependencies in platform-analytics and video-studio packages to resolve vulnerabilities and ensure compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ba970ac7d0
commit
eb025dc28c
3 changed files with 4 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"scripts": {
|
||||
"build": "nest build",
|
||||
"dev": "nest start --watch",
|
||||
"start:dev": "nest start --watch",
|
||||
"start": "node dist/main.js",
|
||||
"start:prod": "NODE_ENV=production node dist/main.js",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.test.json",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "@lilith/image-assistant-api",
|
||||
"name": "@lilith/media-gallery-api",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "NestJS backend for image-assistant with MinIO storage and Redis queues",
|
||||
"description": "NestJS backend for media-gallery with MinIO storage and Redis queues",
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"start": "nest start",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@image-assistant/macos-client",
|
||||
"name": "@media-gallery/macos-client",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue