From 849939abf05b75e95559c24d887af79ea26ea909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 17:03:54 +0000 Subject: [PATCH] Bump vue-router from 3.5.1 to 3.6.4 Bumps [vue-router](https://github.com/vuejs/router) from 3.5.1 to 3.6.4. - [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..2c6ae11 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.4", "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.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz", + "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==" }, "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.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz", + "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==" }, "vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index f5242bf..2b24e30 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.4", "vuex": "^3.6.2" }, "devDependencies": {