Vue Router 3.4.7 is a patch release addressing various dependency updates and refinements compared to the previous stable version, 3.4.6. For developers using Vue.js 2, this update is a recommended upgrade for improved compatibility and potential performance enhancements. Digging into the dependency changes, we can spot updates for vue, chromedriver, and cross-spawn. Notably, vue moves from 2.6.11 to 2.6.12, likely introducing bug fixes and minor enhancements within the Vue core that can benefit the router's behavior. The chromedriver jumps from 83.0.0 to 86.0.0, suggesting improvements and compatibility with newer Chrome browser versions, which is crucial for end-to-end testing if you rely on it. The cross-spawn library updates from version 6.0.5 to 7.0.3, likely resolves cross-platform compatibility issues when spawning child processes during development or testing, thereby ensuring smooth workflow. If you are actively using the vue-router library, we suggest you update to the newest patch to ensure seamless compatibility with the newest browser updates.
The are not vulnerabilities for the version 3.4.7 of the package vue-router