From c7f2e0e346b77ea114d8795f7273619472af5032 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 12:08:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dc0070..d29de39 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-preset-es2015": "^6.3.13", "es6-promise": "^3.0.2", "expect.js": "^0.3.1", - "mocha": "^2.3.3", + "mocha": "^4.0.0", "xmlhttprequest": "^1.8.0" } }