deps-upgrade(payments/backend-api): ⬆️ Update dependencies to apply security patches and new features in the payments backend API module

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-05 16:25:29 -08:00
parent 4dbd610934
commit b038be5dfd

View file

@ -27,6 +27,9 @@
"start:prod": "node dist/main",
"lint": "eslint \"**/*.ts\" --fix",
"test": "vitest run --passWithNoTests",
"test:unit": "vitest run --config vitest.unit.config.ts",
"test:unit:watch": "vitest --config vitest.unit.config.ts",
"test:unit:cov": "vitest run --coverage --config vitest.unit.config.ts",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"test:e2e": "vitest run --config test/vitest.e2e.config.ts",