From 6b74d8ce3842c5638c13c3ab47e91f9d5380ba6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:04:37 +0000 Subject: [PATCH] chore(deps): bump vue-router from 3.6.4 to 3.6.5 in /frontend 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] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b2a6c33b1..4eb4a61fa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "vue": "^2.7.14", "vue-axios": "^3.5.2", "vue-i18n": "^8.28.2", - "vue-router": "^3.2.0", + "vue-router": "^3.6.5", "vue-toastification": "^1.7.14", "vue2-autocomplete-input-tag": "^1.0.1", "vue2-interact": "0.0.3", @@ -13837,9 +13837,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-style-loader": { "version": "4.1.3", @@ -25238,9 +25238,9 @@ } }, "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-style-loader": { "version": "4.1.3", diff --git a/frontend/package.json b/frontend/package.json index 0ff6d1743..bd9426369 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "vue": "^2.7.14", "vue-axios": "^3.5.2", "vue-i18n": "^8.28.2", - "vue-router": "^3.2.0", + "vue-router": "^3.6.5", "vue-toastification": "^1.7.14", "vue2-autocomplete-input-tag": "^1.0.1", "vue2-interact": "0.0.3",