Conversation
|
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
5453639 to
ad2b323
Compare
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
| - name: Get Yarn version | ||
| run: echo "::set-output name=YARN_VERSION::$(yarn --version)" | ||
| id: yarn-version | ||
| - name: Cache yarn dependencies |
There was a problem hiding this comment.
I omitted the caching, since we recently removed that from publishing workflows in the module template as well.
3cee110 to
5f4fd0d
Compare
|
@SocketSecurity ignore npm/negotiator@1.0.0 New author is OK (npm bot) |
5f4fd0d to
0b1736a
Compare
Migrate to Yarn v4 using the module template as guidance. Minimal changes have been made to the GitHub Actions workflows, just enough to get this working.
0b1736a to
984fcac
Compare
| "@lavamoat/allow-scripts": "^3.0.4", | ||
| "@lavamoat/preinstall-always-fail": "^2.0.0", | ||
| "@metamask/auto-changelog": "^2.5.0", | ||
| "@metamask/auto-changelog": "^2.6.0", |
There was a problem hiding this comment.
I needed to bump to 2.6 to get support for Yarn berry: https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md#260
Migrate to Yarn v4 using the module template as guidance. Minimal changes have been made to the GitHub Actions workflows, just enough to get this working.