-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: updating dependencies #739
Conversation
👍 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 |
@SocketSecurity ignore-all Acceptable risk as we are protected from supply chain attacks by lavamoat |
Report too large to display inline |
I realize the storybook job is failing created an issue here #740 |
Description
This PR updates dependencies to resolve build failures in the
Compatibility test (20.x)
job. The current failure is due to missing configuration for dependencies, specifically an issue flagged by@lavamoat/allow-scripts
regarding dependencies that require explicit configuration. By updating the necessary packages and adjusting configurations, this PR aims to ensure compatibility with the latest Node.js (20.x) environment and prevent similar issues in future CI runs.Related Issues
N/A
Manual Testing Steps
yarn install
locally to ensure dependencies are correctly installed.Pre-merge Author Checklist
package.json
and/oryarn.lock
.Pre-merge Reviewer Checklist