Skip to content

Commit 785a382

Browse files
dependabot[bot]Mrtenzmetamaskbot
authored
chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 (#3297)
Bumps [@metamask/superstruct](https://github.com/MetaMask/superstruct) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/superstruct/releases"><code>@​metamask/superstruct</code>'s releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <h3>Added</h3> <ul> <li>Add <code>exactOptional</code> struct (<a href="https://redirect.github.com/MetaMask/superstruct/pull/32">#32</a>) <ul> <li>This enables adding strictly optional fields to <code>object</code> structs when paired with TypeScript's <code>exactOptionalPropertyTypes</code>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/superstruct/blob/main/CHANGELOG.md"><code>@​metamask/superstruct</code>'s changelog</a>.</em></p> <blockquote> <h2>[3.2.0]</h2> <h3>Added</h3> <ul> <li>Add <code>exactOptional</code> struct (<a href="https://redirect.github.com/MetaMask/superstruct/pull/32">#32</a>) <ul> <li>This enables adding strictly optional fields to <code>object</code> structs when paired with TypeScript's <code>exactOptionalPropertyTypes</code>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/superstruct/commit/5ebc3dbdd0c6c219dbb4ac967cca339cdb33e07f"><code>5ebc3db</code></a> 3.2.0 (<a href="https://redirect.github.com/MetaMask/superstruct/issues/34">#34</a>)</li> <li><a href="https://github.com/MetaMask/superstruct/commit/db04d0bcff7ebae3cf4c2fd2d8ac897f33fe00ce"><code>db04d0b</code></a> feat: Add <code>exactOptional</code> struct (<a href="https://redirect.github.com/MetaMask/superstruct/issues/32">#32</a>)</li> <li><a href="https://github.com/MetaMask/superstruct/commit/c427dbec559305c6516bc8f166dae45b30953b59"><code>c427dbe</code></a> Update workflows to use <code>MetaMask/action-checkout-and-setup</code> (<a href="https://redirect.github.com/MetaMask/superstruct/issues/33">#33</a>)</li> <li><a href="https://github.com/MetaMask/superstruct/commit/06ec105484699609e1401d1ca94492702d7d1482"><code>06ec105</code></a> chore: update security-code-scanner@main to action-security-code-scanner@v1 (...</li> <li><a href="https://github.com/MetaMask/superstruct/commit/86b3b66dcb9f9657cc7f2e545b10b42fd8707a08"><code>86b3b66</code></a> chore: add workflow_dispatch to security-code-scanner (<a href="https://redirect.github.com/MetaMask/superstruct/issues/30">#30</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/superstruct/compare/v3.1.0...v3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/superstruct&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.2.0)](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> Co-authored-by: Maarten Zuidhoorn <[email protected]> Co-authored-by: MetaMask Bot <[email protected]>
1 parent 0ba61f0 commit 785a382

File tree

41 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+52
-52
lines changed

packages/examples/packages/bip32/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "GLI88ERNiNmuJcET6oK99G9tlRcmoywXv/hylgTsWW4=",
10+
"shasum": "yx+dHQcnxMvfmzb7YygBRlpOcfZGDhPQvy1Hiz+H48s=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/bip44/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "UKH6+C+3blFHtSDeZaSQ7rsjfeYByzu/XewNKYKRjFc=",
10+
"shasum": "mPU1LZ3wQGNAOm37+5Pe8NNn6H6S0MYLAstCiC/wAkA=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/browserify-plugin/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "2XIZ9NDtR8XhO4hsAxS89GtjVkpwj/iTuHUv2P0TKYk=",
10+
"shasum": "Qbr3VIystF/tEKyXESJ3ugB8m7n+E0yH8FGCx8od0lA=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/browserify/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "4U6ZsKhhX3XQp20W7rLNWpaExEasUgcSU/+Q/UQQNns=",
10+
"shasum": "KiWycLXvfEReGjt8jp3UpL4OZj1o5sDKMO6IXtwOZIQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/client-status/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "O1tKMkB/KfpepnHs/zOnfKDNyRogRYSFeZl8t8/b+Hg=",
10+
"shasum": "evzo6wfNFKrYDUwhdUdObjFaZMMWligCFmDIhIuPzkA=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/cronjobs/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "cvn98L15eJyKHx8ILZMXdWnldchVezqFyEEBPbzPphA=",
10+
"shasum": "oKesDkKP2nsOn4WTp4Uec4+F3BuCZ/xujN+N5Ok+hUE=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/dialogs/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "3EvoIyaDBktcyCt1ctHZuF8NyLWcvwudTHutInzJLh8=",
10+
"shasum": "m2SAqNiejsxIapxhvF8GuM6v1tRmL8RvdHxI79qYxvc=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/ethereum-provider/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "DyzQbdpV78JuaNeURsCDFyQZM/1hrw6u+bVpmGSbvYU=",
10+
"shasum": "i3kIv0tOoCZLiQLWrQqE8nq6akpgzDBkEbRu5Z3kHvE=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/ethers-js/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "tiSVGL8yltFcza2kKeinRFy78EpJjAOmNq7VdjUuZCA=",
10+
"shasum": "6wb/6oCRqhk6QvBaPjgU+0UNFKZAqf/dOfZrSkFnVRc=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/file-upload/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "t6hAorUvuCN5Drf3fqHjrW6LzOacIpJYBeK+JAS1Mwo=",
10+
"shasum": "EG1kD2PxNFWxy3OJhdbgLK9DBdL6eQ0IAjUnwgRHCAY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/get-entropy/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "jPJLC4JLpXfq5zrccXzmxT9HACjTg34yjhK3ihBMY2k=",
10+
"shasum": "qUb0ngDOKD3sbFCL6v2C19whDA3JIfl+uK4pWZT3HSI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/get-file/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "9IGK/vI2QYGI0pq7kmOwE0rVG9CVru5klycRHUd3d1Y=",
10+
"shasum": "kNDb0YfjgvWZn/Ab2uJDzW36xsqC+2esEXoyDXivEws=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/home-page/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "/g9HeLL1EDw6t63hSBfIA9DktOvw5jvGavQa5xqsyhc=",
10+
"shasum": "xlCqVmAlCNcb1mMCgtZJziGbvKvkJyn5t2UnAjqvA6k=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/images/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "3BZDz8Bb5rS3LZtzyJzWf256FQyPUpau6fSJrdnb6z4=",
10+
"shasum": "j7W+VlD3AmIi0WGubs9M3AZHdMf7tOJRZlUYESmRfyI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/interactive-ui/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ZfrR4llZ3X3UXNIvRClCXQoQ7qSZKdgO3PgVq6L1Gxk=",
10+
"shasum": "2Fvhm+GXB1jMVsA4X0alXbUSClbHhzKRhEVaHLv+OWI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "d3qgQBEwAccMykorxR6nrWTopqRc0L/SfUWB56ttehg=",
10+
"shasum": "xwFStaX439c1UvVtjN8IcizoirB7s/Vo7D2MSexZt0g=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "z7oshK7wm/kA4Oqm4je3l4jzoceecqc6YKLvzKqhD/g=",
10+
"shasum": "bMC5EumMHbBFtlMFXH/VzNAUNB0Ioy1+1UzwX818PT0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/json-rpc/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "Ps3lbfUI5LMi9WQ9jOiSfXpWZdf1fvNOeyvrHma+h2Q=",
10+
"shasum": "rT5rbYhGPOxcSl53uelXGfWTUA6up9NGRes/QinloPM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/jsx/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "XgVTXNaHxTDHytSOuwDQnSPPjMej8JVWnNFz00xDLGY=",
10+
"shasum": "W2HbBkx6QMuM/zgtukEC1aGi2MM0gYo+TLVdy8qTKjc=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/localization/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "L2/MD1fRxVvXQfbpaAOU24AdG2E9XJU8MiIATXGZ4BQ=",
10+
"shasum": "VloqD5iFuSmzugR/XMBK0RUldjqccB2Q7rSAenc6ePQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/manage-state/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "Wbk+BVY53CApi9Mb+zWeBqskA8EDSLkknXPsc/uVFJg=",
10+
"shasum": "85i0UWHCtS/EisyCbWVTKbkWgVdarVvzcTh2ZvkOf8k=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/network-access/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "EDgjvTsKGmLNf00xFp4+nYiFN8w8meNfgbhbc1dvWWM=",
10+
"shasum": "dTn4C7wZ4gS0lgeDT0XNkL93F+2lRoXmqiS5Xcz6W+Y=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/notifications/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "bRj0HIquQ3pmzgxbhptc6xslbxDGBY6EvzWo9aykjAw=",
10+
"shasum": "g9H7dC/BEiG+ybjto7uIUmfpzugIR8LJpyuhPHRcFww=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/preferences/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "jssDpC+BprJyDQTHaeyxbjhtd5NXexla2sN3sPgu6Po=",
10+
"shasum": "MHCNNTqTfJ5ZEmSBaHofczR1DAirzQiQGozzpYq1weU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/preinstalled/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "OSfyuxbY6MZrZzCrte75NyXgh9PKeQKILw+WPlNVry0=",
10+
"shasum": "uzdw/5Rogkb4zCRmPo6iG+nuheSvTOuEEOiij3xWtTI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/protocol/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "/dfiSMyQM9GH0/08lxDXujohugjYmTwIKaPghfttibw=",
10+
"shasum": "1k4HzAgmLH8o+3rtOj3pGA78wT8Sc0DgHIoK8oGToyM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/rollup-plugin/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "kc+x+sqy9Nl+QzASNI+jlrav2zPeJHQsP+gR2r3Mpek=",
10+
"shasum": "yY5LQ2uN84M4cCwK3oSzJw4/8SJUUWm2MO8bBo9azFs=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/send-flow/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "KSE4ym2DWhqAJcJHAeEVZfZIOI88Z5Twd5kWnRbs90M=",
10+
"shasum": "IejIb6AtWbonBIlSdFnyLz8y7m1Xryr4q5clLr8/hC0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/signature-insights/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ksDM4Au4/toUxZEMdG1827cC9nJo/ZOHUGOA/kmQF/Q=",
10+
"shasum": "qXuU4hDF1yoEje+Bi3gaSlRrfjeeQE8HegJ6LkZPdys=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/transaction-insights/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "7bsB6l4qPdrB12apSpFqD0i4DNZ65OOrgvyqu0dj0Mc=",
10+
"shasum": "mQyeqmR+2yfrvrcvQVJrTGuIRG0KG28Wb22NSiRIZuY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/wasm/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ryZNycj0Gh7VH4EeDd2ZaaZKVYc6qCbOrfvzUjZ4MIQ=",
10+
"shasum": "Mcvo+hCZL978RBnnNB3L+3jk0Z9VhKNryf9J/L6Nn9g=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/webpack-plugin/snap.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "AW3z02KSdlxrW8Xw3VXOK2Hk5I6IO111bTKVK9IhxK4=",
10+
"shasum": "ThiFqX6qw8e8fILYGNczEOGmZTqMxhX98sWFORRDXxI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@metamask/snaps-sdk": "workspace:^",
7676
"@metamask/snaps-utils": "workspace:^",
7777
"@metamask/snaps-webpack-plugin": "workspace:^",
78-
"@metamask/superstruct": "^3.1.0",
78+
"@metamask/superstruct": "^3.2.1",
7979
"@metamask/utils": "^11.2.0",
8080
"@swc/core": "1.3.78",
8181
"assert": "^2.0.0",

packages/snaps-execution-environments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@metamask/rpc-errors": "^7.0.2",
7373
"@metamask/snaps-sdk": "workspace:^",
7474
"@metamask/snaps-utils": "workspace:^",
75-
"@metamask/superstruct": "^3.1.0",
75+
"@metamask/superstruct": "^3.2.1",
7676
"@metamask/utils": "^11.2.0",
7777
"nanoid": "^3.3.10",
7878
"readable-stream": "^3.6.2"

packages/snaps-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@metamask/snaps-controllers": "workspace:^",
6464
"@metamask/snaps-sdk": "workspace:^",
6565
"@metamask/snaps-simulation": "workspace:^",
66-
"@metamask/superstruct": "^3.1.0",
66+
"@metamask/superstruct": "^3.2.1",
6767
"@metamask/utils": "^11.2.0",
6868
"express": "^4.21.2",
6969
"jest-environment-node": "^29.5.0",

packages/snaps-rpc-methods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@metamask/rpc-errors": "^7.0.2",
6161
"@metamask/snaps-sdk": "workspace:^",
6262
"@metamask/snaps-utils": "workspace:^",
63-
"@metamask/superstruct": "^3.1.0",
63+
"@metamask/superstruct": "^3.2.1",
6464
"@metamask/utils": "^11.2.0",
6565
"@noble/hashes": "^1.7.1",
6666
"luxon": "^3.5.0"

packages/snaps-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@metamask/key-tree": "^10.1.1",
9595
"@metamask/providers": "^21.0.0",
9696
"@metamask/rpc-errors": "^7.0.2",
97-
"@metamask/superstruct": "^3.1.0",
97+
"@metamask/superstruct": "^3.2.1",
9898
"@metamask/utils": "^11.2.0"
9999
},
100100
"devDependencies": {

packages/snaps-simulation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@metamask/snaps-rpc-methods": "workspace:^",
6868
"@metamask/snaps-sdk": "workspace:^",
6969
"@metamask/snaps-utils": "workspace:^",
70-
"@metamask/superstruct": "^3.1.0",
70+
"@metamask/superstruct": "^3.2.1",
7171
"@metamask/utils": "^11.2.0",
7272
"@reduxjs/toolkit": "^1.9.5",
7373
"fast-deep-equal": "^3.1.3",

packages/snaps-simulator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/snaps-rpc-methods": "workspace:^",
5858
"@metamask/snaps-sdk": "workspace:^",
5959
"@metamask/snaps-utils": "workspace:^",
60-
"@metamask/superstruct": "^3.1.0",
60+
"@metamask/superstruct": "^3.2.1",
6161
"@metamask/utils": "^11.2.0",
6262
"@minoru/react-dnd-treeview": "^3.4.4",
6363
"@noble/hashes": "^1.7.1",

packages/snaps-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@metamask/slip44": "^4.1.0",
8888
"@metamask/snaps-registry": "^3.2.3",
8989
"@metamask/snaps-sdk": "workspace:^",
90-
"@metamask/superstruct": "^3.1.0",
90+
"@metamask/superstruct": "^3.2.1",
9191
"@metamask/utils": "^11.2.0",
9292
"@noble/hashes": "^1.7.1",
9393
"@scure/base": "^1.1.1",

0 commit comments

Comments
 (0)