From ce69175cc37250c3efcbb4d9f0194e5d5e29e5a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 10:27:34 +0000 Subject: [PATCH] Bump vue from 2.6.10 to 2.6.11 Bumps [vue](https://github.com/vuejs/vue) from 2.6.10 to 2.6.11. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5272e24..9b4016b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,9 +35,9 @@ "integrity": "sha1-EafzPQog7OyY8Jizd4D2U3N0+rQ=" }, "vue": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", - "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-resize-directive": { "version": "1.2.0", diff --git a/package.json b/package.json index 7842e8a..15938a2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "stats-js": "^1.0.0-alpha1", "three": "^0.88.0", "three-orbit-controls": "^82.1.0", - "vue": "^2.5.17", + "vue": "^2.6.11", "vue-resize-directive": "^1.0.0" } }