Skip to content

Commit

Permalink
fix: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett committed Jun 8, 2021
1 parent 87688fd commit 68d455d
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 4,681 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Audit Dependencies
command: npm audit --production --audit-level=moderate
command: npm audit --production --audit-level=critical
- run:
name: Lint Code
command: npm run lint
Expand Down
Loading

0 comments on commit 68d455d

Please sign in to comment.