From c88a6758605d903c6dc060f8ce54bd730fa7610b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:28:03 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 9.8.0 to 9.8.2 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.8.0 to 9.8.2. - [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.2) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 9.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24d20c3c..58aa9137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "^9.8.0", + "@nextcloud/vue": "^9.8.2", "dompurify": "^3.4.0", "vue": "^3.5.38", "vue-material-design-icons": "^5.3.1" @@ -1693,9 +1693,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.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.8.2.tgz", + "integrity": "sha512-bkU6E/AyMXzNHk4BnUCL8QGfpT0BZkS7fooKhClHa9VK8wR6Mml/yO6/1Nd+E71dEiDKJP8B7TsvEXgytZsVQQ==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -1717,14 +1717,14 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^3.0.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.7", "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.1", + "linkifyjs": "^4.3.3", "mdast-util-to-string": "^4.0.0", - "p-queue": "^9.2.0", + "p-queue": "^9.3.0", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", "rehype-react": "^8.0.0", @@ -1741,7 +1741,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" @@ -7195,9 +7195,9 @@ "peer": true }, "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": { diff --git a/package.json b/package.json index 2552fd42..c413c55b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "^9.8.0", + "@nextcloud/vue": "^9.8.2", "dompurify": "^3.4.0", "vue": "^3.5.38", "vue-material-design-icons": "^5.3.1"