From 0270117674a284c8e5dbc1ddca8abea0b910311f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 07:17:54 +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 8e24b0f..f3385a1 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.3.0", "prettier": "^2.2.1", "sinon": "^12.0.1", "sinon-chai": "^3.7.0"