Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ephigabay committed May 24, 2022
1 parent 66fa78e commit 41ab6db
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 @@ -16,7 +16,7 @@
"main": "index.js",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
"mocha": "^9.2.2"
},
"scripts": {
"test": "mocha --timeout 5000 --check-leaks --reporter spec test/"
Expand All @@ -28,6 +28,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"marked": "^0.7.0"
"marked": "^4.0.12"
}
}

0 comments on commit 41ab6db

Please sign in to comment.