diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index b0ca2d8284..4e8116d457 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -8,6 +8,18 @@ sidebar_label: Changelog # Changelog +## 14.5.1 + +_Released 7/01/2025_ + +**Bugfixes:** + +- Fixed an issue where prerequests with Firefox BiDi were prematurely being removed or matched incorrectly. Addresses [#31482](https://github.com/cypress-io/cypress/issues/31482). + +**Dependency Updates:** + +- Updated `pbkdf2` from `3.1.2` to `3.1.3`. This removes the [SNYK-JS-PBKDF2-10495498](https://security.snyk.io/vuln/SNYK-JS-PBKDF2-10495498) vulnerability being reported in security scans. Addressed in [#31941](https://github.com/cypress-io/cypress/pull/31941). + ## 14.5.0 _Released 6/17/2025_