From 54469e7bec95471148dd9707a785524913a2811f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 09:55:28 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3adcd30..d938bb3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "chalk": "^3.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", - "eslint": "^6.8.0", + "eslint": "^7.16.0", "fs-extra": "^8.1.0", "inquirer": "^7.0.4", "mkdirp": "^1.0.3",