From 41ab6dbd3aaa4cf47614be6e18ca3871364b92c3 Mon Sep 17 00:00:00 2001 From: Ephi Gabay Date: Tue, 24 May 2022 10:27:58 +0300 Subject: [PATCH] fix dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51b612f..c542571 100644 --- a/package.json +++ b/package.json @@ -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/" @@ -28,6 +28,6 @@ ], "license": "Apache-2.0", "dependencies": { - "marked": "^0.7.0" + "marked": "^4.0.12" } }