Skip to content

Commit

Permalink
Bump @metamask/utils to 5.0.0 (#18155)
Browse files Browse the repository at this point in the history
* Update utils

* Ignore as-sha256

* Update LavaMoat policies
  • Loading branch information
FrederikBolding authored Mar 16, 2023
1 parent 1482cd1 commit 872a8c7
Show file tree
Hide file tree
Showing 7 changed files with 986 additions and 490 deletions.
3 changes: 3 additions & 0 deletions development/build/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,9 @@ function setupBundlerDefaults(
bundlerOpts.manualIgnore.push('remote-redux-devtools');
}

// This dependency uses WASM which we cannot execute in accordance with our CSP
bundlerOpts.manualIgnore.push('@chainsafe/as-sha256');

// Inject environment variables via node-style `process.env`
if (envVars) {
bundlerOpts.transform.push([envify(envVars), { global: true }]);
Expand Down
Loading

0 comments on commit 872a8c7

Please sign in to comment.