Agoric / nat

Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
Apache License 2.0
5 stars 4 forks source link

Add a CircleCI job that runs npm audit and files a PR if anything is fixable #33

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Description

This PR adds a CircleCI job that runs npm audit against both the top package.json and the integration-test package.json.

If anything is automatically fixable (i.e. npm audit --fix is able to make changes), it submits a PR.

If something comes up in the audit but is not automatically fixable, the CircleCI job fails and we should check it to see what we need to do.