From 7d70a8ee42f78920a65e37096ad41947ce7c2e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:16:12 +0000 Subject: [PATCH] Update dependency axios to v1 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0105e63..40ee38e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "build": "vue-cli-service build" }, "dependencies": { - "axios": "0.27.2", + "axios": "1.1.3", "bulma": "^0.9.2", "bulma-toast": "2.4.1", "core-js": "3.25.3",