Skip to content

Commit

Permalink
Update mocha and chai
Browse files Browse the repository at this point in the history
Fixes vuln from mocha's deps
  • Loading branch information
hzalaz committed May 6, 2022
1 parent 21064b7 commit 8324fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mongodb-memory-server": "^8.5.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 8324fe4

Please sign in to comment.