From 9405abf39bda3a9f2736a2e02eafed532bd94c5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 10:05:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2322d3..09911c7 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.2", "@ngx-formly/core": "^6.1.1", "@ngx-formly/material": "^6.1.1", "axios": "^1.0.0",