Skip to content

Commit ac12277

Browse files
committed
[dependabot skip] Update LavaMoat policies
1 parent f6f70a1 commit ac12277

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
@@ -106,6 +106,7 @@
106106
},
107107
"@metamask/utils>@noble/hashes": {
108108
"globals": {
109+
"TextDecoder": true,
109110
"TextEncoder": true
110111
}
111112
},

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

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

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

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

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

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

0 commit comments

Comments
 (0)