Bump nextcloud-vue from 0.4.5 to 0.4.6

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.5...v0.4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-30 09:49:49 +00:00
Родитель d35ecf74da
Коммит b17c063e59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C0F2888C98CF331
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -5765,9 +5765,9 @@
}
},
"nextcloud-vue": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.5.tgz",
"integrity": "sha512-+fzJ1nefWMKaW9iBioB2huxsdwNohC6DxSZCZZEABtgbJUGKhSFcz1sEMBsi87wHGbbIkg/78khY+YFiBIDpGw==",
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.6.tgz",
"integrity": "sha512-INrIz3RmxxUCrM/xy2ytLvrrZr131p0DOT87A+IH0/+LFlfK//eR0uB32lSUsqh9Tb+bkTyu8Ztq9iuTrFfl2Q==",
"requires": {
"@babel/polyfill": "^7.0.0",
"md5": "^2.2.1",
@ -6412,9 +6412,9 @@
"dev": true
},
"popper.js": {
"version": "1.14.5",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.5.tgz",
"integrity": "sha512-fs4Sd8bZLgEzrk8aS7Em1qh+wcawtE87kRUJQhK6+LndyV1HerX7+LURzAylVaTyWIn5NTB/lyjnWqw/AZ6Yrw=="
"version": "1.14.6",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.6.tgz",
"integrity": "sha512-AGwHGQBKumlk/MDfrSOf0JHhJCImdDMcGNoqKmKkU+68GFazv3CQ6q9r7Ja1sKDZmYWTckY/uLyEznheTDycnA=="
},
"posix-character-classes": {
"version": "0.1.1",

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

@ -18,7 +18,7 @@
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.0",
"nextcloud-server": "^0.15.9",
"nextcloud-vue": "^0.4.5",
"nextcloud-vue": "^0.4.6",
"vue": "^2.5.16",
"vuex": "^3.0.1"
},