Updating Gatsby dependencies for security reasons #39478
Unanswered
lukasz-walendziuk
asked this question in
Ideas / Feature Requests
Replies: 1 comment
|
Thanks for opening this up! Usually, with these kinds of underlying issues, the first step is double-checking if there is a minor version mismatch in your installed environment tooling vs the actual framework requirements. Have you tried outright clearing the respective local build/cache directories, forcing a clean slate reinstall, and ruling out any implicit breaking changes from recent patches? If you are still hitting the exact same bottleneck, dropping a minimal reproduction steps (or specifically the raw error logs) here usually gets it sorted out way faster by the maintainers. Hope this helps point you in the right direction. Let me know if you make any progress! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I work at a company that takes security concerns very seriously. I am currently in the process of updating library and framework versions across several projects, and I noticed that the latest Gatsby release (5.16.1) depends on quite a few outdated toolchains or/and libraries.
Examples include:
This may introduce potential security risks. For example:
I understand that some of these are direct dependencies and others are transitive, so in some cases the issue may not be easy to resolve immediately. However, it might still be worth considering updating them to newer versions where possible.
All reactions