Version 7.13.15 of @babel/plugin-transform-runtime brings several dependency updates compared to the previous stable version 7.13.10. Most notably, @babel/helper-module-imports is updated from version 7.12.13 to 7.13.12, ensuring better compatibility and potential bug fixes related to module imports. Crucially, the polyfill plugins, babel-plugin-polyfill-corejs2, babel-plugin-polyfill-corejs3, and babel-plugin-polyfill-regenerator, see significant updates going from versions 0.1.4, 0.1.3 and 0.1.2 to versions 0.2.0, 0.2.0 and 0.2.0. These updates likely incorporate newer polyfills and bug fixes, providing enhanced support for older browsers and environments.
For developers using @babel/plugin-transform-runtime, these dependency bumps translate to better overall stability and improved polyfilling. The updated core-js polyfill plugins ensure wider compatibility without polluting the global scope, a key feature of this Babel plugin. While the core Babel dependencies like @babel/core, @babel/types, @babel/helpers, @babel/runtime, @babel/template, @babel/preset-env, @babel/runtime-corejs3, @babel/helper-plugin-test-runner, and @babel/plugin-transform-typeof-symbol remain relatively aligned between the versions, the subtle upgrades in helper modules and particularly the polyfill plugins are valuable. Ensure to review the changelogs of the mentioned dependencies for pinpointed changes and improvements. Consider upgrading to 7.13.15 for the latest polyfilling features and dependency fixes aimed at keeping your JavaScript code compatible across diverse environments.
The are not vulnerabilities for the version 7.13.15 of the package @babel/plugin-transform-runtime