From 5e861ce558d3b005b88c2538de769c2c8a421d3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:02:06 +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 703f656..eddc0c0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "fsevents": "*" }, "dependencies": { - "axios": "0.17.1", + "axios": "1.12.0", "bulma": "0.6.2", "compression": "1.7.1", "cross-env": "5.1.3",