1
0
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:
Mark Stacey 2023-06-23 17:43:52 -02:30 committed by GitHub
parent 34375a57e5
commit fc2402df5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 8 deletions

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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": {