diff --git a/front-end/package-lock.json b/front-end/package-lock.json index 1713b0b..6734442 100644 --- a/front-end/package-lock.json +++ b/front-end/package-lock.json @@ -13,7 +13,7 @@ "ajv": "^8.17.1", "leaflet": "^1.9.4", "vue": "^3.5.13", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.5", @@ -5426,9 +5426,9 @@ } }, "node_modules/vue-router": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz", - "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz", + "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==", "dependencies": { "@vue/devtools-api": "^6.6.4" }, diff --git a/front-end/package.json b/front-end/package.json index 9a8d7a9..4bc7ed4 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -21,7 +21,7 @@ "ajv": "^8.17.1", "leaflet": "^1.9.4", "vue": "^3.5.13", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.5",