diff --git a/package-lock.json b/package-lock.json index 1929f353f..6f32ac766 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.1", + "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.2.1", "lodash": "^4.17.23", "vue": "^3.5.35", @@ -2007,9 +2007,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", @@ -2031,14 +2031,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", @@ -6584,9 +6584,9 @@ } }, "node_modules/focus-trap": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.0.tgz", - "integrity": "sha512-CaBdQ9P4fa/yCA6pDf/3aJd8bf9IOG5QGK21/E+86o2V4V8kzXaR4A9E6tNR7KkkS1+T5ZIU1tJDBDLwsucz9g==", + "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" @@ -9370,9 +9370,9 @@ } }, "node_modules/p-queue": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.2.0.tgz", - "integrity": "sha512-dWgLE8AH0HjQ9fe74pUkKkvzzYT18Inp4zra3lKHnnwqGvcfcUBrvF2EAVX+envufDNBOzpPq/IBUONDbI7+3g==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz", + "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.4", diff --git a/package.json b/package.json index e10950a42..47eb9d0f8 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.1", + "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.2.1", "lodash": "^4.17.23", "vue": "^3.5.35",