From f79f8a6906c52348a1b691a86242e657495aa88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 17:02:38 +0000 Subject: [PATCH] Bump vue-router from 3.5.1 to 3.6.5 Bumps [vue-router](https://github.com/vuejs/router) from 3.5.1 to 3.6.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... 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..692b407 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.6.5", "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.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "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.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index f5242bf..f36dba2 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.6.5", "vuex": "^3.6.2" }, "devDependencies": {