fix(deps): resolve 15 Dependabot vulnerability alerts#3016
Merged
Conversation
Dependabot flagged 16 vulnerabilities across Rust and npm lockfiles. 15 are resolved here; 1 (astral-tokio-tar, LOW) awaits an upstream testcontainers release. Rust (4 alerts): core/bench/dashboard/server had a stale Cargo.lock from before it joined the workspace. The root lockfile already had patched versions - the stale file was just confusing Dependabot. Deleted it. npm (11 alerts across web/, foreign/node/, examples/node/): transitive deps devalue, flatted, effect, and minimatch were pinned below patched versions. Added overrides to force minimum safe versions and regenerated lockfiles.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3016 +/- ##
============================================
- Coverage 72.07% 72.07% -0.01%
Complexity 930 930
============================================
Files 1124 1124
Lines 93832 93832
Branches 71178 71180 +2
============================================
- Hits 67630 67627 -3
+ Misses 23633 23621 -12
- Partials 2569 2584 +15
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
krishvishal
approved these changes
Mar 23, 2026
spetz
approved these changes
Mar 23, 2026
mmodzelewski
approved these changes
Mar 23, 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.
Dependabot flagged 16 vulnerabilities across Rust and npm
lockfiles. 15 are resolved here; 1 (astral-tokio-tar, LOW)
awaits an upstream testcontainers release.
Rust (4 alerts): core/bench/dashboard/server had a stale
Cargo.lock from before it joined the workspace. The root
lockfile already had patched versions - the stale file was
just confusing Dependabot. Deleted it.
npm (11 alerts across web/, foreign/node/, examples/node/):
transitive deps devalue, flatted, effect, and minimatch
were pinned below patched versions. Added overrides to
force minimum safe versions and regenerated lockfiles.