From e3e19cb4ced4a4326fb6750e265ebafd33c337f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 09:10:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b542abb479a9b..83e13dce40de3 100644 --- a/package.json +++ b/package.json @@ -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": "^8.0.0", "@nextcloud/vue-dashboard": "^1.0.1", "autosize": "^4.0.2", "backbone": "^1.4.0", @@ -59,11 +59,11 @@ "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", - "lodash": "^4.17.20", + "lodash": "^4.17.23", "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",