From f903b8dd78b584a8278be83e3eec11d87d4234ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:56:13 +0000 Subject: [PATCH] fix(deps): update dependency @nextcloud/vue to ^8.17.1 --- package-lock.json | 28 +++++++++++++--------------- package.json | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c307cd6c9b3..c22fe89cd94 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.0", + "@nextcloud/vue": "^8.17.1", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.6.6", "@tiptap/extension-blockquote": "^2.6.6", @@ -4549,9 +4549,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.0.tgz", - "integrity": "sha512-BylZZlJcGiEfBO9k/TE8iuKEzzSfmxek1fFwU2fpo0xUDxH9qQurMdTli3ix/kgXaBJgwBD8H8hjzYirpAYbXg==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", + "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -4672,13 +4672,12 @@ } }, "node_modules/@nextcloud/vue/node_modules/vfile": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.2.tgz", - "integrity": "sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0", "vfile-message": "^4.0.0" }, "funding": { @@ -31715,9 +31714,9 @@ } }, "@nextcloud/vue": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.0.tgz", - "integrity": "sha512-BylZZlJcGiEfBO9k/TE8iuKEzzSfmxek1fFwU2fpo0xUDxH9qQurMdTli3ix/kgXaBJgwBD8H8hjzYirpAYbXg==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", + "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -31809,12 +31808,11 @@ } }, "vfile": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.2.tgz", - "integrity": "sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", "requires": { "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0", "vfile-message": "^4.0.0" } }, diff --git a/package.json b/package.json index 57db0d88a44..c14def15c1f 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.0", + "@nextcloud/vue": "^8.17.1", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.6.6", "@tiptap/extension-blockquote": "^2.6.6",