diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-28 00:13:29 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-10-28 00:16:10 +0000 |
commit | c92d15415c8e07e3cac46697cb5b8a65399fe55e (patch) | |
tree | bc6bb1357b038bab3b21f7e896ccdc105d12375d /package-lock.json | |
parent | 11faf739c2c953d85b3a37ee404fde5b7454fd44 (diff) | |
download | nextcloud-server-c92d15415c8e07e3cac46697cb5b8a65399fe55e.tar.gz nextcloud-server-c92d15415c8e07e3cac46697cb5b8a65399fe55e.zip |
Bump nextcloud-vue from 0.12.6 to 0.12.7
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 7706dd58655..70643e8c37f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5611,18 +5611,18 @@ } }, "nextcloud-vue": { - "version": "0.12.6", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.6.tgz", - "integrity": "sha512-UxtxItuhRXNaV3EO7Yef9xMbJnYxApf1YZIg01ltEf73d8WnqIH1CO75RL/wBdNz1eNDgHgBOv7OcXBk9ZJf9Q==", + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.7.tgz", + "integrity": "sha512-xupbgs/T7iUnZknvVE/pXXWJ9ksoIq00NVu0PG3z0fMFb1Z2Q/8CVVxiHALfdkMrTJFu3GuxPCoXOQv145l9tA==", "requires": { "@babel/polyfill": "^7.4.4", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", "md5": "^2.2.1", "nextcloud-axios": "^0.2.0", + "v-click-outside": "^2.1.4", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.6.7", - "vue-click-outside": "^1.0.7", "vue-multiselect": "^2.1.3", "vue-visible": "^1.0.2", "vue2-datepicker": "^2.10.0" @@ -8217,6 +8217,11 @@ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", "dev": true }, + "v-click-outside": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-2.1.4.tgz", + "integrity": "sha512-NbQiwRjJjeKptI1qr1co2Ox44fUWEnj08chR1nw3DVrNCQHjb+sqlevzb1zCXMgb7orTFE0wpiecqMlbOZ15EQ==" + }, "v-tooltip": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.0.2.tgz", @@ -8408,9 +8413,9 @@ "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg==" }, "vue2-datepicker": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.12.0.tgz", - "integrity": "sha512-09PRIFm5hWrpfSBxWKJqm78yC0MTUZlq9MItLsWDe1OPgRqwWpex4fGkL7/nJG+d39v60wckQoVdk9RpLx8C9w==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.13.2.tgz", + "integrity": "sha512-bgtCdSTpFJogL37A5n2HnNPkyKVi0WTiM2+H+fYTHVYbRpSyNaPQ1Kj86A6tx3T14cv6qq4Oo8MrCxXiarDx2w==", "requires": { "fecha": "^2.3.3" } |