From 07fc71c4a55a0bef051b05ad4ad6b5c825a7d2ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 21:46:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9cd60e..7596c1c 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "@types/node": "^12.x", "chai": "^4.x", "dtslint": "^3.x", - "eslint": "^6.x", + "eslint": "^7.16.0", "eslint-config-google": "^0.14.x", - "mocha": "^7.x", + "mocha": "^8.3.0", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", "sinon": "^9.x"