From b8abf093a97799ad243429d399acb2442ef75c64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 09:28:33 +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 e59fc7148..61393a262 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "eslint": "^3.10.0", + "eslint": "^6.6.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-plugin-import": "^2.2.0" },