Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2025

Bumps @metamask/snaps-controllers from 13.1.0 to 14.0.2.

Commits
  • f56d0dd release: 118.0.0 (#3524)
  • a47bb43 feat: Add snap_startTrace and snap_endTrace methods for performance traci...
  • 9ef5f0f fix: Improve executor error messaging (#3521)
  • 71d4834 fix: Ensure Snap gets half of allocated init time (#3522)
  • 46c9eb9 chore: Bump @​metamask/utils from 11.4.0 to 11.4.1 (#3516)
  • 2786b0e fix: Show different error message for cancelled requests when Snap is stopped...
  • 7a1340b feat: Auto grant EVM permissions to preinstalled Snaps (#3410)
  • b485691 fix: Clear cronjobs when installing a Snap (#3514)
  • 0e13483 ci: Lint changelogs in CI (#3512)
  • 6399f71 release: 117.0.0 (#3511)
  • 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)

Bumps [@metamask/snaps-controllers](https://github.com/MetaMask/snaps) from 13.1.0 to 14.0.2.
- [Release notes](https://github.com/MetaMask/snaps/releases)
- [Commits](https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.1.0...@metamask/snaps-controllers@14.0.2)

---
updated-dependencies:
- dependency-name: "@metamask/snaps-controllers"
  dependency-version: 14.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jul 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 3, 2025 07:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2025
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jul 3, 2025
@socket-security
Copy link

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​metamask/​snaps-utils@​11.0.0981007499100
Updated@​metamask/​snaps-rpc-methods@​13.1.0 ⏵ 13.3.098 -210074 -2699 -150 -50
Updated@​metamask/​snaps-controllers@​13.1.0 ⏵ 14.0.296 -410074 -2610050 -50
Added@​metamask/​snaps-sdk@​9.1.09910076100100

View full report

@socket-security
Copy link

Caution

Review the following alerts detected in dependencies.

According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.

Action Severity Alert (click for details)
Block Medium
@metamask/snaps-sdk@9.1.0 has Network access.

Module: globalThis["fetch"]

Location: Package overview

From: package.jsonnpm/@metamask/snaps-sdk@9.1.0

ℹ 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 support@socket.dev.

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/snaps-sdk@9.1.0. 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.

Block Medium
@metamask/snaps-utils@11.0.0 has Network access.

Module: globalThis["fetch"]

Location: Package overview

From: package.jsonnpm/@metamask/snaps-utils@11.0.0

ℹ 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 support@socket.dev.

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/snaps-utils@11.0.0. 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.

Bug: Snap SDK Update Causes Dependency Conflicts

Updating @metamask/snaps-controllers to ^14.0.2 in devDependencies introduces version conflicts. It requires @metamask/snaps-sdk@^9.1.0, @metamask/snaps-utils@^11.0.0, and @metamask/utils@^11.4.1, which are newer than the currently specified ^8.1.0, ^10.1.0, and ^11.4.0 respectively. This mismatch results in multiple major versions of these packages being installed, leading to dependency resolution issues and potential runtime inconsistencies.

package.json#L45-L48

"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-controllers": "^14.0.2",
"@metamask/snaps-sdk": "^8.1.0",
"@metamask/snaps-utils": "^10.1.0",

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2025

Superseded by #1276.

@dependabot dependabot bot closed this Jul 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/snaps-controllers-14.0.2 branch July 10, 2025 06:50
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