From 36e2443267582f5f96d5d436f287d1b7aa3fc29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:03:29 +0000 Subject: [PATCH] Bump vue-router from 3.6.4 to 3.6.5 Bumps [vue-router](https://github.com/vuejs/router) from 3.6.4 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-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 5b0b130dd..568eb7679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "vue-easymde": "^2.0.0", "vue-infinite-loading": "^2.4.5", "vue-material-design-icons": "^5.1.2", - "vue-router": "^3.6.4", + "vue-router": "^3.6.5", "vue-smooth-dnd": "^0.8.1", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0" @@ -18348,9 +18348,9 @@ } }, "node_modules/vue-router": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz", - "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "node_modules/vue-smooth-dnd": { "version": "0.8.1", @@ -32710,9 +32710,9 @@ "requires": {} }, "vue-router": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz", - "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "vue-smooth-dnd": { "version": "0.8.1", diff --git a/package.json b/package.json index 62fa76c88..45d3dd49f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "vue-easymde": "^2.0.0", "vue-infinite-loading": "^2.4.5", "vue-material-design-icons": "^5.1.2", - "vue-router": "^3.6.4", + "vue-router": "^3.6.5", "vue-smooth-dnd": "^0.8.1", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0"