Skip to content

Commit

Permalink
fix: policy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Dec 17, 2024
1 parent 4b2673a commit bb42681
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lavamoat/build-webpack/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,13 @@
"Buffer.isBuffer": true
}
},
"jest>@jest/core>jest-snapshot>@babel/types": {
"packages": {
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true,
"lavamoat>lavamoat-core>@babel/types>to-fast-properties": true,
"to-fast-properties": true
}
},
"lavamoat>@babel/highlight": {
"packages": {
"lavamoat>@babel/highlight>@babel/helper-validator-identifier": true,
Expand Down Expand Up @@ -1381,6 +1388,12 @@
"lavamoat>@babel/highlight>chalk>ansi-styles>color-convert>color-name": true
}
},
"lavamoat>lavamoat-core>@babel/types": {
"packages": {
"@babel/helper-validator-identifier": true,
"to-fast-properties": true
}
},
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/helper-function-name": {
"packages": {
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/helper-function-name>@babel/template": true,
Expand Down

0 comments on commit bb42681

Please sign in to comment.