diff --git a/package-lock.json b/package-lock.json index 2adc34f7303eb..52cf6e4b55291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/upload": "^1.11.1", - "@nextcloud/vue": "^8.38.0", + "@nextcloud/vue": "^8.39.0", "@simplewebauthn/browser": "^13.3.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0", @@ -5329,9 +5329,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.38.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.38.0.tgz", - "integrity": "sha512-8wfTXUhks8e5KVtmyc66bH8+IeVMSGyV0PZmZQD/ctQwuWdH53c8vA1V4voHJ8cPHrN2pXq6WF8++4/RoW1eMw==", + "version": "8.39.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.39.0.tgz", + "integrity": "sha512-TJgrFeVr82CN8ng4y+IxMBb7mKlww7Fot22z33+Q0zKgWvi5EoQ0vYescA3Drl8cIRSGktUdFm3xO2gAqvnwoA==", "dependencies": { "@floating-ui/dom": "^1.7.6", "@linusborg/vue-simple-portal": "^0.1.5", @@ -5351,7 +5351,7 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.4.1", + "dompurify": "^3.4.2", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", diff --git a/package.json b/package.json index c90c5948524ed..38529f8e46abf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/upload": "^1.11.1", - "@nextcloud/vue": "^8.38.0", + "@nextcloud/vue": "^8.39.0", "@simplewebauthn/browser": "^13.3.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0",