diff --git a/package-lock.json b/package-lock.json index 3457582..07da8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "vite": "^5.4.11", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", @@ -12181,9 +12181,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==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.6.4" diff --git a/package.json b/package.json index 958fc20..68a561d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "vite": "^5.4.11", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1",