From 286f955e059fd511461739b3eee87cad288897aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Apr 2020 00:07:51 +0000 Subject: [PATCH] fix: upgrade vue from 2.6.10 to 2.6.11 Snyk has created this PR to upgrade vue from 2.6.10 to 2.6.11. See this package in NPM: https://www.npmjs.com/package/vue See this project in Snyk: https://app.snyk.io/org/andrei-lihu/project/6c10f8ff-e72d-4e09-a4b4-2ceb4d55c689?utm_source=github&utm_medium=upgrade-pr --- example/package-lock.json | 6 +++--- example/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 842dcf2..1f03c1a 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -10948,9 +10948,9 @@ } }, "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-eslint-parser": { "version": "2.0.3", diff --git a/example/package.json b/example/package.json index aaa14bd..0ae17d1 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "bulma": "^0.7.5", "core-js": "^2.6.5", "jsvcn": "git+https://github.com/vchain-us/jsvcn.git", - "vue": "^2.6.10", + "vue": "^2.6.11", "vue-json-pretty": "^1.6.2", "vue-router": "^3.1.3" },