From 2e6daacb8595d171d371f931bd38550c455df99a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 03:28:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30e4d807..4ee7338a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "karma-firefox-launcher": "0.1.6", "karma-mocha": "0.2.0", "karma-safari-launcher": "^0.1.1", - "mocha": "2.3.3", + "mocha": "3.5.0", "react": "^15.0.0", "react-addons-test-utils": "^15.0.0", "react-dom": "^15.0.0",