Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the website/ npm dependency pinning to address Dependabot security alerts by forcing patched versions of vulnerable transitive packages (notably for Yarn v1 installs).
Changes:
- Bumped
lodash-esoverride to4.18.1. - Bumped
serialize-javascriptoverride to7.0.5. - Added Yarn
resolutionsto forcelodash-es@4.18.1andserialize-javascript@7.0.5across transitive dependencies.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b8d8896 to
70696af
Compare
3d082c9 to
6210b9e
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7cc440b to
c290272
Compare
Update vulnerable npm packages to patched versions: - lodash-es: 4.17.21 → 4.18.1 (fixes Prototype Pollution and Code Injection) - path-to-regexp: 0.1.12 → 0.1.13 (fixes ReDoS) - serialize-javascript: 6.0.2 → 7.0.5 (fixes RCE and CPU exhaustion DoS) - minimatch: 3.1.2 → 3.1.5 (fixes ReDoS) Added yarn resolutions to force serialize-javascript and lodash-es to patched versions across all transitive dependencies. Updated overrides to match current patched versions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
c290272 to
023c871
Compare
vazois
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update vulnerable npm packages to patched versions:
Removed the npm
overridesfield (Yarn v1 ignores it). All version pins are now inresolutions, which is the mechanism Yarn v1 actually uses.Updated Node.js version from 20 to 22 in CI workflows (ci.yml, deploy-website.yml, nightly.yml) to support latest dependency requirements.