mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update eth-contract-metadata to use published registry version (#6784)
This commit is contained in:
parent
865321d269
commit
8b5ef5b45e
24
package-lock.json
generated
24
package-lock.json
generated
@ -15897,8 +15897,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eth-contract-metadata": {
|
"eth-contract-metadata": {
|
||||||
"version": "github:MetaMask/eth-contract-metadata#dc68506221859bc90792bc5e0279a6835f2484d8",
|
"version": "1.9.2",
|
||||||
"from": "eth-contract-metadata@github:MetaMask/eth-contract-metadata#dc68506221859bc90792bc5e0279a6835f2484d8"
|
"resolved": "https://registry.npmjs.org/eth-contract-metadata/-/eth-contract-metadata-1.9.2.tgz",
|
||||||
|
"integrity": "sha512-2ycmqRQ9u4Tbpir7hwEKZ8Qjy1bc3KaiRBd/jkL8Xye9wqnYMpgaUK4UHPm1uTnCZZ+KoN0Mxg6kL9JILrYdhA=="
|
||||||
},
|
},
|
||||||
"eth-ens-namehash": {
|
"eth-ens-namehash": {
|
||||||
"version": "2.0.8",
|
"version": "2.0.8",
|
||||||
@ -20928,12 +20929,12 @@
|
|||||||
"integrity": "sha1-8ESOgGmFW/Kj5oPNwdMg5+KgfvQ="
|
"integrity": "sha1-8ESOgGmFW/Kj5oPNwdMg5+KgfvQ="
|
||||||
},
|
},
|
||||||
"gaba": {
|
"gaba": {
|
||||||
"version": "1.3.0",
|
"version": "1.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/gaba/-/gaba-1.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/gaba/-/gaba-1.4.1.tgz",
|
||||||
"integrity": "sha512-Vt0dqv5d6UY1eKYsOlwBQOVH1gPcG7qWL/xXArTB59y7HmBKL/g7FpBbgxsYPJl/Ii5XP+9Of6uP7Os51BdYhQ==",
|
"integrity": "sha512-samplOuwkL9Cjb55G5vCNpb0aoeblFk2mC09+UfQJ7E0tc0abdeDv4OGEFZF3wgWTl7FR++Dki40yeMHgj+PdQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"await-semaphore": "^0.1.3",
|
"await-semaphore": "^0.1.3",
|
||||||
"eth-contract-metadata": "github:MetaMask/eth-contract-metadata#faa4f56fb17b3ae8579df68708be59d617732f31",
|
"eth-contract-metadata": "^1.9.1",
|
||||||
"eth-json-rpc-infura": "^3.1.2",
|
"eth-json-rpc-infura": "^3.1.2",
|
||||||
"eth-keyring-controller": "^4.0.0",
|
"eth-keyring-controller": "^4.0.0",
|
||||||
"eth-method-registry": "1.1.0",
|
"eth-method-registry": "1.1.0",
|
||||||
@ -20964,8 +20965,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eth-contract-metadata": {
|
"eth-contract-metadata": {
|
||||||
"version": "github:MetaMask/eth-contract-metadata#faa4f56fb17b3ae8579df68708be59d617732f31",
|
"version": "1.9.2",
|
||||||
"from": "github:MetaMask/eth-contract-metadata#faa4f56fb17b3ae8579df68708be59d617732f31"
|
"resolved": "https://registry.npmjs.org/eth-contract-metadata/-/eth-contract-metadata-1.9.2.tgz",
|
||||||
|
"integrity": "sha512-2ycmqRQ9u4Tbpir7hwEKZ8Qjy1bc3KaiRBd/jkL8Xye9wqnYMpgaUK4UHPm1uTnCZZ+KoN0Mxg6kL9JILrYdhA=="
|
||||||
},
|
},
|
||||||
"eth-hd-keyring": {
|
"eth-hd-keyring": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
@ -21237,9 +21239,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"percentile": {
|
"percentile": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/percentile/-/percentile-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/percentile/-/percentile-1.2.2.tgz",
|
||||||
"integrity": "sha512-lZtxLEQeDfWtYZf84T/qw3QqfbnKujhxKqTzHIfFAmcfYYcjUFwf3NuCnG3DDqBPjrESgNAhLI15SnSOALBQXw=="
|
"integrity": "sha512-yb/W/Y3WNxEZ6/P75qkAvE3lu81AO1qDk95j7jPJg4Vj+wDWSDs0CMLVGoAUCOZbXOUOz3b3rWWR6Bf1hyzNJg=="
|
||||||
},
|
},
|
||||||
"tweetnacl": {
|
"tweetnacl": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
"dnode": "^1.2.2",
|
"dnode": "^1.2.2",
|
||||||
"end-of-stream": "^1.1.0",
|
"end-of-stream": "^1.1.0",
|
||||||
"eth-block-tracker": "^4.1.0",
|
"eth-block-tracker": "^4.1.0",
|
||||||
"eth-contract-metadata": "github:MetaMask/eth-contract-metadata#dc68506221859bc90792bc5e0279a6835f2484d8",
|
"eth-contract-metadata": "^1.9.2",
|
||||||
"eth-ens-namehash": "^2.0.8",
|
"eth-ens-namehash": "^2.0.8",
|
||||||
"eth-json-rpc-filters": "^3.0.4",
|
"eth-json-rpc-filters": "^3.0.4",
|
||||||
"eth-json-rpc-infura": "^3.2.0",
|
"eth-json-rpc-infura": "^3.2.0",
|
||||||
@ -103,7 +103,7 @@
|
|||||||
"extensionizer": "^1.0.1",
|
"extensionizer": "^1.0.1",
|
||||||
"fast-json-patch": "^2.0.4",
|
"fast-json-patch": "^2.0.4",
|
||||||
"fuse.js": "^3.2.0",
|
"fuse.js": "^3.2.0",
|
||||||
"gaba": "^1.3.0",
|
"gaba": "^1.4.1",
|
||||||
"human-standard-token-abi": "^2.0.0",
|
"human-standard-token-abi": "^2.0.0",
|
||||||
"inject-css": "^0.1.1",
|
"inject-css": "^0.1.1",
|
||||||
"jazzicon": "^1.2.0",
|
"jazzicon": "^1.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user