Jest Resolve version 27.5.0 introduces several dependency updates compared to the previous stable version, 27.4.6. Most notably, core Jest dependencies like jest-util, @jest/types, jest-validate, and jest-haste-map are upgraded from version 27.4.2 and 27.4.6 to version 27.5.0. These updates likely contain bug fixes, performance improvements, and potentially new features within those respective modules that jest-resolve now leverages. While the changelogs for the individual Jest packages will provide specific details, developers should anticipate enhanced stability and potentially faster resolution times. The graceful-fs dependency also saw a minor version bump, from 4.2.4 to 4.2.9, suggesting improvements related to file system operations, which are crucial for module resolution. Although other dependencies like chalk, slash, resolve, resolve.exports, and jest-pnp-resolver remain unchanged, the core Jest package updates are the focal point for developers considering upgrading. The unpacked size also increased slightly from 52679 to 52869, likely due to the added code or data within the updated dependencies. If you are currently using an older version of Jest Resolve or consider updating, exploring the release notes of the dependent packages may clarify any impact.
The are not vulnerabilities for the version 27.5.0 of the package jest-resolve