Merge pull request #2581 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5

Bump @nextcloud/vue from 2.6.4 to 2.6.5
This commit is contained in:
Georg Ehrke 2020-09-11 15:38:27 +02:00 committed by GitHub
commit c9dd15990e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1921,9 +1921,9 @@
}
},
"@nextcloud/vue": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.4.tgz",
"integrity": "sha512-M5s2mD40KxYFHERZ+n9Yk3GkDXaKcXXxqOtlcgNNcPltcT7IvPKpm8+a0MaiYlQKBhDLkwRyRH+RHxcJKZjbIg==",
"version": "2.6.5",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.5.tgz",
"integrity": "sha512-ZeY4n/TJ0cRu/iDgLGCwFSksvStMO+fAeJfANwjp52LjrpFXuJjxqG8ZKBdr7zJewj/yTOq6k0wMDnyBFTgnXA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@ -14184,9 +14184,9 @@
"integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
},
"v-click-outside": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.0.tgz",
"integrity": "sha512-WZBeCxHjmL67+dpw4GTNwNWoCUsyjvP4bO0xFLCEPIYqWhigQso28NKasfvg4vDYn7fUvMigFmKf+mV42lbJ2Q=="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.1.tgz",
"integrity": "sha512-JJCdOwsJw77bzO37fkQdWX9OnjgLBGQNOM2SVmIdDdUi+n2xc/06dQdctxySIhetd35IGbs3NGU11pkKnBuhJg=="
},
"v-tooltip": {
"version": "2.0.3",

View File

@ -50,7 +50,7 @@
"@nextcloud/logger": "^1.1.2",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.6.4",
"@nextcloud/vue": "^2.6.5",
"@nextcloud/vue-dashboard": "^0.1.8",
"autosize": "^4.0.2",
"calendar-js": "git+https://github.com/nextcloud/calendar-js.git",