Skip to content

Commit

Permalink
fix(deps): Bumped deps to clear out some security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed May 13, 2024
1 parent 2d9b1f1 commit 3849037
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 589 deletions.
6 changes: 5 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module.exports = {
upgrade: true,
reject: [
// mongodb 5.x driver does not support callbacks, only promises
'mongodb'
'mongodb',

// fix later
'eslint',
'grunt-eslint'
]
};
Loading

0 comments on commit 3849037

Please sign in to comment.