⚠️ We have just released important security fixes for the #Mastodon server software. Versions 4.1.3, 4.0.5, 3.5.9, as well as a new nightly are available now to make upgrading quick and painless. Please upgrade as soon as possible!
@Mastodon For the lazy:
```
su - mastodon
cd live
git fetch && git checkout v4.1.3
bundle install
yarn install
sudo systemctl restart mastodon-web mastodon-streaming mastodon-sidekiq
```
@fell @mikaelacaron here someone wrote the command. They should work in your case.
@brayd @fell thanks I’ll take a look!