1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Ran yarn lavamoat:auto

This commit is contained in:
Dan Miller 2021-05-20 12:50:09 -02:30
parent ecf31c39d0
commit 9407747582

View File

@ -223,11 +223,6 @@
"js-tokens": true "js-tokens": true
} }
}, },
"@babel/parser": {
"globals": {
"BigInt": true
}
},
"@babel/plugin-proposal-async-generator-functions": { "@babel/plugin-proposal-async-generator-functions": {
"packages": { "packages": {
"@babel/core": true, "@babel/core": true,
@ -874,7 +869,6 @@
}, },
"acorn": { "acorn": {
"globals": { "globals": {
"BigInt": true,
"define": true "define": true
} }
}, },
@ -884,9 +878,6 @@
} }
}, },
"acorn-node": { "acorn-node": {
"globals": {
"BigInt": true
},
"packages": { "packages": {
"acorn": true, "acorn": true,
"acorn-dynamic-import": true, "acorn-dynamic-import": true,
@ -1649,10 +1640,7 @@
"es-abstract": { "es-abstract": {
"globals": { "globals": {
"AggregateError": true, "AggregateError": true,
"Atomics": true,
"BigInt": true,
"FinalizationRegistry": true, "FinalizationRegistry": true,
"SharedArrayBuffer": true,
"WeakRef": true "WeakRef": true
}, },
"packages": { "packages": {
@ -2949,7 +2937,6 @@
"util.inspect": true "util.inspect": true
}, },
"globals": { "globals": {
"BigInt": true,
"HTMLElement": true "HTMLElement": true
} }
}, },