From fe51e90641ad4d8c43d1210ebcd982a3db8cd78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:34:39 +0100 Subject: [PATCH] Bump vue-router from 4.4.5 to 4.5.0 in /aas-web-ui (#129) Bumps [vue-router](https://github.com/vuejs/router) from 4.4.5 to 4.5.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.4.5...v4.5.0) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aas-web-ui/package.json | 2 +- aas-web-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aas-web-ui/package.json b/aas-web-ui/package.json index 7ca157d..9e43de8 100644 --- a/aas-web-ui/package.json +++ b/aas-web-ui/package.json @@ -26,7 +26,7 @@ "three": "^0.169.0", "uuid": "^10.0.0", "vue": "^3.5.13", - "vue-router": "^4.4.5", + "vue-router": "^4.5.0", "vue3-apexcharts": "^1.7.0", "vuetify": "^3.7.4", "webfontloader": "^1.0.0" diff --git a/aas-web-ui/yarn.lock b/aas-web-ui/yarn.lock index 067cd50..2750c7d 100644 --- a/aas-web-ui/yarn.lock +++ b/aas-web-ui/yarn.lock @@ -2641,10 +2641,10 @@ vue-eslint-parser@^9.4.3: lodash "^4.17.21" semver "^7.3.6" -vue-router@^4.4.5: - version "4.4.5" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388" - integrity sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q== +vue-router@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.0.tgz#58fc5fe374e10b6018f910328f756c3dae081f14" + integrity sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w== dependencies: "@vue/devtools-api" "^6.6.4"