From 47efd9c784fb0323e7e0d05787bdc31ca4cde3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:40:35 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue in /build/frontend-legacy Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.37.0 to 8.38.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.38.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.37.0...v8.38.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 8.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 22 +++++++++++----------- build/frontend-legacy/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 2f068c1a5f0..0b19931a9be 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/upload": "^1.11.1", - "@nextcloud/vue": "^8.37.0", + "@nextcloud/vue": "^8.38.0", "@simplewebauthn/browser": "^13.3.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0", @@ -4286,14 +4286,14 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.37.0.tgz", - "integrity": "sha512-RbK0cc5MKCxFRgTc2Do4xTiI/AwF3ngAi9uphF0A9kwrvXqDxkLNx3Lb+VNA2bfYTmXPyNXIw4IxAcV+1tZbZQ==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.38.0.tgz", + "integrity": "sha512-8wfTXUhks8e5KVtmyc66bH8+IeVMSGyV0PZmZQD/ctQwuWdH53c8vA1V4voHJ8cPHrN2pXq6WF8++4/RoW1eMw==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.7.6", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.5.3", + "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", @@ -4309,13 +4309,14 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.1", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", "focus-trap": "^7.8.0", "linkify-string": "^4.3.2", "md5": "^2.3.0", + "mdast-util-to-string": "^4.0.0", "p-queue": "^8.1.1", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", @@ -4323,7 +4324,6 @@ "remark-breaks": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "remark-stringify": "^11.0.0", "remark-unlink-protocols": "^1.0.0", "splitpanes": "^2.4.1", "string-length": "^5.0.1", @@ -4332,7 +4332,7 @@ "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0", - "unist-util-visit": "^5.1.0", + "unist-util-visit-parents": "^6.0.2", "vue": "^2.7.16", "vue-color": "^2.8.1", "vue-frag": "^1.4.3", @@ -18077,9 +18077,9 @@ } }, "node_modules/unist-util-visit-parents": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", + "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index d56b5de1bfc..540a4b12935 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -45,7 +45,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/upload": "^1.11.1", - "@nextcloud/vue": "^8.37.0", + "@nextcloud/vue": "^8.38.0", "@simplewebauthn/browser": "^13.3.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0",