chore(desktop/demo): remediate non-breaking Dependabot vulns (#7327)#7368
Open
mdmohsin7 wants to merge 1 commit into
Open
chore(desktop/demo): remediate non-breaking Dependabot vulns (#7327)#7368mdmohsin7 wants to merge 1 commit into
mdmohsin7 wants to merge 1 commit into
Conversation
Tier-3 (demo app) — took the cheap non-breaking wins: npm audit 12 -> 4 (0C/6H/2M/4L -> 0C/0H/2M/2L). ALL 6 HIGH cleared via non-breaking `npm audit fix`. Lockfile-only, no package.json change. RESIDUAL (4, document-and-defer per #7327 Tier-3 judgment — all dev/build-tooling, breaking-major-gated, demo-only): - eslint / @eslint/plugin-kit (LOW) — fix needs eslint 8 -> 9 major - @remotion/tailwind-v4 / postcss (MOD) — fix needs @remotion/tailwind-v4 4.x major Not worth forcing breaking majors on a demo for low/moderate dev-tooling advisories. Validated: `npm run build` (remotion bundle) exit 0. Pre-existing `npm run lint` src errors are unrelated (a lockfile-only bump cannot introduce ESLint src-rule violations) and out of scope.
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.
Part of #7327 — desktop Tier-3 (demo app). Branched from fresh
main; single commit, lockfile-only.Result
npm audit: 12 → 4 (0C/6H/2M/4L → 0C/0H/2M/2L). All 6 HIGH cleared via non-breakingnpm audit fix. Nopackage.jsonchange.Residual (4 — document-and-defer per #7327 Tier-3 judgment)
All dev/build-tooling, breaking-major-gated, demo-only:
Not worth forcing breaking majors on a demo for low/moderate dev-tooling advisories — this matches the agreed Tier-3 rule (fix cheap non-breaking; defer breaking-major-gated with rationale).
Validation
npm run build(remotion bundle) → exit 0. Pre-existingnpm run lintsrcerrors are unrelated (a lockfile-only bump cannot introduce ESLint src-rule violations) and out of scope.🤖 Generated with Claude Code