fix: mitigate npm dependency advisories

This commit is contained in:
hectorzhao
2026-07-26 00:29:49 +08:00
parent 54617c927e
commit b461532075
11 changed files with 190 additions and 56 deletions
+2
View File
@@ -24,6 +24,7 @@
"bullmq": "^5.79.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"brace-expansion": "file:vendor/brace-expansion-compat",
"exceljs": "^4.4.0",
"ioredis": "^5.11.1",
"minio": "^8.0.7",
@@ -41,6 +42,7 @@
"typescript": "^6.0.3"
},
"overrides": {
"brace-expansion": "$brace-expansion",
"exceljs": {
"uuid": "11.1.1"
},