From 48e7aabffdf1da184c0b0ad5f83eae0a580777ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:40:12 +0000 Subject: [PATCH] fix: data-service/sdk/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- data-service/sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-service/sdk/package.json b/data-service/sdk/package.json index 83b04551..4d3c121f 100644 --- a/data-service/sdk/package.json +++ b/data-service/sdk/package.json @@ -19,7 +19,7 @@ "author": "hello@cloudboost.io", "license": "MIT", "dependencies": { - "axios": "^0.14.0", + "axios": "^1.12.0", "bluebird": "^3.4.6", "deep-equal": "^1.0.1", "form-data": "^2.1.2",