From f3ff95ee74e62ac0e5f2424c818e4533cd2eee46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 05:03:32 +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 ce7cabd..2c2eb15 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "atob": "^2.0.0", "babel": "^6.0.0", "babel-eslint": "^6.0.0", - "eslint": "^2.1.0", + "eslint": "^8.0.0", "github": "^0.2.4", "lodash": "^4.17.5" }