Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps @metamask/eth-json-rpc-middleware from 17.0.1 to 22.0.0.

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)

Note

Upgrade @metamask/eth-json-rpc-middleware to ^22.0.0 and refresh lockfile with related dependency updates.

  • Dependencies:
    • Upgrade packages/snaps-simulation/package.json: @metamask/eth-json-rpc-middleware^22.0.0.
    • Lockfile updates: Align transitive packages, including @metamask/eth-block-tracker@^15, @metamask/eth-json-rpc-provider@^6 (adds nanoid), @metamask/eth-sig-util@^8.2.0, @metamask/json-rpc-engine@^10.2.0, and add @metamask/message-manager, jsonschema, and @types/uuid.

Written by Cursor Bugbot for commit 653ea51. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 21, 2025 06:05
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Nov 21, 2025
@socket-security
Copy link

socket-security bot commented Nov 21, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​metamask/​eth-json-rpc-middleware@​17.0.1 ⏵ 22.0.099 +110080 +596 +7100

View full report

},
"dependencies": {
"@metamask/eth-json-rpc-middleware": "^17.0.1",
"@metamask/eth-json-rpc-middleware": "^22.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Mismatched json-rpc-engine dependency version requirement

The new @metamask/[email protected] requires @metamask/json-rpc-engine@^10.2.0, but the package.json specifies ^10.1.0. The caret constraint ^10.1.0 resolves to version 10.1.1, which doesn't satisfy the ^10.2.0 requirement from the middleware dependency. This creates an unsatisfiable constraint that will cause dependency resolution to fail. Update @metamask/json-rpc-engine to ^10.2.0 to match the requirement.

Fix in Cursor Fix in Web

Bumps [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/core) from 17.0.1 to 22.0.0.
- [Release notes](https://github.com/MetaMask/core/releases)
- [Changelog](https://github.com/MetaMask/core/blob/main/docs/reviewing-release-prs.md)
- [Commits](https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected])

---
updated-dependencies:
- dependency-name: "@metamask/eth-json-rpc-middleware"
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/eth-json-rpc-middleware-22.0.0 branch from e72bcad to 653ea51 Compare November 21, 2025 10:58
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.

1 participant