From ebb4a34f20cb9d4df7ff4798cc7785b6655bde41 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 15 Apr 2024 16:45:40 -0700 Subject: [PATCH] chore(deps): Bump @nextcloud/vue to v8.11.2 Signed-off-by: Christopher Ng (cherry picked from commit 45e2220e24a914b57cad12bbc0405cb2af6458be) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 459ce39020b..475835e9e27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.1.1", - "@nextcloud/vue": "^8.10.0", + "@nextcloud/vue": "^8.11.2", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4852,9 +4852,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz", - "integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.2.tgz", + "integrity": "sha512-mjA3Ni2CB3gOkKFMYFhQUjqaUos8hnwglfvz3lPp5LVrORsXaHa3C2ZudVp+hAKslVsRKkjfMYOKrlquw8vxQw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 230a2dffbaf..e9d7479d0f8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.1.1", - "@nextcloud/vue": "^8.10.0", + "@nextcloud/vue": "^8.11.2", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2",