Skip to content

Commit

Permalink
Update LavaMoat policies
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot authored and mikesposito committed Aug 16, 2023
1 parent 8824ade commit c4d7e34
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
7 changes: 6 additions & 1 deletion lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"@ngraveio/bc-ur": true,
"browserify>buffer": true,
"ethereumjs-util>ethereum-cryptography>bs58check": true,
"wait-on>rxjs>tslib": true
"mockttp>graphql-tag>tslib": true
}
},
"@keystonehq/bc-ur-registry-eth>hdkey": {
Expand Down Expand Up @@ -4057,6 +4057,11 @@
"koa>content-disposition>safe-buffer": true
}
},
"mockttp>graphql-tag>tslib": {
"globals": {
"define": true
}
},
"nanoid": {
"globals": {
"crypto": true,
Expand Down
7 changes: 6 additions & 1 deletion lavamoat/browserify/desktop/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"@ngraveio/bc-ur": true,
"browserify>buffer": true,
"ethereumjs-util>ethereum-cryptography>bs58check": true,
"wait-on>rxjs>tslib": true
"mockttp>graphql-tag>tslib": true
}
},
"@keystonehq/bc-ur-registry-eth>hdkey": {
Expand Down Expand Up @@ -4626,6 +4626,11 @@
"koa>content-disposition>safe-buffer": true
}
},
"mockttp>graphql-tag>tslib": {
"globals": {
"define": true
}
},
"nanoid": {
"globals": {
"crypto": true,
Expand Down
7 changes: 6 additions & 1 deletion lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"@ngraveio/bc-ur": true,
"browserify>buffer": true,
"ethereumjs-util>ethereum-cryptography>bs58check": true,
"wait-on>rxjs>tslib": true
"mockttp>graphql-tag>tslib": true
}
},
"@keystonehq/bc-ur-registry-eth>hdkey": {
Expand Down Expand Up @@ -4641,6 +4641,11 @@
"koa>content-disposition>safe-buffer": true
}
},
"mockttp>graphql-tag>tslib": {
"globals": {
"define": true
}
},
"nanoid": {
"globals": {
"crypto": true,
Expand Down
7 changes: 6 additions & 1 deletion lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"@ngraveio/bc-ur": true,
"browserify>buffer": true,
"ethereumjs-util>ethereum-cryptography>bs58check": true,
"wait-on>rxjs>tslib": true
"mockttp>graphql-tag>tslib": true
}
},
"@keystonehq/bc-ur-registry-eth>hdkey": {
Expand Down Expand Up @@ -4057,6 +4057,11 @@
"koa>content-disposition>safe-buffer": true
}
},
"mockttp>graphql-tag>tslib": {
"globals": {
"define": true
}
},
"nanoid": {
"globals": {
"crypto": true,
Expand Down
7 changes: 6 additions & 1 deletion lavamoat/browserify/mmi/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"@ngraveio/bc-ur": true,
"browserify>buffer": true,
"ethereumjs-util>ethereum-cryptography>bs58check": true,
"wait-on>rxjs>tslib": true
"mockttp>graphql-tag>tslib": true
}
},
"@keystonehq/bc-ur-registry-eth>hdkey": {
Expand Down Expand Up @@ -4285,6 +4285,11 @@
"koa>content-disposition>safe-buffer": true
}
},
"mockttp>graphql-tag>tslib": {
"globals": {
"define": true
}
},
"nanoid": {
"globals": {
"crypto": true,
Expand Down

0 comments on commit c4d7e34

Please sign in to comment.