From 316fef9c61dbad58cd5edb8de58f5c3e42f72f9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 04:44:22 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 9e3b65b..18eef6b --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "chai": "^3.5.0", "chai-enzyme": "^0.6.1", "enzyme": "^2.6.0", - "mocha": "^3.2.0", + "mocha": "^11.0.1", "react-addons-test-utils": "^15.4.1", "react-scripts": "0.8.4" },