From e151cbb22ba9121b750112f1ce823661130cac0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 06:37:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b542abb479a9b..a5c906642ef9c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.3.0", - "@nextcloud/axios": "^1.3.3", + "@nextcloud/axios": "^2.4.0", "@nextcloud/capabilities": "^1.0.2", "@nextcloud/dialogs": "^2.0.1", "@nextcloud/event-bus": "^1.2.0", @@ -39,7 +39,7 @@ "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^1.1.2", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^2.6.6", + "@nextcloud/vue": "^6.0.0", "@nextcloud/vue-dashboard": "^1.0.1", "autosize": "^4.0.2", "backbone": "^1.4.0", @@ -63,7 +63,7 @@ "marked": "^1.1.1", "moment": "^2.27.0", "moment-timezone": "^0.5.31", - "nextcloud-vue-collections": "^0.8.1", + "nextcloud-vue-collections": "^0.13.0", "p-limit": "^3.0.2", "p-queue": "^6.6.1", "query-string": "^5.1.1",