From a9934b1a2b07c90681c239ea83d7d604dc2b9bdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 May 2025 19:08:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2322d3..170ae0c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nestjs/common": "^9.0.0", "@nestjs/config": "^2.3.1", "@nestjs/core": "^9.0.0", - "@nestjs/platform-express": "^9.0.0", + "@nestjs/platform-express": "^10.4.18", "@ngx-formly/core": "^6.1.1", "@ngx-formly/material": "^6.1.1", "axios": "^1.0.0",