From ee7c023d6a09c199f02c7d2953fbb7e4915c4589 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 23:31:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- 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..9b68325 --- 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": "^4.0.0", "react-addons-test-utils": "^15.4.1", - "react-scripts": "0.8.4" + "react-scripts": "2.1.2" }, "dependencies": { "react": "^15.4.1",