From 0e2ab401a66c1012818899ed8df90e14c050a2e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 May 2025 22:17:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29475ae5c035aa..a41f9c4ce7e058 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.2.2", "open-cli": "~7.1.0", "ora": "~6.1.0", "prettier": "~2.8.0",