From 2ffc407a424d4cd2c828c0595c135dd966ae5f51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 16:31:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfb9169..45d34e7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/SrIzan10/api#readme", "dependencies": { "@prisma/client": "^5.4.2", - "axios": "^1.2.5", + "axios": "^1.6.0", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.1",