Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn.lock: Upgrade integrity to sha512 #6895

Closed
wants to merge 1 commit into from

Conversation

kpcyrd
Copy link
Contributor

@kpcyrd kpcyrd commented May 30, 2024

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A yarn ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

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
Copy link
Member

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

@kpcyrd kpcyrd deleted the yarn-lock-sha512 branch June 12, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants