diff --git a/src/ModManUi/.npmrc b/src/ModManUi/.npmrc index 62b96bc3..276540c2 100644 --- a/src/ModManUi/.npmrc +++ b/src/ModManUi/.npmrc @@ -3,3 +3,6 @@ ignore-scripts=true # Always prefer locked versions from lockfile when installing. save-exact=true +# Only take packages that are at least 3 days old since most supply-chain attacks may be mitigated until then +min-release-age=3 +