From 930a96300c53b4e8210888b588e563c6751ca7ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 09:22:53 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e3591594..873e742a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "dependencies": { "@johmun/vue-tags-input": "^2.1.0", "@telnyx/webrtc": "^2.5.6", - "axios": ">=0.21.2", + "axios": ">=1.12.0", "bootstrap": "^5.1.0", "bootstrap-vue": "^2.21.2", "gsap": "^3.8.0",