diff --git a/package-lock.json b/package-lock.json index 0438c78..4ee4697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nestjs/common": "^11.0.5", "@nestjs/core": "^11.0.5", "@nestjs/graphql": "^13.0.2", - "@nestjs/platform-express": "^11.0.5", + "@nestjs/platform-express": "^11.0.8", "graphql": "^16.10.0", "graphql-subscriptions": "^3.0.0", "graphql-ws": "^6.0.2", @@ -2665,9 +2665,9 @@ } }, "node_modules/@nestjs/platform-express": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.0.5.tgz", - "integrity": "sha512-nG/doauKHuy27Y/3pUKfQFC+mB8ezPayZ/4hTDaysITsOVLBrd7xtS0DW68kSufXnLhIkPgAfB9Ddhm/NHux4g==", + "version": "11.0.8", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.0.8.tgz", + "integrity": "sha512-Ru7seOYYglKNGQFzNALE5ilLqkdtX/ge6AJDKLMt+WI7iElZ7lXjT40fE3+HVUiZODunmeKQ7jVxcQyZwLafVA==", "license": "MIT", "dependencies": { "cors": "2.8.5", diff --git a/package.json b/package.json index f632fbe..0863e80 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nestjs/common": "^11.0.5", "@nestjs/core": "^11.0.5", "@nestjs/graphql": "^13.0.2", - "@nestjs/platform-express": "^11.0.5", + "@nestjs/platform-express": "^11.0.8", "graphql": "^16.10.0", "graphql-subscriptions": "^3.0.0", "graphql-ws": "^6.0.2",