Chore(deps): Bump @nextcloud/vue from 7.8.0 to 7.8.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.0...v7.8.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-18 02:58:33 +00:00
committed by GitHub
parent 29aae81134
commit c947ab04d3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.0.1",
"@nextcloud/vue": "^7.8.0",
"@nextcloud/vue": "^7.8.1",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
"blueimp-md5": "^2.19.0",
@@ -3441,9 +3441,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.8.0.tgz",
"integrity": "sha512-+s75xWq0yxYXkeaufRd6FOb74yuF7iI/soP5gwDRuRQTshC+8ahqMCNXoauAzwkBu305Ad1LIGv+U+OkyOh72g==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.8.1.tgz",
"integrity": "sha512-MAUvaHDVnmzvk559eewhPNK+/BbZtp+EX1S3/S33qqbm9supI4T8PwK76yJ4l0Gr4rB2Pj7SgpYOZ95kMow3lA==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -21660,9 +21660,9 @@
}
},
"@nextcloud/vue": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.8.0.tgz",
"integrity": "sha512-+s75xWq0yxYXkeaufRd6FOb74yuF7iI/soP5gwDRuRQTshC+8ahqMCNXoauAzwkBu305Ad1LIGv+U+OkyOh72g==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.8.1.tgz",
"integrity": "sha512-MAUvaHDVnmzvk559eewhPNK+/BbZtp+EX1S3/S33qqbm9supI4T8PwK76yJ4l0Gr4rB2Pj7SgpYOZ95kMow3lA==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",

View File

@@ -41,7 +41,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.0.1",
"@nextcloud/vue": "^7.8.0",
"@nextcloud/vue": "^7.8.1",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
"blueimp-md5": "^2.19.0",