diff --git a/package-lock.json b/package-lock.json index 6cea6f42..e1d707b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.7.0", + "@nextcloud/vue": "^8.7.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0" @@ -3284,9 +3284,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.0.tgz", - "integrity": "sha512-0SPazCAA7MjvhbNTxZv1kIf6LZ7C9XUq0eovEnBjeD95sd7yu98i4vdPwJw1mIPIaT78rUv4uhUDLxxnS2/IUQ==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.1.tgz", + "integrity": "sha512-vtfUz2OGqodga95Mzid6wNORQhXNnvl8de8+n3pGWNkuQzPojhUMxevnLT+fdxpJ/F9UWvG41C5cRKR7ChyYrQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index d135a793..dc981857 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.7.0", + "@nextcloud/vue": "^8.7.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0"