diff --git a/test/package.json b/test/package.json index a71ed7054..d7bf674cb 100644 --- a/test/package.json +++ b/test/package.json @@ -27,7 +27,7 @@ "homepage": "https://nestia.io", "devDependencies": { "@nestia/sdk": "../packages/sdk/nestia-sdk-4.0.0.tgz", - "@nestjs/swagger": "^8.0.1", + "@nestjs/swagger": "^8.0.7", "@types/express": "^4.17.17", "@types/multer": "^1.4.12", "@types/node": "20.11.16", @@ -43,10 +43,10 @@ "@nestia/core": "../packages/core/nestia-core-4.0.0.tgz", "@nestia/e2e": "^0.7.0", "@nestia/fetcher": "../packages/fetcher/nestia-fetcher-4.0.0.tgz", - "@nestjs/common": "^10.4.6", - "@nestjs/core": "^10.4.6", - "@nestjs/platform-express": "^10.4.6", - "@nestjs/platform-fastify": "^10.4.6", + "@nestjs/common": "^10.4.12", + "@nestjs/core": "^10.4.12", + "@nestjs/platform-express": "^10.4.12", + "@nestjs/platform-fastify": "^10.4.12", "@samchon/openapi": "^2.0.0", "express": "^4.21.1", "fastify": "^5.1.0",