[CD-1226] Remediate starter app package vulnerabilities#35
Conversation
DB Cooper Database ReviewNo database-related code, schema, or migration changes detected in this PR; dependency bumps only. No DB risk identified. No database risks found. Migrations and DB-impacting changes look safe. DB review by DB Cooper | Re-run with |
Oppenheimer Cleanup ReviewNo production code changes in this PR; it is a dependency upgrade only. The only potential simplification is lockfile pruning, but it cannot be proven safe without validation of Bun’s resolution rules.
|
Judicial ReviewDependency bump for Next.js and eslint-config-next to remediate reported vulnerabilities; no code-path or configuration changes observed. No significant issues found. This code is cleared to ship. Legal-Grade review by Thurgood | Re-review with |
|
|
||
| "ajv-formats/ajv": ["ajv@8.17.1", "", { "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2" } }, "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g=="], | ||
|
|
||
| "browserslist/baseline-browser-mapping": ["baseline-browser-mapping@2.9.11", "", { "bin": { "baseline-browser-mapping": "dist/cli.js" } }, "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ=="], |
There was a problem hiding this comment.
WARNING: The lockfile now includes an extra alias entry browserslist/baseline-browser-mapping alongside the top-level baseline-browser-mapping. Repo-wide search shows only these lockfile entries; no source references. This may be a Bun lockfile artifact, but removing it could change dependency resolution or integrity.
Suggestion: Keep as-is unless you can regenerate bun.lock with the same Bun version and confirm the alias entry is unnecessary via bun install --frozen-lockfile and a clean diff.
Summary
Remediates the GitHub Dependabot medium Next.js findings for
CaseMark/casedotdev-starter-appby updating:nextto16.2.6eslint-config-nextto16.2.6Vanta
https://app.vanta.com/c/casemark/tests/packages-checked-for-vulnerabilities-v2-records-closed-github-dependabot-medium
Validation
bun install --frozen-lockfilebun audit --jsoncheck fornextreturned{}bun run buildpassedNote: full
bun auditstill reports unrelated advisories outside this PR scope.