Bump nextcloud-vue from 0.13.0 to 0.13.1

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.13.0...v0.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-07 02:48:41 +00:00 коммит произвёл GitHub
Родитель d54b1ab157
Коммит bb7ead0abc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 13 удалений

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

@ -3305,9 +3305,9 @@
}
},
"@babel/polyfill": {
"version": "7.8.7",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.7.tgz",
"integrity": "sha512-LeSfP9bNZH2UOZgcGcZ0PIHUt1ZuHub1L3CVmEyqLxCeDLm4C5Gi8jRH8ZX2PNpDhQCo0z6y/+DIs2JlliXW8w==",
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz",
"integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"
@ -13188,13 +13188,13 @@
"dev": true
},
"md5": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/md5/-/md5-2.2.1.tgz",
"integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
"requires": {
"charenc": "~0.0.1",
"crypt": "~0.0.1",
"is-buffer": "~1.1.1"
"charenc": "0.0.2",
"crypt": "0.0.2",
"is-buffer": "~1.1.6"
}
},
"md5.js": {
@ -13521,9 +13521,9 @@
}
},
"nextcloud-vue": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.13.0.tgz",
"integrity": "sha512-MKOZFv4RPSd2xjh7IV/iSZiRQceCOPPL139cEQ4aX3G6LzQfGLuNE97vn0U6vQbqlrINwHVh0k6IBaNIZ2Su2g==",
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.13.1.tgz",
"integrity": "sha512-NFkdJzRR06KSlOuOs6nA70JEhkd2bs/BfJk9flSLrqnLe9b0BV+3n0XcpX/RCHP74+53bOp5Hciy9LggBAw+yA==",
"requires": {
"@babel/polyfill": "^7.4.4",
"escape-html": "^1.0.3",

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

@ -22,7 +22,7 @@
},
"dependencies": {
"moment": "^2.29.1",
"nextcloud-vue": "^0.13.0",
"nextcloud-vue": "^0.13.1",
"vue": "latest",
"nextcloud-axios": "latest"
},