From 3f23a9048ec887f34bc51ea0522c592393078c37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 07:26:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70669b0..3072479 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.26.0", "husky": "^1.1.2", "lint-staged": "^12.4.1", - "mocha": "^9.1.3", + "mocha": "^10.3.0", "prettier": "^2.2.1", "sinon": "^12.0.1" },