From d9046a205f96bcb0f1ad8fcc1417659433f67dee Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 9 Jan 2022 22:26:46 +0100 Subject: [PATCH] update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38edace..e87767d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "stylelint:fix": "stylelint src --fix" }, "dependencies": { - "@nextcloud/axios": "^1.3.2", + "@nextcloud/axios": "^1.8.0", "@nextcloud/vue": "^1.4.0", - "axios": "^0.19.2", + "axios": "^0.24.0", "trim": "0.0.1", "vue": "^2.6.11" },