diff --git a/package-lock.json b/package-lock.json index f1f3d68..fdfde1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "pinia": "^2.2.6", "ress": "^5.0.2", "vue": "^3.4.31", - "vue-router": "^4.4.0" + "vue-router": "^4.5.0" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -3565,9 +3565,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/package.json b/package.json index 9aa5fca..9586018 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "pinia": "^2.2.6", "ress": "^5.0.2", "vue": "^3.4.31", - "vue-router": "^4.4.0" + "vue-router": "^4.5.0" }, "devDependencies": { "@eslint/js": "^9.13.0",