Skip to content

Commit

Permalink
chore: added updated allowScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Jan 29, 2024
1 parent a202ef4 commit 4b42122
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,20 @@
"<rootDir>/jestMockSetup.js"
],
"cacheDirectory": ".jest/cache"
},
"lavamoat": {
"allowScripts": {
"$root$": false,
"@fortawesome/fontawesome-svg-core": false,
"@fortawesome/fontawesome-svg-core>@fortawesome/fontawesome-common-types": false,
"@fortawesome/free-regular-svg-icons": false,
"@fortawesome/free-regular-svg-icons>@fortawesome/fontawesome-common-types": false,
"@fortawesome/free-solid-svg-icons": false,
"@fortawesome/free-solid-svg-icons>@fortawesome/fontawesome-common-types": false,
"@hathor/wallet-lib>level>classic-level": false,
"@lavamoat/preinstall-always-fail": false,
"@sentry/react-native>@sentry/cli": false,
"ttag-cli": false
}
}
}

0 comments on commit 4b42122

Please sign in to comment.