diff --git a/bun.lock b/bun.lock index 11f36cf4..a33e78f1 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@nestjs/common": "^11.1.23", "@nestjs/config": "^4.0.4", "@nestjs/core": "^11.1.21", - "@nestjs/platform-express": "^11.1.21", + "@nestjs/platform-express": "^11.1.24", "@nestjs/swagger": "^11.4.4", "@nestjs/terminus": "^11.1.1", "@types/body-parser": "^1.19.6", @@ -168,7 +168,7 @@ "@nestjs/mapped-types": ["@nestjs/mapped-types@2.1.1", "", { "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "class-transformer": "^0.4.0 || ^0.5.0", "class-validator": "^0.13.0 || ^0.14.0 || ^0.15.0", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "optionalPeers": ["class-transformer", "class-validator"] }, "sha512-SCCoMEJ6jdeI5h/N+KCVF1+pmg/hmEkNA5nHTS8Gvww7T/LCl4o1gFLinw2iQ60w7slFkszHcGLKGdazVI4F8A=="], - "@nestjs/platform-express": ["@nestjs/platform-express@11.1.21", "", { "dependencies": { "cors": "2.8.6", "express": "5.2.1", "multer": "2.1.1", "path-to-regexp": "8.4.2", "tslib": "2.8.1" }, "peerDependencies": { "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0" } }, "sha512-lA3ViycOnz4Df3EstIKpuAVFhqxQixTnjAVk0M+LRyNBlGM6VSCaNJaAIrb9Pcry39T4hTHpNVbRqGLSvhL8gA=="], + "@nestjs/platform-express": ["@nestjs/platform-express@11.1.24", "", { "dependencies": { "cors": "2.8.6", "express": "5.2.1", "multer": "2.1.1", "path-to-regexp": "8.4.2", "tslib": "2.8.1" }, "peerDependencies": { "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0" } }, "sha512-CeMKbRBm05aOBiWhIHWO2xDeHbxynBF9ySQv3gRjObz2N5+uJnYriAYkHvVqvC4JIydmMPmT5VdICFNlNz3qyA=="], "@nestjs/schematics": ["@nestjs/schematics@11.1.0", "", { "dependencies": { "@angular-devkit/core": "19.2.24", "@angular-devkit/schematics": "19.2.24", "comment-json": "5.0.0", "jsonc-parser": "3.3.1", "pluralize": "8.0.0" }, "peerDependencies": { "prettier": "^3.0.0", "typescript": ">=4.8.2" }, "optionalPeers": ["prettier"] }, "sha512-lVxGZ46tcdItFMoXr6vyKWlnOsm1SZm/GUqAEDvy2RL4Q4O+3bkziAhrO7Y8JLssFUUvNFEGqAizI52WAxhjDw=="], diff --git a/package.json b/package.json index e7472ac0..e5d0be8f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nestjs/common": "^11.1.23", "@nestjs/config": "^4.0.4", "@nestjs/core": "^11.1.21", - "@nestjs/platform-express": "^11.1.21", + "@nestjs/platform-express": "^11.1.24", "@nestjs/swagger": "^11.4.4", "@nestjs/terminus": "^11.1.1", "@types/body-parser": "^1.19.6",