From 37562ddc63d21bb09959db2b2f343ada9d9592fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:08:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e24b0f..5eebc2e 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.6.0", "prettier": "^2.2.1", "sinon": "^12.0.1", "sinon-chai": "^3.7.0"