Skip to content

Commit 697e62a

Browse files
metamaskbotcryptodev-2s
authored andcommitted
[dependabot skip] Update LavaMoat policies
1 parent 010b021 commit 697e62a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/snaps-execution-environments/lavamoat/webpack/iframe/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
},
108108
"@metamask/utils>@noble/hashes": {
109109
"globals": {
110+
"TextDecoder": true,
110111
"TextEncoder": true
111112
}
112113
},

packages/snaps-execution-environments/lavamoat/webpack/node-process/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
},
114114
"@metamask/utils>@noble/hashes": {
115115
"globals": {
116+
"TextDecoder": true,
116117
"TextEncoder": true
117118
}
118119
},

packages/snaps-execution-environments/lavamoat/webpack/node-thread/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
},
114114
"@metamask/utils>@noble/hashes": {
115115
"globals": {
116+
"TextDecoder": true,
116117
"TextEncoder": true
117118
}
118119
},

packages/snaps-execution-environments/lavamoat/webpack/webview/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
},
108108
"@metamask/utils>@noble/hashes": {
109109
"globals": {
110+
"TextDecoder": true,
110111
"TextEncoder": true
111112
}
112113
},

0 commit comments

Comments
 (0)