Skip to content

Commit 7d1b6dc

Browse files
authored
audit fix (#116)
Co-authored-by: Ryan Wang <ryanwang@fullstory.com>
1 parent 0b5b21c commit 7d1b6dc

2 files changed

Lines changed: 2920 additions & 4957 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: v1-dependencies-{{ checksum "package.json" }}
2222
- run:
2323
name: Audit
24-
command: npm audit --audit-level=critical
24+
command: npm audit --audit-level=low --production
2525
- run:
2626
name: Lint
2727
command: npm run lint

0 commit comments

Comments
 (0)