Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps @metamask/utils from 11.4.0 to 11.8.0.

Release notes

Sourced from @​metamask/utils's releases.

11.8.0

Added

  • Add areUint8ArraysEqual function to compare two Uint8Array types (#268)

11.7.0

Added

  • Add Tron CAIP namespace (#266)

Fixed

  • Fix API docs generation (#264)

11.6.0

Added

  • Migrate units conversion utils from @metamask/ethjs-unit (#255)

Changed

  • Make KnownCaipNamespacedChainId type generic over Namespace type parameter (#262)

11.5.0

Added

  • Add KnownCaipNamespacedChainId type as narrower subtype of CaipChainId (#258)

Changed

  • Add lodash and @types/lodash as dependencies (#253, #257)

Removed

  • Remove lodash.memoize (dependency) and @types/lodash.memoize (devDependency) (#253).

11.4.2

Fixed

  • Improve performance of isValidChecksumAddress and isValidHexAddress functions (#248)

11.4.1

Fixed

  • Improve performance of getChecksumAddress function (#246)
Changelog

Sourced from @​metamask/utils's changelog.

[11.8.0]

Added

  • Add areUint8ArraysEqual function to compare two Uint8Array types (#268)

[11.7.0]

Added

  • Add Tron CAIP namespace (#266)

Fixed

  • Fix API docs generation (#264)

[11.6.0]

Added

  • Migrate units conversion utils from @metamask/ethjs-unit (#255)

Changed

  • Make KnownCaipNamespacedChainId type generic over Namespace type parameter (#262)

[11.5.0]

Added

  • Add KnownCaipNamespacedChainId type as narrower subtype of CaipChainId (#258)

Changed

  • Add lodash and @types/lodash as dependencies (#253, #257)

Removed

  • Remove lodash.memoize (dependency) and @types/lodash.memoize (devDependency) (#253).

[11.4.2]

Fixed

  • Improve performance of isValidChecksumAddress and isValidHexAddress functions (#248)

[11.4.1]

Fixed

... (truncated)

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)

Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.4.0 to 11.8.0.
- [Release notes](https://github.com/MetaMask/utils/releases)
- [Changelog](https://github.com/MetaMask/utils/blob/main/CHANGELOG.md)
- [Commits](MetaMask/utils@v11.4.0...v11.8.0)

---
updated-dependencies:
- dependency-name: "@metamask/utils"
  dependency-version: 11.8.0
  dependency-type: direct:production
  update-type: version-update:semver-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 Sep 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 15, 2025 06:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 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@​types/​lodash@​4.17.201001008084100
Addedlodash@​4.17.211001008781100
Updated@​metamask/​utils@​11.4.0 ⏵ 11.8.09910094 +198 +6100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn Low
lodash@4.17.21 is a AI-detected potential code anomaly.

Notes: This is a legitimate template compiler implementation that uses dynamic code generation (Function constructor) and optional 'with' scope. It is not malicious by intent in the provided fragment, but it exposes typical high-risk behaviors: arbitrary code execution via evaluate delimiters, potential XSS from unescaped interpolation, and broader attack surface if untrusted templates or imports are used. Use only with trusted templates or ensure strict delimiter/escaping policies. No evidence of backdoor, exfiltration, or obfuscated malicious payloads found in the provided code.

Confidence: 1.00

Severity: 0.60

From: yarn.locknpm/lodash@4.17.21

ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?

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: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/lodash@4.17.21. 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Looks like @metamask/utils is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/utils-11.8.0 branch September 22, 2025 22:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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