Open
Conversation
Resolve 4 open Dependabot security alerts, all transitive dev deps: - minimatch 3.1.2 → 3.1.5 (GHSA-7r86-cg39-jmmj, ReDoS) - rollup 4.43.0 → 4.59.0 (GHSA-mw96-cpmx-2vgc, path traversal) - rollup 2.79.2 → 2.80.0 via scoped override (GHSA-mw96-cpmx-2vgc) - lodash 4.17.21 → 4.17.23 (GHSA-xxjr-mmjv-4gpg, prototype pollution) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
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
Batch fix for 4 low-risk Dependabot security alerts. All vulnerable packages are transitive dev dependencies with no direct usage in the codebase.
Alerts resolved
npm updatenpm updatenpm updateRisk assessment
^4.43.0range, minimatch and lodash are patch bumpspackage.jsonoverrides and lockfile updates@crxjs/vite-pluginto avoid affecting the top-level rollup v4 used by viteTest plan
npx tsc --noEmitpassesnpm run buildsucceeds (both Chrome and Firefox)npm ls rollupshows 4.59.0 (top-level) and 2.80.0 (@crxjs nested)npm ls minimatchshows 3.1.5npm ls lodashshows 4.17.23🤖 Generated with Claude Code