From ab778f2860b4d393d9188f97fe214452b17a0d51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 10:45:19 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.12.7 to 0.12.8 in /js Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.7...v0.12.8) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 18 +++++++++--------- js/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index d76c0ab82..88cef1f40 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -5946,9 +5946,9 @@ } }, "nextcloud-vue": { - "version": "0.12.7", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.7.tgz", - "integrity": "sha512-xupbgs/T7iUnZknvVE/pXXWJ9ksoIq00NVu0PG3z0fMFb1Z2Q/8CVVxiHALfdkMrTJFu3GuxPCoXOQv145l9tA==", + "version": "0.12.8", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.8.tgz", + "integrity": "sha512-4TU5Ji7560cRo14iaRgvVo4+Z6iQCWw6VU26dQaYWD8G3BUoZMQXCrETGyMW5kpP/ODW4cLVVzjlYaVosyqoOA==", "requires": { "@babel/polyfill": "^7.4.4", "escape-html": "^1.0.3", @@ -7947,9 +7947,9 @@ "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==" + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-2.1.5.tgz", + "integrity": "sha512-VPNCOTZK6WZy73lcWc+R7IW1uaBFEO3/Csrs5CzWVOdvE30V8Y1+BE/BtTlcEmeDGx0eqdE7bSCg55Jj37PMJg==" }, "v-tooltip": { "version": "2.0.2", @@ -8045,9 +8045,9 @@ "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg==" }, "vue2-datepicker": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.13.2.tgz", - "integrity": "sha512-bgtCdSTpFJogL37A5n2HnNPkyKVi0WTiM2+H+fYTHVYbRpSyNaPQ1Kj86A6tx3T14cv6qq4Oo8MrCxXiarDx2w==", + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.13.4.tgz", + "integrity": "sha512-a2eRLqBSRTFRJ/DVcPArXALpnICj+DTvoJGkvuZTvytO7FD3rmxbGS/DNzK1v+hDbHiOJtHwB7N8pyT1XZtWfw==", "requires": { "fecha": "^2.3.3" } diff --git a/js/package.json b/js/package.json index 710e175e0..44a699bae 100644 --- a/js/package.json +++ b/js/package.json @@ -17,7 +17,7 @@ "markdown-it": "^10.0.0", "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.2.1", - "nextcloud-vue": "^0.12.7", + "nextcloud-vue": "^0.12.8", "nextcloud-vue-collections": "^0.6.0", "ng-infinite-scroll": "^1.3.0", "ng-sortable": "^1.3.8",