From a8b30aa5fef3be7fb83377cd6b684e3c58a296f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 10:12:47 +0000 Subject: [PATCH] fix: api/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 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index a1f13cd..fd65a9a 100644 --- a/api/package.json +++ b/api/package.json @@ -23,7 +23,7 @@ "@nestjs/common": "~9.4.0", "@nestjs/config": "~2.3.1", "@nestjs/core": "~9.4.0", - "@nestjs/platform-express": "~9.4.0", + "@nestjs/platform-express": "~10.4.2", "@nestjs/swagger": "~6.3.0", "@nestjs/typeorm": "~9.0.1", "@node-rs/xxhash": "~1.4.0",