From d025f6e7ad9c963d477cfe4ff5b350d373cdca0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:01:58 +0000 Subject: [PATCH] fix(deps): update dependency @nextcloud/vue to ^8.18.0 --- package-lock.json | 35 +++++++++-------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df4aba6ac7..587426e8e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.17.1", + "@nextcloud/vue": "^8.18.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.6.6", "@tiptap/extension-blockquote": "^2.6.6", @@ -4453,9 +4453,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", - "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.18.0.tgz", + "integrity": "sha512-JSkWwyoZ4SDEEvPxzUb2/P4fClP0GXzuuy0DwwKiblQakqAMretpgWwD0wAP575r1yK7TP7tgLkZ5dWx/hHQ/g==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -4475,7 +4475,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.0", + "debounce": "2.1.1", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -4570,18 +4570,6 @@ "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@nextcloud/vue/node_modules/debounce": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz", - "integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==", - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@nextcloud/vue/node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", @@ -31889,9 +31877,9 @@ } }, "@nextcloud/vue": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", - "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.18.0.tgz", + "integrity": "sha512-JSkWwyoZ4SDEEvPxzUb2/P4fClP0GXzuuy0DwwKiblQakqAMretpgWwD0wAP575r1yK7TP7tgLkZ5dWx/hHQ/g==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -31910,7 +31898,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.0", + "debounce": "2.1.1", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -31979,11 +31967,6 @@ "vue-demi": ">=0.14.10" } }, - "debounce": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz", - "integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==" - }, "unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", diff --git a/package.json b/package.json index 64264849212..9a3b955d030 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.17.1", + "@nextcloud/vue": "^8.18.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.6.6", "@tiptap/extension-blockquote": "^2.6.6",