Bump @nextcloud/vue from 2.2.0 to 2.2.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.2.0...v2.2.1)

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

6
package-lock.json generated
View file

@ -2937,9 +2937,9 @@
}
},
"@nextcloud/vue": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.2.0.tgz",
"integrity": "sha512-F7KA39DrBQT/IFY42rqfcA0NvOqQ06PUtI6Htph5quXXgXdvqIqRSb+w2/aWkmprKwHRaBMtCX3Dxrd+uGdqpw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.2.1.tgz",
"integrity": "sha512-A2vrP+8cMM67Q9q5ZhUriNn4WDb/X6Q7zNqUT6iCQWI5pf/aun0DbWatZQRtH9OIDfdoj5seUlpNXlPFd8eccg==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",

View file

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