From fbc601ef7631ee3bbf778e1a7fd87f7dea82db86 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:21:03 +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 6989de8..e93f79c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "^15.0.1", "chai": "^4.3.4", "eslint": "^7.25.0", - "mocha": "^8.3.2", + "mocha": "^10.6.0", "npm-check": "^5.9.2", "nyc": "^15.1.0", "shx": "^0.3.3",