Ant Design (antd) saw a minor version update from 3.11.2 to 3.11.3, offering incremental improvements and dependency adjustments for developers utilizing this popular React UI library. Key differences lie within dependency updates, impacting underlying component behavior and potentially enhancing stability. Specifically, rc-select saw an upgrade from version ~8.6.0 to ^8.6.7, and rc-pagination was updated from ~1.17.3 to ~1.17.5 which likely include bug fixes and minor feature enhancements within these controlled components. The @ant-design/icons package remains consistent at version ~1.1.15, while @types/react moves from~16.7.11 to ~16.7.13, reflecting alignment with the React ecosystem's type definitions. bisheng also received a change, moving from version 0.28.4 to ^1.0.0 which is a major version jump that could have significant effects in local development environments during component contribution. Furthermore, developers might find a repackaging where the number of files (fileCount) and the unpacked size have changed from 2017 to 2018 and from ~29MB to ~41MB respectively. This suggests additions or refactoring of existing modules. React and React DOM peer dependencies remain at ">=16.0.0", ensuring compatibility for a broad range of React projects. Developers should evaluate these updates in their projects to ensure smooth transitions and exploit any new features or fixes introduced in the updated dependencies.
All the vulnerabilities related to the version 3.11.3 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.