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" },