diff --git a/package-lock.json b/package-lock.json index 73963729038a1..f581a506a8d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/paths": "^3.1.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", - "@nextcloud/vue": "^9.3.1", + "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.1.0", "@vueuse/integrations": "^14.1.0", "color": "^5.0.3", @@ -2536,9 +2536,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.8.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.8.1.tgz", - "integrity": "sha512-/nMpkNos46GePx7NvreEM0Uf2QjkICaxzKlSqlRkI7ktDO9S/BNBnpDMeukuMTNbU/Z9XaItyEj6IND62g/Gxg==", + "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", @@ -2560,14 +2560,14 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^3.0.0", - "dompurify": "^3.4.3", + "dompurify": "^3.4.7", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "^8.2.0", + "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", diff --git a/package.json b/package.json index 600b629ae77ee..08544f7b00cb8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/paths": "^3.1.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", - "@nextcloud/vue": "^9.3.1", + "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.1.0", "@vueuse/integrations": "^14.1.0", "color": "^5.0.3",