Bump tar, rollup, minimatch, and flatted to fix Dependabot alerts#65
Merged
dggrunzweig merged 3 commits intodevfrom Mar 25, 2026
Merged
Bump tar, rollup, minimatch, and flatted to fix Dependabot alerts#65dggrunzweig merged 3 commits intodevfrom
dggrunzweig merged 3 commits intodevfrom
Conversation
- tar resolution: 7.5.8 → 7.5.11 - rollup: 4.40.2 → 4.60.0 (lockfile refresh, within vite's ^4.34.9) - minimatch: 3.1.2 → 3.1.5 and 9.0.4 → 9.0.9 (lockfile refresh) - flatted: 3.3.1 → 3.4.2 (lockfile refresh, within ^3.2.9) Fixes 10 of 11 Dependabot alerts. Remaining: immutable@3.7.6 pinned by @ardatan/relay-compiler@12.0.0 (~3.7.6) — requires major codegen bump to fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
vigneshwerv
approved these changes
Mar 25, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
tarresolution from 7.5.8 to 7.5.11, fixing 2 high-severity path traversal alertsrollupfrom 4.40.2 to 4.60.0 (within vite's^4.34.9), fixing 1 high-severity arbitrary file write alertminimatchfrom 3.1.2→3.1.5 and 9.0.4→9.0.9, fixing 7 high-severity ReDoS alertsflattedfrom 3.3.1 to 3.4.2 (within^3.2.9), fixing 1 high-severity prototype pollution alertNot fixed
@ardatan/relay-compiler@12.0.0with~3.7.6(tilde). Fixing requires bumping@graphql-codegen/clifrom v5 to v6 (major), which may have breaking changes. This is build-tooling only (GraphQL codegen), not production code. Recommend either a separate PR for the codegen major bump, or dismissal as tolerable risk.Test plan
yarn test:cipassesyarn buildsucceeds🤖 Generated with Claude Code