From e6668e162060445f6abf7a8ad3903e28a2d0ed76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 06:57:42 +0000 Subject: [PATCH] Bump vue from 2.6.10 to 2.6.12 Bumps [vue](https://github.com/vuejs/vue) from 2.6.10 to 2.6.12. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.12) 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..ba74543 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.12", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz", + "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==" }, "vue-resize-directive": { "version": "1.2.0", diff --git a/package.json b/package.json index 7842e8a..f40988e 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.12", "vue-resize-directive": "^1.0.0" } }