From 3e8aa9bafdcfdb9f8cf4a05d1f018544e30c6945 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 06:13:28 +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 b050bf0..6acb2a1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", "husky": "^6.0.0", - "mocha": "^8.4.0", + "mocha": "^10.6.0", "nyc": "^15.1.0" } }