From 0964ca95bd0d39078c7d0d9f92d0e7562a6e1680 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 20:13:06 -0700 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 a06b3c0..bf849c3 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "@twilio/cli-test": "^2.0.2", "all-contributors-cli": "^6.7.0", "chai": "^4.2.0", - "eslint": "^4.19.1", + "eslint": "^7.0.0", "eslint-config-oclif": "^1.5.1", "globby": "^8.0.2", "mocha": "^5.2.0", - "nyc": "^13.3.0" + "nyc": "^15.0.0" }, "engines": { "node": ">=8.10.0"