From 9a782d87971777a676ad77ce1a2c1cd72c4a9828 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Oct 2022 10:32:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 115f3b8..a1dcf93 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "babel-register": "^6.18.0", "chai": "^3.5.0", "codacy-coverage": "^2.0.0", - "mocha": "^3.1.2", + "mocha": "^10.1.0", "browserify":"^13.1.1" }, "dependencies": { @@ -14,7 +14,7 @@ "chai-things": "^0.2.0", "hashmap": "^2.0.6", "lz-string": "^1.4.4", - "mocha": "^3.2.0", + "mocha": "^10.1.0", "node-rsa": "^0.4.2", "zaes-js": "^2.0.0" },