fix security vulnerabilities flagged by Dependabot#190
Merged
mcharytoniuk merged 1 commit intomainfrom Mar 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates project dependencies across the Node tooling and Rust workspace to newer versions, primarily by bumping jarmuz/lodash and actix-web-lab, with corresponding lockfile updates.
Changes:
- Bump Node devDependencies:
jarmuzto^0.10.0andlodashto^4.17.23. - Refresh
package-lock.jsonto reflect updated Node dependency graph (notablyglob/minimatch/tarchain changes). - Bump Rust workspace dependency
actix-web-labto0.26and updateCargo.lockaccordingly.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates Node devDependency versions (jarmuz, lodash). |
| package-lock.json | Lockfile refresh reflecting new Node dependency tree and versions. |
| Cargo.toml | Bumps Rust dependency actix-web-lab to 0.26 in workspace deps. |
| Cargo.lock | Lockfile updates for actix-web-lab and transitive Rust deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Summary
actix-web-labfrom 0.24 to 0.26 (fixes host header poisoning in redirect middleware)lodashfrom ^4.17.21 to ^4.17.23 (fixes prototype pollution in_.unset/_.omit)jarmuzfrom ^0.4.0 to ^0.10.0 (drops vulnerableyauzlvia@vscode/ripgrepremoval)tar7.4.3→7.5.11,minimatchto patched versions,flattedto ≥3.4.0,ajvto patched versionsTest plan
cargo checkpassescargo clippy -- -D warningspassescargo test— all 140 tests passnpm audit— 0 vulnerabilities