What's Changed
- fix: resolve multiple CVEs in dependencies by @innerdvations in #21446
Full Changelog: v4.25.12...v4.25.13
Tag Name: v4.25.13
Release Date: 10/2/2024
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v4.25.13 is a security-focused patch release that addresses multiple CVEs in dependencies. This update is crucial for maintaining the security of your Strapi application by updating vulnerable dependencies to their latest secure versions.
This is a patch release that focuses on security updates to dependencies. No schema changes or breaking changes were introduced.
To upgrade:
Update your package.json:
npm install [email protected]
# or
yarn upgrade [email protected]
Start your application and verify it's working as expected:
npm run develop
# or
yarn develop
No additional migration steps are required for this update.
Priority: High
This release contains important security fixes for dependencies. It's strongly recommended to update as soon as possible to mitigate potential security risks.
Since this is a patch release with no breaking changes, the upgrade process should be straightforward with minimal risk to existing functionality.
No functional bug fixes were included in this release. The focus was on addressing security vulnerabilities in dependencies.
No new features were introduced in this release. This is a security-focused maintenance release.
This release addresses multiple CVEs (Common Vulnerabilities and Exposures) in dependencies used by Strapi. By updating these dependencies to newer versions, security vulnerabilities that could potentially be exploited have been patched.
The specific CVEs and affected dependencies were not individually detailed in the release notes, but the update ensures that Strapi is using more secure versions of its dependencies.
No specific performance improvements were mentioned in this release.
This release focuses exclusively on security improvements by updating dependencies with known vulnerabilities. While there are no new features or functional changes, the security updates are important for maintaining the integrity and security of Strapi applications.
The update includes patches for multiple CVEs in dependencies, which helps protect Strapi installations from potential security exploits. The changes are non-breaking and should not affect existing functionality, making this a low-risk but high-priority update for all Strapi users.
With 483 additions and 429 deletions across 49 files, the changes are primarily related to dependency updates rather than core functionality modifications.
Full Changelog: v4.25.12...v4.25.13