Skip to content

chore: fix Dependabot security alerts - #59

Merged
Prashant-Surya merged 1 commit into
mainfrom
chore/fix-dependabot-vulnerabilities
Sep 24, 2026
Merged

Prashant-Surya merged 1 commit into
mainfrom
chore/fix-dependabot-vulnerabilities

Conversation

@Prashant-Surya

@Prashant-Surya Prashant-Surya commented Sep 23, 2026 •

Copy link
Copy Markdown
Member

Summary

Resolves all 29 open Dependabot alerts (10 high, 18 moderate, 1 low). pnpm audit now reports no known vulnerabilities.

Changes

Package From To How
axios (runtime dep) 1.16.0 1.20.0 package.json pin — 1 high + 12 moderate advisories
js-yaml 4.1.1 4.3.2 pnpm-workspace.yaml override — 3 high + 1 moderate
form-data (via axios) 4.0.5 4.0.6 lockfile refresh — CRLF injection (high)
brace-expansion@1 1.1.14 1.1.21 lockfile refresh — DoS (high)
browserslist 4.28.2 4.29.0 lockfile refresh — prototype write (high)
baseline-browser-mapping 2.10.18 2.11.25 lockfile refresh — DoS (moderate)
@babel/core 7.29.0 7.29.7 lockfile refresh — arbitrary file read (low); other Babel 7 packages follow at patch level

Note for consumers: axios 1.20.0 is the latest 1.x (1.18.0 was the minimum fixed version) and adds https-proxy-agent / agent-base as runtime dependencies, so SDK users will install those too.

Testing

  • pnpm test:unit: 980 passed, 322 skipped
  • pnpm build (including the types-bundle snapshot check): passes
  • check:types, check:lint, check:format and pnpm install --frozen-lockfile: pass on a clean checkout
  • pnpm audit: no known vulnerabilities
  • E2E tests not run yet; they need a live workspace and will be run separately

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the versions of Axios and js-yaml.

- axios 1.16.0 -> 1.20.0 (1 high, 12 moderate advisories)
- js-yaml override 4.1.1 -> 4.3.2 (3 high, 1 moderate)
- refresh lockfile: form-data 4.0.6, brace-expansion 1.1.21,
  browserslist 4.29.0, baseline-browser-mapping 2.11.25,
  @babel/core 7.29.7

pnpm audit: no known vulnerabilities.

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: d0d01cbe-1be5-4016-9fda-8ccd61761a26

📥 Commits

Reviewing files that changed from the base of the PR and between 571a0ec and 5fc146f.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • package.json
  • pnpm-workspace.yaml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The axios runtime dependency changes from 1.16.0 to 1.20.0. The js-yaml workspace override changes from 4.1.1 to 4.3.2.

Changes

Dependency Version Updates

Layer / File(s) Summary
Update dependency version pins
package.json, pnpm-workspace.yaml
The axios runtime dependency is pinned to 1.20.0. The js-yaml workspace override is set to 4.3.2.

Priority: ⬆️ High

Estimated code review effort: 2 (Simple) | ~5 minutes

Change: Other

Suggested reviewers: akhil-vamshi-konam

Merge Risk: ⚪ Minimal · up to 5fc14

These dependency updates have matching lockfile resolutions, including Axios’s added runtime dependencies. No concrete merge-blocking behavior risk is established; proceed with normal checks.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency updates made to address Dependabot security alerts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Prashant-Surya
Prashant-Surya merged commit 6a31147 into main Sep 24, 2026
4 checks passed
@Prashant-Surya
Prashant-Surya deleted the chore/fix-dependabot-vulnerabilities branch September 24, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants