# v4.4.3 to v4.4.5 migration guide
The Strapi v4.4.3 to v4.4.5 migration guide upgrades v4.4.3 to v4.4.5. The migration changes the name of the favicon from favicon.ico to favicon.png.
✋ CAUTION
This migration guide skips v4.4.4, which introduced a problem in koa/cors due to a missing dependency update.
# Upgrading the application dependencies
PREREQUISITES
Stop the server before starting the upgrade.
- Upgrade all of the Strapi packages in - package.jsonto- 4.4.5:- // path: package.json { // ... "dependencies": { "@strapi/strapi": "4.4.5", "@strapi/plugin-users-permissions": "4.4.5", "@strapi/plugin-i18n": "4.4.5", // ... } }1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
- Save the edited - package.jsonfile.
- Replace the existing - favicon.icowith- favicon.png(opens new window):
- Run either - yarnor- npm installto install the new version.
💡 TIP
If the operation doesn't work, try removing your yarn.lock or package-lock.json. If that doesn't help, remove the node_modules folder as well and try again.
# Reinitializing the application
Rebuild the administration panel and start the application:
