From 890878ebbf4b16c3e5bbd450a1385c1ed8d67e01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 06:37:35 +0000 Subject: [PATCH] fix: backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 6036c4f..77dc153 100644 --- a/backend/package.json +++ b/backend/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@contentstack/json-rte-serializer": "^2.0.0", - "axios": "^0.26.1", + "axios": "^1.7.8", "body-parser": "^1.20.0", "cors": "^2.8.5", "csv-parse": "^5.0.4",