From e960cc6fcc284bdd1d3dddd2d59aeb15e338edfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 07:40:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 9e3b65b..c938832 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "chai": "^3.5.0", "chai-enzyme": "^0.6.1", "enzyme": "^2.6.0", - "mocha": "^3.2.0", + "mocha": "^10.6.0", "react-addons-test-utils": "^15.4.1", - "react-scripts": "0.8.4" + "react-scripts": "3.0.0" }, "dependencies": { "react": "^15.4.1",