From bc8ca10c5586f68866ab46a767bce418550d171e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:26:21 +0000 Subject: [PATCH] build(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 | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b24c19582..8c8685080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "^9.8.0", + "@nextcloud/vue": "^9.8.1", "@vueuse/core": "^14.2.1", "lodash": "^4.17.23", "vue": "^3.5.35", @@ -2007,9 +2007,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", @@ -2031,12 +2031,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", @@ -2055,7 +2055,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" @@ -5600,9 +5600,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz", + "integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -8019,9 +8019,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 f70a69ae6..b5501d14a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "^9.8.0", + "@nextcloud/vue": "^9.8.1", "@vueuse/core": "^14.2.1", "lodash": "^4.17.23", "vue": "^3.5.35",