From 614006a456c4258c8dcfea81a4cd1a1dd6024276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 08:57:54 +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-9403194 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 6036c4f..85d2c7a 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.8.3", "body-parser": "^1.20.0", "cors": "^2.8.5", "csv-parse": "^5.0.4",