# Linkwarden v2.13.3 - Product: Linkwarden (https://whatsnew.fyi/product/linkwarden) - Vendor: Linkwarden - Date: 2025-12-23 - Version: v2.13.3 - Original notes: https://github.com/linkwarden/linkwarden/releases/tag/v2.13.3 - Permalink: https://whatsnew.fyi/product/linkwarden/releases/v2.13.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **security** — Upgrade dependencies to patch recent NextJS CVEs - **changed** — Refactor code to improve performance - **fixed** — Fix favicon-related error logs that previously appeared as upstream image response failed errors > [!IMPORTANT] > This update is highly recommended for ALL users. > Self-hosted users who installed Linkwarden manually must enable Corepack to run the project with the pinned Yarn v4.12.0: > ``` > corepack enable > ``` ##### What's Changed **TL;DR:** Faster, lighter, and more secure. - Upgraded the dependencies (which also patches the recent NextJS CVEs out there) - Refactored the code (which drastically improves the performance) - Fixed favicon-related error logs (no more `upstream image response failed…`) - And a lot more... **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.13.2...v2.13.3