From 491c7bea6003b54f6982da1d94d01be2df846599 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Oct 2022 19:48:03 +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 8e24b0f..0433852 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-import": "^2.26.0", "husky": "^1.1.2", "lint-staged": "^12.4.1", - "mocha": "^9.1.3", + "mocha": "^10.1.0", "prettier": "^2.2.1", "sinon": "^12.0.1", "sinon-chai": "^3.7.0"