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 7df79d6 commit 790025d
Show file tree
Hide file tree
Showing 4 changed files with 25,381 additions and 4,115 deletions.
6 changes: 3 additions & 3 deletions bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit 790025d

Please sign in to comment.