From 7a408555ab710d7a2b435de0be6ce955af5d0feb Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Thu, 23 May 2024 09:49:41 -0300 Subject: [PATCH] fix dependabot alerts #61 - bump version axios --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef7f8e948..8e6a7b432 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.2", - "axios": "^0.27.2", + "axios": "^1.7.2", "bootstrap": "^4.6.2", "bootstrap-vue": "^2.22.0", "diff": "^5.1.0",