Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps @metamask/snaps-rpc-methods from 13.5.1 to 13.5.3.

Commits
  • 3fda705 release: 128.0.0 (#3690)
  • fff1ef6 chore: Revert "release: 128.0.0 (#3685)" (#3688)
  • e246ad7 release: 128.0.0 (#3685)
  • aa6cc78 docs(contributing): update Node.js version to 20 to match engines (#3604)
  • 1f14fa8 fix: Wait for unlock before handling manageAccounts requests (#3686)
  • ea29b05 chore: Bump @​metamask/approval-controller from 7.1.3 to 7.2.0 (#3671)
  • 6f54282 chore: make @​metamask/test-snaps-site publishable (#3679)
  • 9aa68cd fix: Throw if Snap not installed (#3666)
  • 5d19c66 chore: Bump @​metamask/json-rpc-middleware-stream from 8.0.7 to 8.0.8 (#3670)
  • 2c9481a chore: Bump @​metamask/controller-utils from 11.14.0 to 11.14.1 (#3676)
  • Additional commits viewable in compare view

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

Dependency update

  • Upgrade @metamask/snaps-rpc-methods from 13.5.1 to 13.5.3
  • Refresh transitive deps: @metamask/snaps-sdk to ^10 (locks to 10.4.0), @metamask/utils to ^11.8.1/11.9.0, and adjusts @metamask/snaps-utils ranges
  • Lockfile-only changes; no source code modifications

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

Bumps [@metamask/snaps-rpc-methods](https://github.com/MetaMask/snaps) from 13.5.1 to 13.5.3.
- [Release notes](https://github.com/MetaMask/snaps/releases)
- [Commits](https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected])

---
updated-dependencies:
- dependency-name: "@metamask/snaps-rpc-methods"
  dependency-version: 13.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 23, 2026 06:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 23, 2026
@socket-security
Copy link

Caution

MetaMask internal reviewing guidelines:

  • Do not ignore-all
  • Each alert has instructions on how to review if you don't know what it means. If lost, ask your Security Liaison or the supply-chain group
  • Copy-paste ignore lines for specific packages or a group of one kind with a note on what research you did to deem it safe.
    @SocketSecurity ignore npm/PACKAGE@VERSION
Action Severity Alert  (click "▶" to expand/collapse)
Block Medium
Network access: npm @metamask/snaps-rpc-methods in module globalThis["fetch"]

Module: globalThis["fetch"]

Location: Package overview

From: ?npm/@metamask/[email protected]npm/@metamask/[email protected]

ℹ Read more on: This package | This alert | What is network access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@metamask/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

"@metamask/rpc-errors": ^7.0.3
"@metamask/snaps-sdk": ^9.3.0
"@metamask/snaps-utils": ^11.5.0
"@metamask/snaps-sdk": ^10.0.0
Copy link

Choose a reason for hiding this comment

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

Major version conflict in snaps-sdk dependencies

High Severity

The dependency update creates a major version conflict for @metamask/snaps-sdk. The upgraded @metamask/[email protected] now depends on @metamask/snaps-sdk@^10.0.0 (resolving to 10.4.0), but @metamask/[email protected] still directly depends on @metamask/snaps-sdk@^9.3.0. This results in three different versions of the SDK in the dependency tree (9.3.0, 10.3.0, and 10.4.0), causing potential runtime errors, type mismatches, instanceof failures, and increased bundle size.

Additional Locations (1)

Fix in Cursor Fix in Web

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