Skip to content

Commit

Permalink
fix: lavamoat
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkycocho committed Oct 9, 2023
1 parent ddaae92 commit 1fbe43a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
35 changes: 33 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@lavamoat/allow-scripts": "^1.0.4",
"@lavamoat/allow-scripts": "^2.5.1",
"@metamask/eslint-config": "^5.0.0",
"@metamask/forwarder": "^1.1.0",
"@metamask/test-dapp": "^4.0.1",
Expand Down Expand Up @@ -271,7 +271,38 @@
"@lavamoat/preinstall-always-fail": false,
"fsevents": false,
"scrypt": false,
"postinstall-postinstall": false
"postinstall-postinstall": false,
"@fortawesome/fontawesome-free": false,
"@starcoin/stc-keyring-controller>@starcoin/aptos-hd-keyring>@starcoin/starcoin>ethereumjs-util>keccak": false,
"@starcoin/stc-keyring-controller>@starcoin/stc-hd-keyring>@starcoin/starcoin>ethereumjs-util>keccak": false,
"@starcoin/stc-keyring-controller>@starcoin/stc-hd-keyring>@starcoin/stc-util>keccak": false,
"@starcoin/stc-keyring-controller>@starcoin/stc-simple-keyring>@starcoin/stc-util>keccak": false,
"@starcoin/stc-keyring-controller>@starcoin/stc-util>keccak": false,
"@starcoin/stc-multisign-keyring>@starcoin/stc-util>keccak": false,
"@starcoin/stc-multisign-keyring>@starcoin/stc-wallet>@starcoin/starcoin>ethereumjs-util>keccak": false,
"@starcoin/stc-multisign-keyring>@starcoin/stc-wallet>scrypt.js>scrypt": false,
"@starcoin/stc-nonce-tracker>@starcoin/stc-util>keccak": false,
"@starcoin/stc-util>keccak": false,
"@storybook/react>core-js": false,
"ethereumjs-util>keccak": false,
"ethereumjs-util>secp256k1": false,
"ethereumjs-wallet>ethereum-cryptography>keccak": false,
"ethereumjs-wallet>ethereum-cryptography>secp256k1": false,
"ethjs-contract>babel-runtime>core-js": false,
"ganache-cli>ethereumjs-util>ethereum-cryptography>keccak": false,
"ganache-cli>ethereumjs-util>ethereum-cryptography>secp256k1": false,
"ganache-core>ethereumjs-vm>core-js-pure": false,
"ganache-core>keccak": false,
"ganache-core>web3": false,
"ganache-core>web3-provider-engine>eth-block-tracker>json-rpc-engine>babelify>babel-core>babel-register>core-js": false,
"ganache-core>websocket>bufferutil": false,
"ganache-core>websocket>es5-ext": false,
"ganache-core>websocket>utf-8-validate": false,
"react-devtools>electron": false,
"sass-loader>node-sass": false,
"stc-lib-onekey-keyring>@starcoin/stc-hdkey>@starcoin/stc-util>keccak": false,
"stc-lib-onekey-keyring>@starcoin/stc-util>keccak": false,
"watchify>chokidar>fsevents": false
}
}
}

0 comments on commit 1fbe43a

Please sign in to comment.