From f0d183030f444bbdc58a436ee181b45c4d6a6168 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 08:35: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 7917d14..e475bea 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "Machine learning library", "devDependencies": { - "eslint": "^5.15.1", + "eslint": "^7.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-compat": "^2.7.0", "eslint-plugin-filenames": "^1.3.2",