diff --git a/package.json b/package.json index d9e85e3f..399c1c7e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "upath": "^2.0.1", "vue": "^3.4.29", "vue-i18n": "^9.2.2", - "vue-router": "^4.0.12" + "vue-router": "^4.3.3" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.3.1", @@ -52,7 +52,7 @@ "@types/fs-extra": "^11.0.4", "@types/heic-convert": "^1.2.3", "@types/klaw-sync": "^6.0.5", - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "@types/node": "^20.14.6", "@types/pdfjs-dist": "^2.10.378", "@types/sql.js": "^1.4.9", diff --git a/yarn.lock b/yarn.lock index 7adb48f7..e1431c34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1065,10 +1065,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.17.1": - version "4.17.4" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.4.tgz#0303b64958ee070059e3a7184048a55159fe20b7" - integrity sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ== +"@types/lodash@^4.17.5": + version "4.17.5" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.5.tgz#e6c29b58e66995d57cd170ce3e2a61926d55ee04" + integrity sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw== "@types/mime@^1": version "1.3.5" @@ -7411,10 +7411,10 @@ vue-i18n@^9.2.2: "@intlify/shared" "9.13.1" "@vue/devtools-api" "^6.5.0" -vue-router@^4.0.12: - version "4.3.2" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.2.tgz#08096c7765dacc6832f58e35f7a081a8b34116a7" - integrity sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q== +vue-router@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.3.tgz#7505509d429a36694b12ba1f6530016c5ce5f6bf" + integrity sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ== dependencies: "@vue/devtools-api" "^6.5.1"