Bump @nextcloud/vue from 1.3.0 to 1.3.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-09 02:15:32 +00:00 коммит произвёл GitHub
Родитель 9e3a874caf
Коммит 11be620d41
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -2616,9 +2616,9 @@
}
},
"@nextcloud/vue": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.0.tgz",
"integrity": "sha512-zqSLvrp+pX012qNBbJBuE/Z9MPv/A6fovsro2nkGCoO0ppBD+W9gmjzLa6D9jRHN24+BmDWB3lNGd9T/G0q3Fw==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.1.tgz",
"integrity": "sha512-9YdE6ryhpHfA416ztWwcK59m8wQKUXlBaJhtLRzh6NGl/OcwGnCZ38Xdki1iPPW7gX6lq4BfNbYkxujw4R3PFg==",
"requires": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/router": "^1.0.0",
@ -10972,9 +10972,9 @@
"dev": true
},
"v-click-outside": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz",
"integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA=="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.1.tgz",
"integrity": "sha512-FITcAM0R3JEPUSGiO7hfhKDODZHkOQTk/FyI9mwxNcz6LbMbJhABhjevLI5VsU00PRksloQx8vmpFIqlAfX6nw=="
},
"v-tooltip": {
"version": "2.0.3",
@ -11564,7 +11564,7 @@
},
"wrap-ansi": {
"version": "2.1.0",
"resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
"dev": true,
"requires": {

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

@ -66,7 +66,7 @@
"dependencies": {
"@nextcloud/axios": "^1.3.1",
"@nextcloud/router": "^1.0.0",
"@nextcloud/vue": "^1.3.0",
"@nextcloud/vue": "^1.3.1",
"deep-equal": "^2.0.1",
"email-validator": "^2.0.4",
"vue": "^2.6.11"