Bump @nextcloud/vue from 3.8.0 to 3.9.0

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.8.0 to 3.9.0.
- [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/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-10 02:05:56 +00:00 коммит произвёл GitHub
Родитель 75a1736561
Коммит 80ebe36b4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 7 удалений

12
package-lock.json сгенерированный
Просмотреть файл

@ -3118,9 +3118,9 @@
"dev": true "dev": true
}, },
"@nextcloud/capabilities": { "@nextcloud/capabilities": {
"version": "1.0.2", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.4.tgz",
"integrity": "sha512-HR5vnT2GKTvoQla/WdP+V0/MD1eAGUNWCM0QXVGXQ0TCHb0AORYYMdEQafROsjNSH2kriArFnS/l3YZQrUa9yA==", "integrity": "sha512-xsmwPPUJ8NN7YfLcq0gpDTibeb9lMBvY/bffMFnHcZi8hMGOouPiEY+CWAgJ5I9W6I2vNeacHUuTanEN5Ncb2A==",
"requires": { "requires": {
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^1.1.2",
"core-js": "^3.6.4" "core-js": "^3.6.4"
@ -3267,9 +3267,9 @@
} }
}, },
"@nextcloud/vue": { "@nextcloud/vue": {
"version": "3.8.0", "version": "3.9.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.8.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.9.0.tgz",
"integrity": "sha512-X00ly1X3BOA7meiE4rlI5FwE1aNeLQv8e2+bKkI705qbR8aD9Qgo3u7wdCFJFBFn4aT7/1LCychyEVG3ZAV4iQ==", "integrity": "sha512-zxT/Zq/Uvv27BX6Btx/vmsjPhPEVVkUuJuE4menP0h9PIDwepwQgYfr9XK2zHZFMpMJwXJeROPpGKni1+loCwQ==",
"requires": { "requires": {
"@nextcloud/auth": "^1.2.3", "@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2", "@nextcloud/axios": "^1.3.2",

Просмотреть файл

@ -30,7 +30,7 @@
"@nextcloud/l10n": "^1.4.1", "@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1", "@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0", "@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.8.0", "@nextcloud/vue": "^3.9.0",
"core-js": "^3.10.1", "core-js": "^3.10.1",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"debounce": "^1.2.1", "debounce": "^1.2.1",