From bd3fe4a8e6042ff63165fe197a5385687aefc58c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 08:29:11 +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 82aa00b6a..1c24a4aa2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/feross/standard/issues" }, "dependencies": { - "eslint": "~3.10.2", + "eslint": "~8.0.0", "eslint-config-standard": "6.2.1", "eslint-config-standard-jsx": "3.2.0", "eslint-plugin-promise": "~3.4.0",