diff --git a/internal/http/frontend/package-lock.json b/internal/http/frontend/package-lock.json index e6dfa3da1..2b29b2fcc 100644 --- a/internal/http/frontend/package-lock.json +++ b/internal/http/frontend/package-lock.json @@ -16,7 +16,7 @@ "primeicons": "^7.0.0", "primevue": "^3.52.0", "vue": "^3.4.27", - "vue-router": "^4.3.2" + "vue-router": "^4.3.3" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.3", @@ -6876,9 +6876,9 @@ } }, "node_modules/vue-router": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.2.tgz", - "integrity": "sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.3.tgz", + "integrity": "sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.5.1" diff --git a/internal/http/frontend/package.json b/internal/http/frontend/package.json index 69998a2f3..61720aad8 100644 --- a/internal/http/frontend/package.json +++ b/internal/http/frontend/package.json @@ -28,7 +28,7 @@ "primeicons": "^7.0.0", "primevue": "^3.52.0", "vue": "^3.4.27", - "vue-router": "^4.3.2" + "vue-router": "^4.3.3" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.3",