@babel/preset-env is a powerful tool for Babel users, allowing you to use the latest JavaScript features without worrying about browser compatibility. It intelligently includes only the necessary transformations based on your target environments. Version 7.10.0 introduces several updates compared to the previous stable version, 7.9.6. A key update lies in the dependencies, with @babel/types, @babel/compat-data, @babel/plugin-transform-for-of, @babel/plugin-transform-block-scoping, @babel/plugin-transform-destructuring, @babel/plugin-transform-unicode-escapes, @babel/plugin-proposal-optional-chaining, @babel/plugin-transform-modules-systemjs, @babel/plugin-proposal-object-rest-spread, and @babel/plugin-proposal-json-strings all bumped to version 7.10.0 to provide compatibility and the latest optimizations with these transform plugins . In addition, Browserslist was updated from version 4.11.1 to 4.12.0. The update includes changes to how target browsers are specified, leading to more reliable and accurate transformations. The @babel/core and cli were updated from 7.9.6 to 7.10.0. These changes provide developers with refinements in feature support, bug fixes, and overall performance improvements. Note too that upgrading helps keep your project modern and compatible. Choosing the right version ensures consistent behavior for your targeted JavaScript syntax.
The are not vulnerabilities for the version 7.10.0 of the package @babel/preset-env