chore: pnpm update

This commit is contained in:
zhom
2026-02-20 04:55:40 +04:00
parent e5663515a7
commit 7ed19f3a8f
4 changed files with 1205 additions and 975 deletions
+7 -7
View File
@@ -18,12 +18,12 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.990.0",
"@aws-sdk/s3-request-presigner": "^3.990.0",
"@nestjs/common": "^11.1.13",
"@aws-sdk/client-s3": "^3.994.0",
"@aws-sdk/s3-request-presigner": "^3.994.0",
"@nestjs/common": "^11.1.14",
"@nestjs/config": "^4.0.3",
"@nestjs/core": "^11.1.13",
"@nestjs/platform-express": "^11.1.13",
"@nestjs/core": "^11.1.14",
"@nestjs/platform-express": "^11.1.14",
"jsonwebtoken": "^9.0.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
@@ -31,11 +31,11 @@
"devDependencies": {
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.13",
"@nestjs/testing": "^11.1.14",
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/supertest": "^6.0.3",
"jest": "^30.2.0",
"source-map-support": "^0.5.21",