From 6f8167d7c1e6ed49852db587032d47ccf971f2f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 05:27:49 +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 7fa68bd..33c553b 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "chai": "^4.1.2", "eslint": "^7.22.0", "istanbul": "^0.4.5", - "mocha": "^8.3.2" + "mocha": "^10.3.0" } }