diff --git a/package-lock.json b/package-lock.json index f6307be..4fb4bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.1.1", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^9.0.0-rc.2", + "@nextcloud/vue": "^9.8.0", "maplibre-gl": "^5.2.0", "vue": "^3.5.16", "vue-material-design-icons": "^5.1.2" @@ -3388,10 +3388,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.7.0.tgz", - "integrity": "sha512-L8movmKtIwadcwflbKT5l8Cb/6i//vluJfe8iNX/XisQeBK3wf6aB0S4dpSAg0W1ZUv9Mh1x504uYplLdRfqGQ==", - "license": "AGPL-3.0-or-later", + "version": "9.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.8.0.tgz", + "integrity": "sha512-pEYtoVRavaI8EQv7pERfIs16MI11LqFW3+S01b5c54PMsfG+vqXtxR3I8Pyapf39sond6Sjg8Yx5cyBxQ2Y+2A==", "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.7.6", @@ -3407,12 +3406,12 @@ "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue-select": "^4.1.0", "@vuepic/vue-datepicker": "^11.0.3", - "@vueuse/components": "^14.2.1", - "@vueuse/core": "^14.2.1", + "@vueuse/components": "^14.3.0", + "@vueuse/core": "^14.3.0", "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^3.0.0", - "dompurify": "^3.4.1", + "dompurify": "^3.4.2", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", diff --git a/package.json b/package.json index 062ff5b..f27d027 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/moment": "^1.1.1", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^9.0.0-rc.2", + "@nextcloud/vue": "^9.8.0", "maplibre-gl": "^5.2.0", "vue": "^3.5.16", "vue-material-design-icons": "^5.1.2"