From 8fe7a7e66864633eb38f28c5a5d843aeae020586 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 05:15:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9cd60e..da32f3d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dtslint": "^3.x", "eslint": "^6.x", "eslint-config-google": "^0.14.x", - "mocha": "^7.x", + "mocha": "^8.2.0", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", "sinon": "^9.x"