signalapp / Signal-Desktop

A private messenger for Windows, macOS, and Linux.
https://signal.org/download
GNU Affero General Public License v3.0
14.16k stars 2.57k forks source link

yarn.lock: Upgrade `integrity` to sha512 #6895

Closed kpcyrd closed 3 weeks ago

kpcyrd commented 4 weeks ago

First time contributor checklist:

Contributor checklist:

Description

The current yarn.lock file is still using sha1 for many dependencies, or doesn't specify a checksum at all. This patch updates all of them to sha512.

This change was automatically generated, you can reproduce it like this:

echo 'unsafe-disable-integrity-migration false' > .yarnrc
yarn install

All dependency versions are left unmodified.

jamiebuilds-signal commented 3 weeks ago

Pulled in this commit for a future release, you should see the change in our next beta