From 62b3dd6f3ed5bcc47b301761806550051f26b05f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Dec 2021 11:57:49 +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..597f7f6 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": "^9.1.2", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", "sinon": "^9.x"