From 3b7dc7fa2f24de3fc525a497a733f1ba49497aa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 00:15:20 +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..fb41e931e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "eslint": "^3.10.0", + "eslint": "^8.0.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-plugin-import": "^2.2.0" },