From c6d9803472f80787f712fd966458b6a770b2fe07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 00:00:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1068b7..677564b 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@nestjs/graphql": "^12.1.1", "@nestjs/platform-express": "^10.0.2", "@prisma/client": "^5.10.2", - "axios": "^1.6.0", + "axios": "^1.7.4", "graphql": "^16.8.1", "graphql-tools": "^9.0.1", "nanoid": "^5.0.6",