Bump @nextcloud/vue from 2.6.0 to 2.6.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-29 01:20:35 +00:00 committed by GitHub
parent ff18f03523
commit b475714cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -2872,9 +2872,9 @@
}
},
"@nextcloud/vue": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.0.tgz",
"integrity": "sha512-SzPXwxtbbc4BIUl4BhC7+8kDzgXG+Adr9W7x+hQdr/TuOhunVwcXOKGhyZgWew17oOCsd2c2ltrojhUiCmWjjg==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.1.tgz",
"integrity": "sha512-8orTDmtilZuFQJ67zqvqzmA20oAOojkfNpq4ERP8rsiAL0eHTUzMQC27dEfDuNq/GuloNsr/RDsimHSCq03DxA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@ -4956,9 +4956,9 @@
}
},
"date-fns": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.15.0.tgz",
"integrity": "sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ=="
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.0.tgz",
"integrity": "sha512-DWTRyfOA85sZ4IiXPHhiRIOs3fW5U6Msrp+gElXARa6EpoQTXPyHQmh7hr+ssw2nx9FtOQWnAMJKgL5vaJqILw=="
},
"date-format-parse": {
"version": "0.2.5",

View file

@ -30,7 +30,7 @@
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.6.0",
"@nextcloud/vue": "^2.6.1",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"debounce": "^1.2.0",