Ant Design (antd) has released a minor update, version 3.13.1, following closely on the heels of version 3.13.0. Both versions serve as enterprise-class UI design languages and React-based implementations, offering a rich set of components for building modern web applications. Looking at the dependency updates, a notable change involves the "moment" library, upgraded from version 2.22.2 to 2.24.0 in 3.13.1. This update likely addresses bug fixes, performance improvements, or security patches within the date and time manipulation library.
The "jest" testing library has been upgraded from version 23.6.0 to 24.0.0 improving the testing experience during development and potentially introducing new features or enhanced performance in the testing suite. As for the development tooling, "antd-tools" sees an update from version 6.5.0 to 7.0.0, and typescript is updated from ~3.2.2 to ~3.3.1. These changes generally affect the build process.
While the core functionality remains consistently robust across both versions, developers should be aware of these dependency updates. Upgrading to 3.13.1 brings the project current with the latest versions of these libraries, potentially resolving compatibility issues, incorporating new features, and benefiting from bug fixes and performance enhancements within those dependencies. Ultimately, the choice between versions depends on project-specific needs and the desire to stay current with the latest library updates.
All the vulnerabilities related to the version 3.13.1 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.