From fa5b9fdfaf816393079d311856b3554b6275dcb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2020 02:15:49 +0000 Subject: [PATCH] fix: upgrade vue-router from 3.1.3 to 3.1.4 Snyk has created this PR to upgrade vue-router from 3.1.3 to 3.1.4. See this package in NPM: https://www.npmjs.com/package/vue-router 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 44b8a8f..2ec914e 100644 --- a/final_project/frontend/package-lock.json +++ b/final_project/frontend/package-lock.json @@ -11064,9 +11064,9 @@ } }, "vue-router": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.3.tgz", - "integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ==" + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.4.tgz", + "integrity": "sha512-pX2BGvZg5/MOXbJoYsRppoZM+0B4LSszvIXQvLPZ7govbgbBorYQ4JHx99lDTjzEBkbTyKfRG+ru1VCnMuVcUg==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/final_project/frontend/package.json b/final_project/frontend/package.json index cf1b4ce..de248f7 100644 --- a/final_project/frontend/package.json +++ b/final_project/frontend/package.json @@ -11,7 +11,7 @@ "core-js": "^3.4.5", "vue": "^2.6.11", "serialize-javascript": "^2.1.2", - "vue-router": "^3.1.3" + "vue-router": "^3.1.4" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.1",