Skip to content

Commit 302d268

Browse files
Bump @metamask/utils from 11.4.0 to 11.4.2 (#391)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.4.0 to 11.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/releases"><code>@​metamask/utils</code>'s releases</a>.</em></p> <blockquote> <h2>11.4.2</h2> <h3>Fixed</h3> <ul> <li>Improve performance of <code>isValidChecksumAddress</code> and <code>isValidHexAddress</code> functions (<a href="https://redirect.github.com/MetaMask/utils/pull/248">#248</a>)</li> </ul> <h2>11.4.1</h2> <h3>Fixed</h3> <ul> <li>Improve performance of <code>getChecksumAddress</code> function (<a href="https://redirect.github.com/MetaMask/utils/pull/246">#246</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/blob/main/CHANGELOG.md"><code>@​metamask/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>[11.4.2]</h2> <h3>Fixed</h3> <ul> <li>Improve performance of <code>isValidChecksumAddress</code> and <code>isValidHexAddress</code> functions (<a href="https://redirect.github.com/MetaMask/utils/pull/248">#248</a>)</li> </ul> <h2>[11.4.1]</h2> <h3>Fixed</h3> <ul> <li>Improve performance of <code>getChecksumAddress</code> function (<a href="https://redirect.github.com/MetaMask/utils/pull/246">#246</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/1bea7f378c37117260912af1921556bc57110d20"><code>1bea7f3</code></a> 11.4.2 (<a href="https://redirect.github.com/MetaMask/utils/issues/249">#249</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/900aae0e30ba7d23538069c88798fcbe40529165"><code>900aae0</code></a> chore: faster address validation (<a href="https://redirect.github.com/MetaMask/utils/issues/248">#248</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/33629cbd4894210903a1ed98f6e1a1a55c7317ba"><code>33629cb</code></a> 11.4.1 (<a href="https://redirect.github.com/MetaMask/utils/issues/247">#247</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/1ab63624d3e57545a54c555806a1847abee5517a"><code>1ab6362</code></a> chore: getChecksumAddress memoized and faster (<a href="https://redirect.github.com/MetaMask/utils/issues/246">#246</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.4.0...v11.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/utils&package-manager=npm_and_yarn&previous-version=11.4.0&new-version=11.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3738042 commit 302d268

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

yarn.lock

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,24 +3544,7 @@ __metadata:
35443544
languageName: node
35453545
linkType: hard
35463546

3547-
"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.2.0, @metamask/utils@npm:^11.4.0":
3548-
version: 11.4.0
3549-
resolution: "@metamask/utils@npm:11.4.0"
3550-
dependencies:
3551-
"@ethereumjs/tx": ^4.2.0
3552-
"@metamask/superstruct": ^3.1.0
3553-
"@noble/hashes": ^1.3.1
3554-
"@scure/base": ^1.1.3
3555-
"@types/debug": ^4.1.7
3556-
debug: ^4.3.4
3557-
pony-cause: ^2.1.10
3558-
semver: ^7.5.4
3559-
uuid: ^9.0.1
3560-
checksum: 18f4ac60221b4651a4c64fe9b2985092537248662634e8c6757afaef752b9dc400bd13fb7f4e8172823f5e5ec96ea129d7622c0fb2f3b9abfec2af8b466fff92
3561-
languageName: node
3562-
linkType: hard
3563-
3564-
"@metamask/utils@npm:^11.4.2":
3547+
"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.2.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2":
35653548
version: 11.4.2
35663549
resolution: "@metamask/utils@npm:11.4.2"
35673550
dependencies:

0 commit comments

Comments
 (0)