Skip to content

fix: resolve npm audit vulnerabilities and dependency conflicts - #22

Open
thebookofiz wants to merge 4 commits into
mainfrom
fix/dependency-updates-security
Open

fix: resolve npm audit vulnerabilities and dependency conflicts#22
thebookofiz wants to merge 4 commits into
mainfrom
fix/dependency-updates-security

Conversation

@thebookofiz

Copy link
Copy Markdown
Collaborator

Summary

Resolves 2 high severity vulnerabilities found via npm audit:

  1. hono 4.12.0-4.12.1 (high) - Authentication Bypass by IP Spoofing in AWS Lambda ALB
  2. minimatch (high) - Multiple ReDoS vulnerabilities via repeated wildcards

Changes

  • Update @graphql-codegen/typescript-graphql-request to ^6.4.0 (fixes graphql-request 6.x peer dependency conflict)
  • Update shx to ^0.4.0
  • Reinstall all dependencies with fixed versions
  • Build passes: npm run build

Verification

  • npm audit: 0 vulnerabilities

Note: GitHub Dependabot shows additional vulnerabilities in the base branch - those are pre-existing and may need separate attention.

OpenClaw Agent added 4 commits February 20, 2026 10:03
These operations were implemented but not wired up in the MCP server.
Now available as tools for AI agents to query relation data.
…ilities

These tools were already registered in TOOLS array and had execute
handlers, but were missing from the server capabilities. This could
cause issues with MCP clients that use capabilities to enumerate
available tools.
…relation-tools

Conflicts resolved:
- index.ts: Keep new SDK tools: {} pattern, re-add get_inbound_relations
  and get_outgoing_edges to TOOLS array and switch statement
- package-lock.json: Use remote version
- Update @graphql-codegen/typescript-graphql-request to ^6.4.0
  (fixes graphql-request 6.x peer dependency conflict)
- Update shx to ^0.4.0
- Reinstall all dependencies with fixed versions
- Resolves 2 high severity vulnerabilities:
  - hono: Authentication bypass in AWS Lambda ALB
  - minimatch: Multiple ReDoS vulnerabilities

npm audit: 0 vulnerabilities
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.

1 participant