Downgrade class-validator
All checks were successful
Build and Push to Harbor when new commit to main-branch / build (push) Successful in 10m51s

This commit is contained in:
2026-03-17 23:17:16 +01:00
parent 148592018d
commit 6d38373ba6
2 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
"cacheable": "^2.3.3",
"clamscan": "^2.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"class-validator": "^0.14.4",
"content-disposition": "^1.0.1",
"cookie-parser": "^1.4.7",
"jmespath": "^0.16.0",
@@ -5254,9 +5254,9 @@
"license": "MIT"
},
"node_modules/class-validator": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.15.1.tgz",
"integrity": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==",
"version": "0.14.4",
"resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.4.tgz",
"integrity": "sha512-AwNusCCam51q703dW82x95tOqQp6oC9HNUl724KxJJOfnKscI8dOloXFgyez7LbTTKWuRBA37FScqVbJEoq8Yw==",
"license": "MIT",
"dependencies": {
"@types/validator": "^13.15.3",

View File

@@ -14,7 +14,6 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1009.0",
"@prisma/adapter-better-sqlite3": "^7.5.0",
"@keyv/redis": "^5.1.6",
"@nestjs/cache-manager": "^3.1.0",
"@nestjs/common": "^11.1.16",
@@ -26,6 +25,7 @@
"@nestjs/schedule": "^6.1.1",
"@nestjs/swagger": "^11.2.6",
"@nestjs/throttler": "^6.5.0",
"@prisma/adapter-better-sqlite3": "^7.5.0",
"@prisma/client": "^7.5.0",
"@types/jmespath": "^0.15.2",
"archiver": "^7.0.1",
@@ -35,7 +35,7 @@
"cacheable": "^2.3.3",
"clamscan": "^2.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"class-validator": "^0.14.4",
"content-disposition": "^1.0.1",
"cookie-parser": "^1.4.7",
"jmespath": "^0.16.0",