diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d8aa06d..436a7834a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Upcoming version +- [#516] + - **Description:** Upgrades follow-redirects dependency + - **Products impact:** Dependency upgrade + - **Addresses:** - + - **Components:** - + - **Breaking:** no + - **Impacts a11y:** no + - **Guidance:** - + +[#516]: https://github.com/learningequality/kolibri-design-system/pull/516 + - [#508] - **Description:** Update Github maintained github actions to latest versions - **Products impact:** - diff --git a/yarn.lock b/yarn.lock index d8b4ed80e..efaf30e1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6119,9 +6119,9 @@ flush-write-stream@^1.0.0: readable-stream "^2.3.6" follow-redirects@^1.0.0: - version "1.14.4" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" - integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== + version "1.15.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" + integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== for-each@^0.3.3: version "0.3.3"