From 5ed1fa1cc97a65b39a27eada4d279c1610a18fe2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Mar 2022 16:04:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8802b83..448d324 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "koa-csrf": "2", "koa-session": "2", "supertest": "3.0.0", - "mocha": "4.0.0" + "mocha": "6.2.3" }, "scripts": { "test": "mocha --harmony-generators --reporter spec --bail */test.js"