Skip to content

Commit

Permalink
fix(deps): upgrade deps to remove audited vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Feb 12, 2023
1 parent feb35f6 commit d8c7a83
Show file tree
Hide file tree
Showing 5 changed files with 17,485 additions and 22,620 deletions.
7 changes: 4 additions & 3 deletions bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require('ts-node').register(); // register typescript REPL so that require() method can import typescript files as well as js

require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
require('@oclif/core')
.run()
.then(require('@oclif/core/flush'))
.catch(require('@oclif/core/handle'));
Loading

0 comments on commit d8c7a83

Please sign in to comment.