From f4a28b7aaca8abde18533147548831ed8c2e2655 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 13 Aug 2019 08:50:40 +0000 Subject: [PATCH] chore: upgrade vue from 2.5.17 to 2.6.10 Snyk have raised this PR to upgrade vue from 2.5.17 to 2.6.10. See this package in NPM: https://www.npmjs.com/package/vue See this project in Snyk: https://app.snyk.io/org/t0mmykn1fe/project/52071a4e-c0f8-478b-b6dc-1f8109a8c412?utm_source=github&utm_medium=upgrade-pr --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffe10895..bfd01f50 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19188,9 +19188,9 @@ } }, "vue": { - "version": "2.5.17", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz", - "integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==" + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", + "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" }, "vue-bulma-collapse": { "version": "1.0.3", diff --git a/frontend/package.json b/frontend/package.json index 07d33d71..490ec1ca 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "plotly.js": "^1.38.3", "shelljs": "^0.8.2", "vis": "^4.21.0", - "vue": "^2.5.17", + "vue": "^2.6.10", "vue-bulma-collapse": "1.0.3", "vue-bulma-datepicker": "^1.3.0", "vue-bulma-expanding": "^0.0.1",