From bc4ba5fb685fe7e465d0388cc67730da1fbc87b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2019 02:15:59 +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/drakeg-github-marketplace/project/e4152ff1-70f7-4a91-a675-f64dc0c54c5f?utm_source=github&utm_medium=upgrade-pr --- final_project/frontend/package-lock.json | 6 +++--- final_project/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/final_project/frontend/package-lock.json b/final_project/frontend/package-lock.json index 910d934..a54d59e 100644 --- a/final_project/frontend/package-lock.json +++ b/final_project/frontend/package-lock.json @@ -11002,9 +11002,9 @@ "dev": true }, "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/final_project/frontend/package.json b/final_project/frontend/package.json index 7f1acfa..50595f6 100644 --- a/final_project/frontend/package.json +++ b/final_project/frontend/package.json @@ -10,7 +10,7 @@ "dependencies": { "core-js": "^3.4.5", "serialize-javascript": "^2.1.1", - "vue": "^2.6.10", + "vue": "^2.6.11", "vue-router": "^3.1.3" }, "devDependencies": {