From 26ef95f731346e14c9a9c47e587cd568bcf6e9a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:09:48 +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-6144788 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 87d62cec55d83c..0e297ce923a97d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/vue-table": "8.5.22", "@vueuse/core": "9.4.0", "abort-controller-x": "^0.4.2", - "axios": "1.1.3", + "axios": "1.6.4", "bootstrap": "5.2.3", "canvas-confetti": "1.6.0", "d3-shape": "^3.2.0",