From a56bce34b903c33a18cb3e75a7792525b2833b89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 08:07:47 +0000 Subject: [PATCH] fix: customer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- customer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/package.json b/customer/package.json index 581162b..2921d7d 100644 --- a/customer/package.json +++ b/customer/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "amqplib": "^0.8.0", - "axios": "^0.28.0", + "axios": "^1.6.4", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^8.6.0",