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
|
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"superstruct": {
|
||||||
|
"globals": {
|
||||||
|
"console.warn": true,
|
||||||
|
"define": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"crypto": true,
|
"crypto": true,
|
||||||
|
@ -5148,6 +5148,12 @@
|
|||||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"superstruct": {
|
||||||
|
"globals": {
|
||||||
|
"console.warn": true,
|
||||||
|
"define": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"terser>source-map-support>buffer-from": {
|
"terser>source-map-support>buffer-from": {
|
||||||
"packages": {
|
"packages": {
|
||||||
"browserify>buffer": true
|
"browserify>buffer": true
|
||||||
|
@ -5148,6 +5148,12 @@
|
|||||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"superstruct": {
|
||||||
|
"globals": {
|
||||||
|
"console.warn": true,
|
||||||
|
"define": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"terser>source-map-support>buffer-from": {
|
"terser>source-map-support>buffer-from": {
|
||||||
"packages": {
|
"packages": {
|
||||||
"browserify>buffer": true
|
"browserify>buffer": true
|
||||||
|
@ -4490,6 +4490,12 @@
|
|||||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"superstruct": {
|
||||||
|
"globals": {
|
||||||
|
"console.warn": true,
|
||||||
|
"define": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"crypto": true,
|
"crypto": true,
|
||||||
|
@ -4711,6 +4711,12 @@
|
|||||||
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
"string.prototype.matchall>regexp.prototype.flags>functions-have-names": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"superstruct": {
|
||||||
|
"globals": {
|
||||||
|
"console.warn": true,
|
||||||
|
"define": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"crypto": true,
|
"crypto": true,
|
||||||
|
@ -1124,6 +1124,13 @@
|
|||||||
"@metamask/jazzicon>color>color-convert>color-name": true
|
"@metamask/jazzicon>color>color-convert>color-name": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@sentry/cli>mkdirp": {
|
||||||
|
"builtin": {
|
||||||
|
"fs": true,
|
||||||
|
"path.dirname": true,
|
||||||
|
"path.resolve": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"@storybook/addon-knobs>qs": {
|
"@storybook/addon-knobs>qs": {
|
||||||
"packages": {
|
"packages": {
|
||||||
"string.prototype.matchall>side-channel": true
|
"string.prototype.matchall>side-channel": true
|
||||||
@ -8146,14 +8153,7 @@
|
|||||||
"path.dirname": true
|
"path.dirname": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"stylelint>file-entry-cache>flat-cache>write>mkdirp": true
|
"@sentry/cli>mkdirp": true
|
||||||
}
|
|
||||||
},
|
|
||||||
"stylelint>file-entry-cache>flat-cache>write>mkdirp": {
|
|
||||||
"builtin": {
|
|
||||||
"fs": true,
|
|
||||||
"path.dirname": true,
|
|
||||||
"path.resolve": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylelint>global-modules": {
|
"stylelint>global-modules": {
|
||||||
|
Loading…
Reference in New Issue
Block a user