From a97d3822d962503f17e207406bd45792b9854cdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 05:34:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29475ae5c035aa..1384f0714e730d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "husky": "^8.0.1", "json-schema-to-typescript": "~10.1.5", "lint-staged": "^13.0.3", - "mocha": "~10.2.0", + "mocha": "~11.0.1", "open-cli": "~7.1.0", "ora": "~6.1.0", "prettier": "~2.8.0",