mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update LavaMoat policies (#19744)
Update LavaMoat policies to match what CI expects.
This commit is contained in:
parent
34375a57e5
commit
fc2402df5e
@ -4490,6 +4490,12 @@
|
||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||
}
|
||||
},
|
||||
"superstruct": {
|
||||
"globals": {
|
||||
"console.warn": true,
|
||||
"define": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -5148,6 +5148,12 @@
|
||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||
}
|
||||
},
|
||||
"superstruct": {
|
||||
"globals": {
|
||||
"console.warn": true,
|
||||
"define": true
|
||||
}
|
||||
},
|
||||
"terser>source-map-support>buffer-from": {
|
||||
"packages": {
|
||||
"browserify>buffer": true
|
||||
|
@ -5148,6 +5148,12 @@
|
||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||
}
|
||||
},
|
||||
"superstruct": {
|
||||
"globals": {
|
||||
"console.warn": true,
|
||||
"define": true
|
||||
}
|
||||
},
|
||||
"terser>source-map-support>buffer-from": {
|
||||
"packages": {
|
||||
"browserify>buffer": true
|
||||
|
@ -4490,6 +4490,12 @@
|
||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||
}
|
||||
},
|
||||
"superstruct": {
|
||||
"globals": {
|
||||
"console.warn": true,
|
||||
"define": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -4711,6 +4711,12 @@
|
||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||
}
|
||||
},
|
||||
"superstruct": {
|
||||
"globals": {
|
||||
"console.warn": true,
|
||||
"define": true
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"globals": {
|
||||
"crypto": true,
|
||||
|
@ -1124,6 +1124,13 @@
|
||||
"@metamask/jazzicon>color>color-convert>color-name": true
|
||||
}
|
||||
},
|
||||
"@sentry/cli>mkdirp": {
|
||||
"builtin": {
|
||||
"fs": true,
|
||||
"path.dirname": true,
|
||||
"path.resolve": true
|
||||
}
|
||||
},
|
||||
"@storybook/addon-knobs>qs": {
|
||||
"packages": {
|
||||
"string.prototype.matchall>side-channel": true
|
||||
@ -8146,14 +8153,7 @@
|
||||
"path.dirname": true
|
||||
},
|
||||
"packages": {
|
||||
"stylelint>file-entry-cache>flat-cache>write>mkdirp": true
|
||||
}
|
||||
},
|
||||
"stylelint>file-entry-cache>flat-cache>write>mkdirp": {
|
||||
"builtin": {
|
||||
"fs": true,
|
||||
"path.dirname": true,
|
||||
"path.resolve": true
|
||||
"@sentry/cli>mkdirp": true
|
||||
}
|
||||
},
|
||||
"stylelint>global-modules": {
|
||||
|
Loading…
Reference in New Issue
Block a user