Skip to content

Commit eefe6aa

Browse files
committed
[dependabot skip] Update LavaMoat policies
1 parent 82de96c commit eefe6aa

1 file changed

Lines changed: 28 additions & 5 deletions

File tree

  • packages/snaps-execution-environments/lavamoat/build-system

packages/snaps-execution-environments/lavamoat/build-system/policy.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
"WebAssembly.Module": true
222222
}
223223
},
224+
"webpack>acorn-import-phases": {
225+
"packages": {
226+
"terser>acorn": true
227+
}
228+
},
224229
"terser>acorn": {
225230
"globals": {
226231
"console": true,
@@ -256,6 +261,13 @@
256261
"eslint>chalk>ansi-styles>color-convert": true
257262
}
258263
},
264+
"webpack>browserslist>baseline-browser-mapping": {
265+
"globals": {
266+
"console.log": true,
267+
"console.warn": true,
268+
"process": true
269+
}
270+
},
259271
"ts-loader>micromatch>braces": {
260272
"globals": {
261273
"console.log": true
@@ -286,15 +298,19 @@
286298
"path.basename": true,
287299
"path.dirname": true,
288300
"path.join": true,
301+
"path.posix.join": true,
289302
"path.relative": true,
290303
"path.resolve": true
291304
},
292305
"globals": {
306+
"console.info": true,
307+
"console.trace": true,
293308
"console.warn": true,
294309
"process.env": true,
295310
"process.versions.node": true
296311
},
297312
"packages": {
313+
"webpack>browserslist>baseline-browser-mapping": true,
298314
"webpack>browserslist>caniuse-lite": true,
299315
"webpack>browserslist>electron-to-chromium": true,
300316
"webpack>browserslist>node-releases": true
@@ -462,7 +478,8 @@
462478
"path.posix.normalize": true,
463479
"path.win32.normalize": true,
464480
"process.nextTick": true,
465-
"process.versions.pnp": true
481+
"process.versions.pnp": true,
482+
"url": true
466483
},
467484
"globals": {
468485
"Buffer.isBuffer": true,
@@ -1227,6 +1244,7 @@
12271244
"os.platform": true,
12281245
"path.basename": true,
12291246
"path.dirname": true,
1247+
"path.isAbsolute": true,
12301248
"path.join": true,
12311249
"path.resolve": true
12321250
},
@@ -1262,6 +1280,7 @@
12621280
"path.extname": true,
12631281
"path.isAbsolute": true,
12641282
"path.join": true,
1283+
"path.normalize": true,
12651284
"path.posix.dirname": true,
12661285
"path.posix.isAbsolute": true,
12671286
"path.posix.join": true,
@@ -1274,15 +1293,14 @@
12741293
"path.win32.relative": true,
12751294
"querystring.parse": true,
12761295
"stream.pipeline": true,
1277-
"url.URL": true,
1296+
"tty.isatty": true,
12781297
"url.fileURLToPath": true,
1298+
"url.parse": true,
12791299
"url.pathToFileURL": true,
12801300
"util.deprecate": true,
12811301
"util.format": true,
12821302
"util.inspect.custom": true,
1283-
"vm.createContext": true,
1284-
"vm.runInContext": true,
1285-
"vm.runInThisContext": true,
1303+
"vm": true,
12861304
"zlib.constants.BROTLI_MODE_TEXT": true,
12871305
"zlib.constants.BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING": true,
12881306
"zlib.constants.BROTLI_PARAM_MODE": true,
@@ -1296,6 +1314,8 @@
12961314
"zlib.createInflate": true
12971315
},
12981316
"globals": {
1317+
"AggregateError": true,
1318+
"Buffer.alloc": true,
12991319
"Buffer.allocUnsafe": true,
13001320
"Buffer.allocUnsafeSlow": true,
13011321
"Buffer.byteLength": true,
@@ -1316,10 +1336,12 @@
13161336
"console.profile": true,
13171337
"console.profileEnd": true,
13181338
"console.warn": true,
1339+
"process.argv": true,
13191340
"process.cwd": true,
13201341
"process.env": true,
13211342
"process.hrtime": true,
13221343
"process.nextTick": true,
1344+
"process.platform": true,
13231345
"process.stderr": true,
13241346
"process.versions.modules": true,
13251347
"process.versions.pnp": true,
@@ -1330,6 +1352,7 @@
13301352
"webpack>@webassemblyjs/ast": true,
13311353
"webpack>@webassemblyjs/wasm-edit": true,
13321354
"webpack>@webassemblyjs/wasm-parser": true,
1355+
"webpack>acorn-import-phases": true,
13331356
"terser>acorn": true,
13341357
"webpack>browserslist": true,
13351358
"webpack>chrome-trace-event": true,

0 commit comments

Comments
 (0)