From ec52be0353fbb2ac8fa10b4849f3550fa926d0f5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 3 Oct 2023 13:46:37 +0200 Subject: [PATCH] fix(deps): update dependency axios to v1.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f58af991d..fbbc6d852 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@sentry/vue": "7.68.0", "@vueuse/core": "10.4.1", "@vueuse/router": "10.4.1", - "axios": "1.5.0", + "axios": "1.5.1", "blurhash": "2.0.5", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2",