From ce9954d6211c63453feb723c764112f4bf62b93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:38:40 +0000 Subject: [PATCH] Bump @nestjs/platform-express from 11.0.5 to 11.0.10 Bumps [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) from 11.0.5 to 11.0.10. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.0.10/packages/platform-express) --- updated-dependencies: - dependency-name: "@nestjs/platform-express" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0438c78..5c099cc 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.10", "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.10", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.0.10.tgz", + "integrity": "sha512-UVSf0yaWFBC2Zn2FOWABXxCnyG8XNIXrNnvTFpbUFqaJu1YDdwJ7wQBBqxq9CtJT7ILqSmfhOU7HS0d/0EAxpw==", "license": "MIT", "dependencies": { "cors": "2.8.5", diff --git a/package.json b/package.json index f632fbe..16b9053 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.10", "graphql": "^16.10.0", "graphql-subscriptions": "^3.0.0", "graphql-ws": "^6.0.2",