From 6595203d5deeac5836b0e26c13709e7621f40a31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 07:36:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:diff:20180305 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 515ec8dde..e98268750 100644 --- a/package.json +++ b/package.json @@ -75,10 +75,10 @@ "docdash-with-dark-mode": "^1.0.1", "express": "^4.19.2", "jest": "^29.7.0", - "jsdoc": "^3.6.3", + "jsdoc": "^4.0.3", "marked": "^4.0.10", "minimist": "^1.2.8", - "mocha": "^4.1.0", + "mocha": "^5.0.3", "neptune-notebook": "^1.3.1", "prettier": "3.2.5", "ts-jest": "^29.1.2",