From 56879f4817990d26430eb00201a8d4501b655f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:32:19 +0000 Subject: [PATCH] chore(deps): bump vue-router from 5.0.3 to 5.0.4 in /app/frontend Bumps [vue-router](https://github.com/vuejs/router) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: vue-router dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/frontend/package-lock.json | 38 ++++------------------------------ app/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index 324dcf50..7038a87c 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -12,7 +12,7 @@ "@vueuse/core": "^14.2.1", "pinia": "^3.0.4", "vue": "^3.5.30", - "vue-router": "^5.0.3" + "vue-router": "^5.0.4" }, "devDependencies": { "@tsconfig/node24": "^24.0.4", @@ -2919,9 +2919,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2939,9 +2936,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2959,9 +2953,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2979,9 +2970,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2999,9 +2987,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3019,9 +3004,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6638,9 +6620,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6662,9 +6641,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6686,9 +6662,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6710,9 +6683,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9304,9 +9274,9 @@ } }, "node_modules/vue-router": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.3.tgz", - "integrity": "sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.4.tgz", + "integrity": "sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==", "license": "MIT", "dependencies": { "@babel/generator": "^7.28.6", diff --git a/app/frontend/package.json b/app/frontend/package.json index 38c51cfa..ff3e727d 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -20,7 +20,7 @@ "@vueuse/core": "^14.2.1", "pinia": "^3.0.4", "vue": "^3.5.30", - "vue-router": "^5.0.3" + "vue-router": "^5.0.4" }, "devDependencies": { "@tsconfig/node24": "^24.0.4",