From e7dd17d54fd1509d4921947dad57acf5da653990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 20:24:25 +0000 Subject: [PATCH] Bump vue-router from 3.5.1 to 3.5.3 Bumps [vue-router](https://github.com/vuejs/router) from 3.5.1 to 3.5.3. - [Release notes](https://github.com/vuejs/router/releases) - [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cd5973..80a0a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "firebase": "^9.6.10", "vue": "^2.6.12", "vue-axios": "^3.2.4", - "vue-router": "^3.5.1", + "vue-router": "^3.5.3", "vuex": "^3.6.2" }, "devDependencies": { @@ -12413,9 +12413,9 @@ } }, "node_modules/vue-router": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz", - "integrity": "sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==" + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz", + "integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==" }, "node_modules/vue-style-loader": { "version": "4.1.3", @@ -22767,9 +22767,9 @@ } }, "vue-router": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz", - "integrity": "sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==" + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz", + "integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==" }, "vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index f5242bf..99f17fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "firebase": "^9.6.10", "vue": "^2.6.12", "vue-axios": "^3.2.4", - "vue-router": "^3.5.1", + "vue-router": "^3.5.3", "vuex": "^3.6.2" }, "devDependencies": {