Skip to content

Commit

Permalink
Merge pull request #80 from OCTRI/update-deps
Browse files Browse the repository at this point in the history
Update Dependencies

Resolves vulnerabilities in `acorn` and `minimist`.
  • Loading branch information
heathharrelson committed Mar 16, 2020
2 parents 541732f + 93e3a58 commit d245c17
Show file tree
Hide file tree
Showing 6 changed files with 4,846 additions and 5,630 deletions.
2 changes: 1 addition & 1 deletion js/util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import uuid from 'uuid/v4';
import { v4 as uuid } from 'uuid';
import assert from 'assert';
import moment from 'moment';

Expand Down
Loading

0 comments on commit d245c17

Please sign in to comment.