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 bb42681 commit f276091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lavamoat/build-webpack/policy-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"packages": {
"to-fast-properties": true,
"lavamoat>lavamoat-core>@babel/types>to-fast-properties": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-string-parser": true
}
},
"lavamoat>lavamoat-core>@babel/types": {
Expand Down
1 change: 1 addition & 0 deletions lavamoat/build-webpack/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@
},
"jest>@jest/core>jest-snapshot>@babel/types": {
"packages": {
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-string-parser": true,
"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
Expand Down

0 comments on commit f276091

Please sign in to comment.