fix: remediate Dependabot alerts - #582
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1393235. Configure here.
Summary
Validation
GOWORK=off go mod verify && GOWORK=off go test ./...inintegrations/adk/goandlegacy/srcGOWORK=off go vet ./...inintegrations/adk/goyarn buildin the graph visualization exampleuv pip compile --python 3.14 --no-deps --quiet requirements.txtgit diff --checkNote
Low Risk
Lockfile and requirements-only updates for known CVEs; risk is limited to install/build compatibility, not product behavior.
Overview
Addresses Dependabot security alerts by bumping pinned and transitive dependencies across Python examples, Go modules, and npm/Yarn lockfiles—no application logic changes.
Python examples refresh vulnerable packages in Streamlit
requirements.txtfiles (GitPython, pillow) and in the shared examples lock (mcp, python-engineio, python-socketio, soupsieve). The ElevenLabs React demo lockfile picks up patched nanoid and postcss.TypeScript updates the graph visualization app to Next.js 15.5.21, tightens Yarn resolutions (e.g. js-yaml 4.3.0, sharp 0.35.0, postcss floor), and regenerates yarn.lock. Integration packages (ADK, Mastra, Vercel AI) get refreshed lockfiles (including @hono/node-server 2.x, @modelcontextprotocol/sdk, postcss, js-yaml); Mastra pins js-yaml via overrides.
Go bumps indirect golang.org/x/crypto, net, sys, and google.golang.org/grpc in integrations/adk/go and legacy/src; legacy also moves to Go 1.25.
Reviewed by Cursor Bugbot for commit ff0d015. Bugbot is set up for automated code reviews on this repo. Configure here.