Vue Router, a crucial library for Vue.js applications, saw a minor version bump from 4.2.1 to 4.2.2. While seemingly small, these updates often include important bug fixes and internal improvements that can impact developers.
Notably, the vue dependency in devDependencies was updated from version 3.3.2 to 3.3.4, signaling potential refinements in compatibility or features leveraged by Vue Router's development tooling. Similarly, jest, the testing framework, moved from 29.4.3 to 29.5.0, suggesting enhanced testing capabilities or bug fixes in the testing environment. vite, the build tool, was also updated from 4.3.5 to 4.3.8, which could bring improvements in build performance or new features used during development. The rollup version shifted from 3.17.2 to 3.22.0, likely reflecting updates in the module bundler's features or performance. Also, the @rollup/plugin-commonjs updated from v24.0.1 to v25.0.0, and @rollup/plugin-node-resolve from v15.0.1 to v15.0.2.
The @types/jest package also saw a minor update, going from 29.4.0 to 29.5.1, indicating possible improvements in TypeScript typings for Jest. Furthermore, the fileCount and unpackedSize properties within the dist object changed slightly, from 16 to 17, and 804054 to 808380, respectively, indicating minor adjustments to the packaged files and overall size of the library. Such small changes, like updated dev dependencies, are normal in software releases and it always a good practice to check the release notes and changelog when updating the library in your projects.
The are not vulnerabilities for the version 4.2.2 of the package vue-router