From 09a663fb0df34f257404b59c2293dbdbde4291ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 04:47:14 +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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4d704f5a..11e2e4f0 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ "@nestjs/cqrs": "^8.0.3", "@nestjs/graphql": "^10.0.6", "@nestjs/microservices": "^8.4.0", - "@nestjs/platform-express": "^8.4.0", + "@nestjs/platform-express": "^10.4.2", "@nestjs/platform-fastify": "^8.4.0", "@nestjs/swagger": "^5.2.0", - "@nrwl/linter": "13.8.8", + "@nrwl/linter": "15.3.0", "@types/faker": "^6.6.9", "apollo-server-express": "^3.6.4", "async-retry": "^1.3.3",