Bump @nextcloud/vue from 7.0.0-beta.6 to 7.0.0-beta.7

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.0-beta.6 to 7.0.0-beta.7.
- [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.0.0-beta.6...v7.0.0-beta.7)

---
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]
2022-10-01 01:03:39 +00:00
committed by GitHub
parent 72a8c4dd83
commit 3380103a8f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.0-beta.6",
"@nextcloud/vue": "^7.0.0-beta.7",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.1",
"blueimp-md5": "^2.19.0",
@@ -3305,9 +3305,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.6.tgz",
"integrity": "sha512-fCPf1rTRC0zt4UO/UzoBX99Qntpn6D+DoLWd/delAY0gd0OPMuZLQej97EaQfHqp3d7K4RhGYrojjboqAQl2QQ==",
"version": "7.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.7.tgz",
"integrity": "sha512-PCyTMljVvEUjkFWs56LPF9HCh0hVPVSRMxTq5TEdCnEUysb+Ku3l4IzQyfAjD6CmsmauiKahNZBFh+Qg7gqxdA==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@@ -21671,9 +21671,9 @@
}
},
"@nextcloud/vue": {
"version": "7.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.6.tgz",
"integrity": "sha512-fCPf1rTRC0zt4UO/UzoBX99Qntpn6D+DoLWd/delAY0gd0OPMuZLQej97EaQfHqp3d7K4RhGYrojjboqAQl2QQ==",
"version": "7.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.7.tgz",
"integrity": "sha512-PCyTMljVvEUjkFWs56LPF9HCh0hVPVSRMxTq5TEdCnEUysb+Ku3l4IzQyfAjD6CmsmauiKahNZBFh+Qg7gqxdA==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",

View File

@@ -40,7 +40,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.0-beta.6",
"@nextcloud/vue": "^7.0.0-beta.7",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.1",
"blueimp-md5": "^2.19.0",