From 88445838076ab1335c044a01ea338dfc79e46412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 06:23:29 +0000 Subject: [PATCH] Bump vue-router from 3.4.1 to 3.4.2 in /frontend Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.4.1...v3.4.2) Signed-off-by: dependabot[bot] --- 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 cd4795a230..6aded71788 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9287,9 +9287,9 @@ } }, "vue-router": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.1.tgz", - "integrity": "sha512-vmZSBb/A1+hddeSxPBlbLRnB5l+BkyrH89ojsy+d/OkQ3rb4jqbilaAQ3dfPWWbqPwSd11AX4l/DuBhOcR93dg==" + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.2.tgz", + "integrity": "sha512-n3Ok70hW0EpcJF4lcWIwSHAQbFTnIOLl/fhO8+oTs4jHNtBNsovcVvPZeTOyKEd8C3xF1Crft2ASuOiVT5K1mw==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/frontend/package.json b/frontend/package.json index 3f63facd58..c2116beeab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,6 +33,6 @@ "overlayscrollbars": "^1.13.0", "popper.js": "^1.16.1", "vue-chartjs": "^3.5.0", - "vue-router": "^3.4.1" + "vue-router": "^3.4.2" } }