From 1eaff0cf09729a4172477bc2a8fc99eb2e652199 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:57:39 +0000 Subject: [PATCH] fix: data-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- data-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-service/package.json b/data-service/package.json index 688073ee..4a678d2b 100644 --- a/data-service/package.json +++ b/data-service/package.json @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "app-root-path": "^1.0.0", - "axios": "^0.14.0", + "axios": "^1.12.0", "axios-retry": "^3.1.0", "bluebird": "^3.5.4", "body-parser": "^1.12.0",