From b984710b2322220cafa1ef0fa9cf52e4b9f8f183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:10:22 +0000 Subject: [PATCH] Bump vue-router from 4.1.4 to 4.1.5 Bumps [vue-router](https://github.com/vuejs/router) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f5c1651..50d50ac9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "stream": "^0.0.2", "vue": "^3.2.37", "vue-i18n": "^9.2.2", - "vue-router": "^4.1.4", + "vue-router": "^4.1.5", "xml-js": "^1.6.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ab37377a..034ac2ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3870,10 +3870,10 @@ vue-i18n@^9.2.2: "@intlify/vue-devtools" "9.2.2" "@vue/devtools-api" "^6.2.1" -vue-router@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.4.tgz#290540caaf2c54e37a14dec047bd074002eca175" - integrity sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ== +vue-router@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.5.tgz#256f597e3f5a281a23352a6193aa6e342c8d9f9a" + integrity sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ== dependencies: "@vue/devtools-api" "^6.1.4"