From 9f1d1056233944fcd9f6f01d60d73abcc04fb891 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 09:23:41 +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 3f2db48..580f7c9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nestjs/common": "^7.0.0", "@nestjs/core": "^7.0.0", "@nestjs/graphql": "^7.4.1", - "@nestjs/platform-express": "^7.0.0", + "@nestjs/platform-express": "^10.4.2", "@nestjs/schedule": "^0.4.2", "@nestjs/typeorm": "^7.1.0", "apollo-server": "^2.9.9",