mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
snaps-skunkworks@0.10.7 (#14323)
* snaps-skunkworks@0.10.7 * Bump iframe-execution-environment
This commit is contained in:
parent
afcc3a8f26
commit
cb963f3c29
@ -596,7 +596,7 @@ export default class MetamaskController extends EventEmitter {
|
|||||||
this.workerController = new IframeExecutionService({
|
this.workerController = new IframeExecutionService({
|
||||||
onError: this.onExecutionEnvironmentError.bind(this),
|
onError: this.onExecutionEnvironmentError.bind(this),
|
||||||
iframeUrl: new URL(
|
iframeUrl: new URL(
|
||||||
'https://metamask.github.io/iframe-execution-environment/0.4.2',
|
'https://metamask.github.io/iframe-execution-environment/0.4.3',
|
||||||
),
|
),
|
||||||
messenger: this.controllerMessenger.getRestricted({
|
messenger: this.controllerMessenger.getRestricted({
|
||||||
name: 'ExecutionService',
|
name: 'ExecutionService',
|
||||||
|
@ -119,17 +119,17 @@
|
|||||||
"@metamask/eth-ledger-bridge-keyring": "^0.10.0",
|
"@metamask/eth-ledger-bridge-keyring": "^0.10.0",
|
||||||
"@metamask/eth-token-tracker": "^4.0.0",
|
"@metamask/eth-token-tracker": "^4.0.0",
|
||||||
"@metamask/etherscan-link": "^2.1.0",
|
"@metamask/etherscan-link": "^2.1.0",
|
||||||
"@metamask/iframe-execution-environment-service": "^0.10.6",
|
"@metamask/iframe-execution-environment-service": "^0.10.7",
|
||||||
"@metamask/jazzicon": "^2.0.0",
|
"@metamask/jazzicon": "^2.0.0",
|
||||||
"@metamask/logo": "^3.1.1",
|
"@metamask/logo": "^3.1.1",
|
||||||
"@metamask/metamask-eth-abis": "^3.0.0",
|
"@metamask/metamask-eth-abis": "^3.0.0",
|
||||||
"@metamask/obs-store": "^5.0.0",
|
"@metamask/obs-store": "^5.0.0",
|
||||||
"@metamask/post-message-stream": "^4.0.0",
|
"@metamask/post-message-stream": "^4.0.0",
|
||||||
"@metamask/providers": "^8.1.1",
|
"@metamask/providers": "^8.1.1",
|
||||||
"@metamask/rpc-methods": "^0.10.6",
|
"@metamask/rpc-methods": "^0.10.7",
|
||||||
"@metamask/slip44": "^2.0.0",
|
"@metamask/slip44": "^2.0.0",
|
||||||
"@metamask/smart-transactions-controller": "^1.9.1",
|
"@metamask/smart-transactions-controller": "^1.9.1",
|
||||||
"@metamask/snap-controllers": "^0.10.6",
|
"@metamask/snap-controllers": "^0.10.7",
|
||||||
"@ngraveio/bc-ur": "^1.1.6",
|
"@ngraveio/bc-ur": "^1.1.6",
|
||||||
"@popperjs/core": "^2.4.0",
|
"@popperjs/core": "^2.4.0",
|
||||||
"@reduxjs/toolkit": "^1.6.2",
|
"@reduxjs/toolkit": "^1.6.2",
|
||||||
|
52
yarn.lock
52
yarn.lock
@ -2866,15 +2866,15 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@metamask/etherscan-link/-/etherscan-link-2.1.0.tgz#c0be8e68445b7b83cf85bcc03a56cdf8e256c973"
|
resolved "https://registry.yarnpkg.com/@metamask/etherscan-link/-/etherscan-link-2.1.0.tgz#c0be8e68445b7b83cf85bcc03a56cdf8e256c973"
|
||||||
integrity sha512-ADuWlTUkFfN2vXlz81Bg/0BA+XRor+CdK1055p6k7H6BLIPoDKn9SBOFld9haQFuR9cKh/JYHcnlSIv5R4fUEw==
|
integrity sha512-ADuWlTUkFfN2vXlz81Bg/0BA+XRor+CdK1055p6k7H6BLIPoDKn9SBOFld9haQFuR9cKh/JYHcnlSIv5R4fUEw==
|
||||||
|
|
||||||
"@metamask/execution-environments@^0.10.6":
|
"@metamask/execution-environments@^0.10.7":
|
||||||
version "0.10.6"
|
version "0.10.7"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/execution-environments/-/execution-environments-0.10.6.tgz#930ff056e63accf7ab7a59a28bd99064d217599c"
|
resolved "https://registry.yarnpkg.com/@metamask/execution-environments/-/execution-environments-0.10.7.tgz#aedc37c9c371a7229600e74e62a0157690152f2c"
|
||||||
integrity sha512-6ID8vzmIiy418LqRiDKPuDl0RBhHmDMzhgyb65ia6zZNDXKhsBotF/lNMhtHlsAbD9+3XYhi/Nl6YprJxaRisA==
|
integrity sha512-jD8Bzqo/QiDHCbo8D9pvQE7TZNGQJLW0nkz5vY2wLoJ1kLLlyJzyjRU77oZCSZMW0feLZWRifalUQT5tOrGA8w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@metamask/object-multiplex" "^1.2.0"
|
"@metamask/object-multiplex" "^1.2.0"
|
||||||
"@metamask/post-message-stream" "^4.0.0"
|
"@metamask/post-message-stream" "^4.0.0"
|
||||||
"@metamask/providers" "^8.1.1"
|
"@metamask/providers" "^8.1.1"
|
||||||
"@metamask/snap-types" "^0.10.6"
|
"@metamask/snap-types" "^0.10.7"
|
||||||
cross-fetch "^3.1.5"
|
cross-fetch "^3.1.5"
|
||||||
eth-rpc-errors "^4.0.3"
|
eth-rpc-errors "^4.0.3"
|
||||||
pump "^3.0.0"
|
pump "^3.0.0"
|
||||||
@ -2886,17 +2886,17 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@metamask/forwarder/-/forwarder-1.1.0.tgz#13829d8244bbf19ea658c0b20d21a77b67de0bdd"
|
resolved "https://registry.yarnpkg.com/@metamask/forwarder/-/forwarder-1.1.0.tgz#13829d8244bbf19ea658c0b20d21a77b67de0bdd"
|
||||||
integrity sha512-Hggj4y0QIjDzKGTXzarhEPIQyFSB2bi2y6YLJNwaT4JmP30UB5Cj6gqoY0M4pj3QT57fzp0BUuGp7F/AUe28tw==
|
integrity sha512-Hggj4y0QIjDzKGTXzarhEPIQyFSB2bi2y6YLJNwaT4JmP30UB5Cj6gqoY0M4pj3QT57fzp0BUuGp7F/AUe28tw==
|
||||||
|
|
||||||
"@metamask/iframe-execution-environment-service@^0.10.6":
|
"@metamask/iframe-execution-environment-service@^0.10.7":
|
||||||
version "0.10.6"
|
version "0.10.7"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/iframe-execution-environment-service/-/iframe-execution-environment-service-0.10.6.tgz#ba7e5499efba2018cef38fff916eaabbfbe1b27b"
|
resolved "https://registry.yarnpkg.com/@metamask/iframe-execution-environment-service/-/iframe-execution-environment-service-0.10.7.tgz#787093962cb04e46759a994b21ab7d8d3b63a518"
|
||||||
integrity sha512-BZbE4+CffNmD1J7Mpvh/evvKcDuP82Jl9panIV0JKzddG8zzOi9xlGtImYf8QWjwN5zx2TyTHAb/WxA+R+nFzw==
|
integrity sha512-pHrWrv5ywdFmp8PdewPqYcDql9djlvsywsdISVCsAIn3oIH65+ICAuycSNXWTaPQ0VMO5/mE9taynEyVOvw8pw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@metamask/controllers" "^26.0.0"
|
"@metamask/controllers" "^26.0.0"
|
||||||
"@metamask/execution-environments" "^0.10.6"
|
"@metamask/execution-environments" "^0.10.7"
|
||||||
"@metamask/object-multiplex" "^1.2.0"
|
"@metamask/object-multiplex" "^1.2.0"
|
||||||
"@metamask/post-message-stream" "^4.0.0"
|
"@metamask/post-message-stream" "^4.0.0"
|
||||||
"@metamask/snap-controllers" "^0.10.6"
|
"@metamask/snap-controllers" "^0.10.7"
|
||||||
"@metamask/snap-types" "^0.10.6"
|
"@metamask/snap-types" "^0.10.7"
|
||||||
eth-rpc-errors "^4.0.3"
|
eth-rpc-errors "^4.0.3"
|
||||||
json-rpc-engine "^6.1.0"
|
json-rpc-engine "^6.1.0"
|
||||||
json-rpc-middleware-stream "^3.0.0"
|
json-rpc-middleware-stream "^3.0.0"
|
||||||
@ -2990,14 +2990,14 @@
|
|||||||
pump "^3.0.0"
|
pump "^3.0.0"
|
||||||
webextension-polyfill-ts "^0.25.0"
|
webextension-polyfill-ts "^0.25.0"
|
||||||
|
|
||||||
"@metamask/rpc-methods@^0.10.6":
|
"@metamask/rpc-methods@^0.10.7":
|
||||||
version "0.10.6"
|
version "0.10.7"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/rpc-methods/-/rpc-methods-0.10.6.tgz#6e91c2bf33c909e203db438effec6663da4e8692"
|
resolved "https://registry.yarnpkg.com/@metamask/rpc-methods/-/rpc-methods-0.10.7.tgz#d663599de9207bd35f7cf74e4a1ebb4c27b3ee2e"
|
||||||
integrity sha512-cPqAQExwZGRLqtl22HUBVblr/tIAm/aI3ZMt6QKhwymwU7f/yM+4BOZB1M3+dVlhcIfX1SFFxDW3rFe+MsCksA==
|
integrity sha512-K83zkffYDMxzocxHC8eIGWl/XP+YzJu82dK3Ii43f2MEr66oE/bPPPIZAivDmLDxhc/cWE7RUhZCHaiWBR+SGQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@metamask/controllers" "^26.0.0"
|
"@metamask/controllers" "^26.0.0"
|
||||||
"@metamask/key-tree" "^3.0.1"
|
"@metamask/key-tree" "^3.0.1"
|
||||||
"@metamask/snap-controllers" "^0.10.6"
|
"@metamask/snap-controllers" "^0.10.7"
|
||||||
"@metamask/types" "^1.1.0"
|
"@metamask/types" "^1.1.0"
|
||||||
eth-rpc-errors "^4.0.2"
|
eth-rpc-errors "^4.0.2"
|
||||||
|
|
||||||
@ -3024,13 +3024,13 @@
|
|||||||
isomorphic-fetch "^3.0.0"
|
isomorphic-fetch "^3.0.0"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
|
|
||||||
"@metamask/snap-controllers@^0.10.6":
|
"@metamask/snap-controllers@^0.10.7":
|
||||||
version "0.10.6"
|
version "0.10.7"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/snap-controllers/-/snap-controllers-0.10.6.tgz#72fc52271264c4ae8c986ce4d1a64c34505c7a8b"
|
resolved "https://registry.yarnpkg.com/@metamask/snap-controllers/-/snap-controllers-0.10.7.tgz#df4f049264bcc805c3a5876f6c298b2c37c6734e"
|
||||||
integrity sha512-Pa8g1dBVKtjkemRXFUPDQLnP8gcVmQpSgkTMK/m7tVqUinyZX7Gufq5wuApEh1pwRjMQ2R7he/zQn7oZ4qwTJw==
|
integrity sha512-wXuelvjLI06RSxZjCGCCCxxAAyA3djMcjwcjmPbrMPI/6X0neUjrIJrQ4LTBxX2GPzSfU/4z/gFTdAsqi5bHKg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@metamask/controllers" "^26.0.0"
|
"@metamask/controllers" "^26.0.0"
|
||||||
"@metamask/execution-environments" "^0.10.6"
|
"@metamask/execution-environments" "^0.10.7"
|
||||||
"@metamask/object-multiplex" "^1.1.0"
|
"@metamask/object-multiplex" "^1.1.0"
|
||||||
"@metamask/obs-store" "^7.0.0"
|
"@metamask/obs-store" "^7.0.0"
|
||||||
"@metamask/post-message-stream" "4.0.0"
|
"@metamask/post-message-stream" "4.0.0"
|
||||||
@ -3053,10 +3053,10 @@
|
|||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
tar-stream "^2.2.0"
|
tar-stream "^2.2.0"
|
||||||
|
|
||||||
"@metamask/snap-types@^0.10.6":
|
"@metamask/snap-types@^0.10.7":
|
||||||
version "0.10.6"
|
version "0.10.7"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/snap-types/-/snap-types-0.10.6.tgz#83e3eab797829a9f31906a27fa967a8096e5b704"
|
resolved "https://registry.yarnpkg.com/@metamask/snap-types/-/snap-types-0.10.7.tgz#a314ba1082e65a41bde021735bbc57034416aa53"
|
||||||
integrity sha512-6eSc9hHhC+X133Nw6/WSUy0RWRipdOF3NBKgGFYJxCpvhkY4jGxQ1HAKDUZRzZ3eSewsmQ4hhhIQ+zczj0Subw==
|
integrity sha512-AHOwQ/7SxDBRUSrdlWRa5X549mSM1MOl8iErOccxfKzuHdJjmIZIv1Ob34bgdMUxvhkt7ztFCW/lcObmdCIGjA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@metamask/controllers" "^26.0.0"
|
"@metamask/controllers" "^26.0.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user