From fdb91e209b14294a11b185c21bce1a2da842fbff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 01:03:27 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 9.8.0 to 9.8.1 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.8.0 to 9.8.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.8.0...v9.8.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 9.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++-------------- package.json | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76865ac37..99c021266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "9.8.0", + "@nextcloud/vue": "9.8.1", "@vueuse/components": "^14.3.0", "color-convert": "^3.1.3", "debounce": "^3.0.0", @@ -3185,9 +3185,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.8.0.tgz", - "integrity": "sha512-pEYtoVRavaI8EQv7pERfIs16MI11LqFW3+S01b5c54PMsfG+vqXtxR3I8Pyapf39sond6Sjg8Yx5cyBxQ2Y+2A==", + "version": "9.8.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.8.1.tgz", + "integrity": "sha512-/nMpkNos46GePx7NvreEM0Uf2QjkICaxzKlSqlRkI7ktDO9S/BNBnpDMeukuMTNbU/Z9XaItyEj6IND62g/Gxg==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -3209,12 +3209,12 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^3.0.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.3", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "^8.1.0", - "linkifyjs": "^4.3.2", + "focus-trap": "^8.2.0", + "linkifyjs": "^4.3.3", "mdast-util-to-string": "^4.0.0", "p-queue": "^9.2.0", "rehype-external-links": "^3.0.0", @@ -3233,7 +3233,7 @@ "unist-builder": "^4.0.0", "unist-util-visit-parents": "^6.0.2", "vue": "^3.5.18", - "vue-router": "^5.0.6" + "vue-router": "^5.0.7" }, "engines": { "node": "^20.11.0 || ^22 || ^24" @@ -8441,9 +8441,9 @@ } }, "node_modules/focus-trap": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.1.0.tgz", - "integrity": "sha512-T65crff26CKV2CZ3csg5y05r+560srp0b8EbAif35euW58hzklVf/Gb4Q+/HCtB8e9III3QFEyk5BWV5XJuOyw==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.1.tgz", + "integrity": "sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0" @@ -10109,9 +10109,10 @@ } }, "node_modules/linkifyjs": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", - "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==" + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.3.tgz", + "integrity": "sha512-P8aEP5U/D1/IlTY2OeYsErdwh9bGuLE30NcXtKEjgdHcahveQoQwM2yZNsioQHsWFz0P7KKudisbrzCgR0sDHg==", + "license": "MIT" }, "node_modules/local-pkg": { "version": "1.1.2", diff --git a/package.json b/package.json index 7ad534d6f..e6d2e746a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "9.8.0", + "@nextcloud/vue": "9.8.1", "@vueuse/components": "^14.3.0", "color-convert": "^3.1.3", "debounce": "^3.0.0",