Skip to content

feat(deps): bump the minor group across 1 directory with 13 updates#635

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-37c27087f8
Closed

feat(deps): bump the minor group across 1 directory with 13 updates#635
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-37c27087f8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the minor group with 4 updates in the / directory: @anthropic-ai/claude-agent-sdk, express-rate-limit, fast-uri and hono.

Updates @anthropic-ai/claude-agent-sdk from 0.2.126 to 0.2.131

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.2.131

What's changed

  • Updated to parity with Claude Code v2.1.131

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.131
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.131
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.131
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.131

v0.2.129

What's changed

  • Updated to parity with Claude Code v2.1.129

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.129
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.129
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.129
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.129

v0.2.128

What's changed

  • Updated to parity with Claude Code v2.1.128

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.128
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.128
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.128
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.128
Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.2.131

  • Updated to parity with Claude Code v2.1.131

0.2.130

  • Updated to parity with Claude Code v2.1.130

0.2.129

  • Updated to parity with Claude Code v2.1.129

0.2.128

  • Updated to parity with Claude Code v2.1.128

0.2.127

  • Updated to parity with Claude Code v2.1.127
Commits

Updates @anthropic-ai/claude-agent-sdk-darwin-arm64 from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-darwin-x64 from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-linux-arm64 from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-linux-arm64-musl from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-linux-x64 from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-linux-x64-musl from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-win32-arm64 from 0.2.126 to 0.2.131

Updates @anthropic-ai/claude-agent-sdk-win32-x64 from 0.2.126 to 0.2.131

Updates express-rate-limit from 8.4.1 to 8.5.1

Release notes

Sourced from express-rate-limit's releases.

v8.5.1

You can view the changelog here.

v8.5.0

You can view the changelog here.

Commits

Updates fast-uri from 3.1.1 to 3.1.2

Release notes

Sourced from fast-uri's releases.

v3.1.2

⚠️ Security Release

What's Changed

Full Changelog: fastify/fast-uri@v3.1.1...v3.1.2

Commits

Updates hono from 4.12.16 to 4.12.18

Release notes

Sourced from hono's releases.

v4.12.18

Security fixes

This release includes fixes for the following security issues:

Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage

Affects: Cache Middleware. Fixes missing cache-skip handling for Vary: Authorization and Vary: Cookie, where a response cached for one authenticated user could be served to other users. GHSA-p77w-8qqv-26rm

CSS Declaration Injection via Style Object Values in JSX SSR

Affects: hono/jsx. Fixes a missing CSS-context escape for style object values and property names, where untrusted input could inject additional CSS declarations. The impact is limited to CSS and does not allow JavaScript execution. GHSA-qp7p-654g-cw7p

Improper validation of NumericDate claims (exp, nbf, iat) in JWT verify()

Affects: hono/utils/jwt. Fixes improper validation of exp, nbf, and iat claims, where falsy, non-finite, or non-numeric values could silently bypass time-based checks instead of being rejected per RFC 7519. GHSA-hm8q-7f3q-5f36


Users who use the JWT helper, hono/jsx, or the Cache middleware are strongly encouraged to upgrade to this version.

v4.12.17

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.16...v4.12.17

Commits

Updates ip-address from 10.1.0 to 10.2.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 4 updates in the / directory: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript), [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit), [fast-uri](https://github.com/fastify/fast-uri) and [hono](https://github.com/honojs/hono).


Updates `@anthropic-ai/claude-agent-sdk` from 0.2.126 to 0.2.131
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.2.126...v0.2.131)

Updates `@anthropic-ai/claude-agent-sdk-darwin-arm64` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-darwin-x64` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64-musl` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-linux-x64` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-linux-x64-musl` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-win32-arm64` from 0.2.126 to 0.2.131

Updates `@anthropic-ai/claude-agent-sdk-win32-x64` from 0.2.126 to 0.2.131

Updates `express-rate-limit` from 8.4.1 to 8.5.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.4.1...v8.5.1)

Updates `fast-uri` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.1...v3.1.2)

Updates `hono` from 4.12.16 to 4.12.18
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.16...v4.12.18)

Updates `ip-address` from 10.1.0 to 10.2.0
- [Commits](https://github.com/beaugunderson/ip-address/commits)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.2.131
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-arm64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-x64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64-musl"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64-musl"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-arm64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-x64"
  dependency-version: 0.2.131
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: express-rate-limit
  dependency-version: 8.5.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: hono
  dependency-version: 4.12.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ip-address
  dependency-version: 10.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-37c27087f8 branch May 7, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants