From d3e0aa4c2bda423be4bcaf33177b9b29e69da732 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:49:11 +0000 Subject: [PATCH] fix: npm_module/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- npm_module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_module/package.json b/npm_module/package.json index aeb7041..2aa2789 100644 --- a/npm_module/package.json +++ b/npm_module/package.json @@ -37,7 +37,7 @@ }, "license": "MIT", "dependencies": { - "axios": "^1.8.4", + "axios": "^1.12.0", "dotenv": "^16.4.7" }, "devDependencies": {