diff --git a/aas-web-ui/package.json b/aas-web-ui/package.json index 3062657c..e0053f48 100644 --- a/aas-web-ui/package.json +++ b/aas-web-ui/package.json @@ -41,7 +41,7 @@ "three": "^0.182.0", "uuid": "^13.0.0", "vue": "^3.5.27", - "vue-router": "^5.0.1", + "vue-router": "^5.0.2", "vue3-apexcharts": "^1.10.0", "vuetify": "^3.11.8", "web-ifc": "^0.0.75", diff --git a/aas-web-ui/yarn.lock b/aas-web-ui/yarn.lock index 926f790f..8c42e608 100644 --- a/aas-web-ui/yarn.lock +++ b/aas-web-ui/yarn.lock @@ -4027,6 +4027,15 @@ unplugin@^2.3.11: picomatch "^4.0.3" webpack-virtual-modules "^0.6.2" +unplugin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-3.0.0.tgz#01e40c474bf74d363744f4cb262569d26dd9bb43" + integrity sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg== + dependencies: + "@jridgewell/remapping" "^2.3.5" + picomatch "^4.0.3" + webpack-virtual-modules "^0.6.2" + upath@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" @@ -4133,10 +4142,10 @@ vue-eslint-parser@^10.2.0: esquery "^1.6.0" semver "^7.6.3" -vue-router@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-5.0.1.tgz#e19675c81f7cfdd8e3495c809e4a14610b0b822e" - integrity sha512-t+lFugGXMdaq8lbn+vXG4j2H9UlsP205Tszz1wcDk9FyxqItBzcdJQ06IhpkQ2mHOfiTOHZeBshkskzPzHJkCw== +vue-router@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-5.0.2.tgz#34e4ebb10069fc44e15570eddd9baabba942e07b" + integrity sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w== dependencies: "@babel/generator" "^7.28.6" "@vue-macros/common" "^3.1.1" @@ -4152,7 +4161,7 @@ vue-router@^5.0.1: picomatch "^4.0.3" scule "^1.3.0" tinyglobby "^0.2.15" - unplugin "^2.3.11" + unplugin "^3.0.0" unplugin-utils "^0.3.1" yaml "^2.8.2"