Skip to content

chore(deps): bump the npm-mcp-non-security group across 1 directory with 3 updates - #74

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mcp-server/main/npm-mcp-non-security-d4d7a4fac1
Open

chore(deps): bump the npm-mcp-non-security group across 1 directory with 3 updates#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mcp-server/main/npm-mcp-non-security-d4d7a4fac1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-mcp-non-security group with 3 updates in the /mcp-server directory: @7h3/protocol, zod and @types/node.

Updates @7h3/protocol from 0.5.4 to 0.5.6

Changelog

Sourced from @​7h3/protocol's changelog.

v0.5.6 — 2026-08-08

Fixed

  • CLI build regression that broke v0.5.5's npm publish. bin/7h3.ts passed an InMemoryRedisLikeClient straight to RedisReplayStore, which takes an options object ({ client, redisUrl, keyPrefix }) — and the two interfaces were never compatible in the first place. Replaced with a small InMemoryCliReplayStore implementing the gateway's ReplayStore interface directly; a single-process CLI store needs no Redis abstraction. Only tsc -p tsconfig.bin.json (what package:protocol and publish.yml run) catches this class of error — the root tsc --noEmit does not compile bin/7h3.ts's dynamic imports against built dist/ output.

Release note

crates.io and PyPI published v0.5.5 successfully — neither artifact includes bin/7h3.ts — and only the npm publish failed. Rather than force-move an already-pushed tag, all six targets were bumped to v0.5.6.

Wire format unchanged: 7h3/0.1.

v0.5.5 — 2026-08-08

Security

  • Gateway capability-token auth bypassed allowedSenders and rate limiting. The capability path returned ok: true immediately; both checks now run on every auth path through a shared post-auth check.
  • Path-traversal bypass in the gateway. Request paths are now normalized once and the normalized path is used for both policy matching and upstream forwarding. x-7h3-verified is no longer set on requests that skipped verification.
  • Capability delegation chains accepted escalation — broader scope, longer TTL, and maxDelegations: 0 all passed verification. Also fixed a glob-containment bug that treated ** as narrower than *.
  • Non-finite timestampMs / ttlMs defeated TTL expiry, clock-skew, and replay checks in protocol.ts, protocolTransport.ts, and protocolReplay.ts.
  • CBOR map decoding allowed __proto__ prototype pollution; envelope field decoding now validates types instead of blindly casting.
  • mcpWrapper's requireSignature could be silently overridden to false through option spread order.
  • Key revocation only blocked Ed25519, not the same key's HMAC shared-secret path; unrecognized sender IDs no longer fall back to the current key.
  • Webhook and WebSocket bindings had no replay protection — a captured valid message could be replayed indefinitely inside its TTL window. Both now accept an optional replayCache (InMemoryWebhookReplayCache included).
  • SlidingWindowRateLimiter grew without bound while tracking unique senders; its key map is now LRU-evicted.
  • The CLI refuses to start an unverified passthrough gateway without

... (truncated)

Commits
  • 79e3168 release: bump all packages to 0.5.6
  • 3191847 fix(cli): fix type error breaking the v0.5.5 publish build
  • fc81508 release: bump all packages to 0.5.5, fix nanoid high-severity advisory across...
  • bb8982a fix(deps): bump cryptography 49.0.0 -> 50.0.0 to close GHSA-g6cj-pr64-35w5
  • bf3bb1a security: fix gateway/capability/protocol/CBOR/wire hardening findings from f...
  • bb9752b fix(deps): override undici to 7.29.0 in cloudflare/ to close 3 fresh advisories
  • See full diff in compare view

Updates zod from 4.4.3 to 4.5.4

Release notes

Sourced from zod's releases.

v4.5.4

