From 4ac3723184de2077b92c7a9b63ca7d8f4766eafd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Sep 2025 18:41:52 +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 5fe5a3b..289c23b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.19.0", + "axios": "^1.12.0", "body-parser": "^1.19.0", "bunyan": "^1.8.12", "config": "^3.2.2",