From 7733a4376a635578e2aa0b9538e038f6b878a462 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:24:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48419bb..cffaaeb 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "test": "mocha test/**/*Spec.js" }, "dependencies": { - "axios": "~1.7.9", + "axios": "~1.12.0", "debug": "^3.1.0", "lodash": "^4.17.21" },