Commits:

  • 84e416fbf4740527bbc8f319634f4e1b065bb42c fix(v4): stop the cycle walk from firing a default factory (#6500)
  • e8e206fa33ac5fe7ce20a2beb12d57b1cb3df653 4.5.4

v4.5.3

Commits:

  • e6b6ab347675cd2bd54b1bdbed16f98c59be82a9 docs(blog): widen the z.compile example to a 20-property schema
  • 87d6464418582bb96fc665a01f852ca6da324ad0 fix(docs): drop the OG description when the title wraps past two lines
  • 99fce394a026823e602b9c30d8d5d9f5f1932ce7 bench(v4): z.compile() against zod-compiler (#6499)
  • e3a695b6bf3f0d591ea682816e3cdaea04b0f967 docs(v4): record the email regex and container output-shape findings under Open
  • 7e24a24288183ce02554f1ded7775d0650a7b7e6 docs(blog): drop the reading time and put a GitHub link in the navbar
  • eab51ff3592b2d11d863f4ee4d5452f31a3de1b6 fix(v4): emit record numeric keys as strings in toJSONSchema (#6497)

v4.5.2

Commits:

  • a354314ac04fdd5484aa62dd5c3a4b553211a0e4 fix(docs): keep blog posts out of the docs collection (#6484)
  • d378c42aff6869f0929058a7923cd775880f5c4c ci: drop canary publishing from the release workflow (#6487)
  • 212b941791e7faae078e17645eb612824fd8f79a fix(v4): let a prototype method getter answer a bare call so vi.spyOn works (#6488)
  • e7576f542a7bc7ef3cc5eeec237714fd0e6b6e98 docs(blog): let the page show through the navbar in dark mode (#6489)
  • fedb06fafe33a66ce0b5c236ad2557e0a5a170fe fix(docs): match the blog TOC hover bar to the 2px active indicator
  • 6c932fcb2eea6eb671710ea058ca9fdc382ada89 chore: bump devcontainer image to Node 24 (#6470)
  • 6635d9dd367a664109de83c021995821f48efa29 docs(blog): soften the "method memoization" attribution
  • 019ae299cc75daa132bf1acf59086a520abf6b85 fix(docs): drop ISR on the docs route so the home page hydrates
  • 652bb438aa4c626c1cd7948c6849c4691239fca7 chore(docs): drop the scroll log from the route-change scroller
  • 571c8e8a3d73b4305f4abfdd6977773cc12f2bf5 fix(docs): render blog tabs with the stock fumadocs tab card
  • 9a193aa24b4efa3b315b91d4c56c8bc385b8513f 4.5.2

v4.5.1

Commits:

  • 2e862dbf89da2835e5206a8fd3d3be61afe3cf7f ci: gate the GitHub release and JSR publish on the version being live on npm
  • 8e03380510db36fa6fda979fc78a375fdea8021c 4.5.1

v4.5.0

Zod 4.5 is now available.

npm install zod@latest

At a glance:

... (truncated)

Commits
  • e8e206f 4.5.4
  • 84e416f fix(v4): stop the cycle walk from firing a default factory (#6500)
  • 1a16102 4.5.3
  • eab51ff fix(v4): emit record numeric keys as strings in toJSONSchema (#6497)
  • 7e24a24 docs(blog): drop the reading time and put a GitHub link in the navbar
  • e3a695b docs(v4): record the email regex and container output-shape findings under Open
  • 99fce39 bench(v4): z.compile() against zod-compiler (#6499)
  • 87d6464 fix(docs): drop the OG description when the title wraps past two lines
  • e6b6ab3 docs(blog): widen the z.compile example to a 20-property schema
  • 9a193aa 4.5.2
  • Additional commits viewable in compare view

Updates @types/node from 26.1.2 to 26.4.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@dependabot
dependabot Bot requested a review from IceMasterT as a code owner September 2, 2026 15:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mcp-server/main/npm-mcp-non-security-d4d7a4fac1 branch 2 times, most recently from 8d2431d to 54acc34 Compare September 2, 2026 19:56
…ith 3 updates

Bumps the npm-mcp-non-security group with 3 updates in the /mcp-server directory: [@7h3/protocol](https://github.com/IceMasterT/7h3-protocol), [zod](https://github.com/colinhacks/zod) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@7h3/protocol` from 0.5.4 to 0.5.6
- [Release notes](https://github.com/IceMasterT/7h3-protocol/releases)
- [Changelog](https://github.com/IceMasterT/7h3-protocol/blob/main/CHANGELOG.md)
- [Commits](v0.5.4...v0.5.6)

Updates `zod` from 4.4.3 to 4.5.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.4.3...v4.5.4)

Updates `@types/node` from 26.1.2 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@7h3/protocol"
  dependency-version: 0.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-mcp-non-security
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-mcp-non-security
- dependency-name: zod
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-mcp-non-security
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mcp-server/main/npm-mcp-non-security-d4d7a4fac1 branch from 54acc34 to 1e5be4d Compare September 2, 2026 20:54
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