From 45ac19d3de521396310d7967f3789119c941900d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Mar 2025 06:43:58 +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-9292519 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 6036c4f..bd2b21f 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.2", "body-parser": "^1.20.0", "cors": "^2.8.5", "csv-parse": "^5.0.4",