From 7652e0c581bf30ffeefb1cf8c09edc42cc0a7a91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Aug 2023 06:21:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6bddef78..d8b4d6118 100644 --- a/package.json +++ b/package.json @@ -274,7 +274,7 @@ "express": "4.18.1", "fs-extra": "10.1.0", "genversion": "3.1.1", - "mocha": "10.0.0", + "mocha": "10.1.0", "mustache": "4.2.0", "nyc": "15.1.0", "prettier": "2.7.1",