Skip to content

chore(deps): Bump axios from 1.9.0 to 1.10.0 in /memory#30

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/memory/axios-1.10.0
Closed

chore(deps): Bump axios from 1.9.0 to 1.10.0 in /memory#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/memory/axios-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 16, 2025

Bumps axios from 1.9.0 to 1.10.0.

Release notes

Sourced from axios's releases.

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Changelog

Sourced from axios's changelog.

1.10.0 (2025-06-14)

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 16, 2025

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 16, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Copy link
Copy Markdown
Owner

@ruvnet ruvnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Dependabot for the Axios security update! 🛡️

Approved - HTTP Client Update

Bumping Axios from 1.9.0 to 1.10.0 provides:

🔒 Security & Reliability

  • Security Patches - Latest HTTP client vulnerabilities fixed
  • Bug Fixes - Improved request handling and error management
  • Performance - Enhanced HTTP/HTTPS operations

🌊 v2 Network Operations

Essential for Claude Flow v2's network operations:

  • Agent Communication - Reliable HTTP requests between agents
  • API Integrations - Secure external service connections
  • WebSocket Fallbacks - HTTP-based coordination when needed
  • Enterprise Security - Latest security standards

📋 Safe to Merge

Axios updates are typically backward-compatible and this minor version bump includes important security fixes.

Thanks for keeping our HTTP stack secure! 🔐

Copy link
Copy Markdown
Owner

ruvnet commented Jul 5, 2025

Thank you @dependabot for the axios security update! While we appreciate automated dependency updates, v2.0.0 has restructured the project and updated all dependencies as part of the major release. The axios update from 1.9.0 to 1.10.0 is included in our v2 dependency refresh. Keep protecting the ecosystem! 🛡️

@ruvnet ruvnet closed this Jul 5, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/memory/axios-1.10.0 branch July 5, 2025 19:40
sparkling added a commit to sparkling/ruflo that referenced this pull request Mar 14, 2026
Patches applied:
- HK-002: fail-loud bridge errors in postEdit/postCommand/postTask (#18)
- HK-003: real metrics from sona-patterns/intelligence files (#19)
- HK-004: respect daemon.autoStart from settings.json (#20)
- HK-005: cross-process daemon PID-file guard (#21)
- NS-001: search/list default namespace 'default' → 'all' (#22)
- NS-002: require explicit namespace for store/delete/retrieve (#23)
- NS-003: fix 'pattern' → 'patterns' namespace typo (#24)
- WM-103: MetadataFilter + MMR diversity in search pipeline (#25)
- WM-104: CausalRecall integration in routing (#26)
- WM-105: MemoryGraph importance scoring in store/search (#27)
- WM-106: activate LearningBridge in intelligence_learn (#28)
- WM-107: fix falsy-OR quality bug, fake session ID/stats (#29)
- WM-114: wire AttentionService across 4 controllers (ruvnet#30)

Co-Authored-By: claude-flow <ruv@ruv.net>
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