From f4820d3f73db3e5d7f1374426154646a3898d905 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:39:42 +0000 Subject: [PATCH] fix: barista-http/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- barista-http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barista-http/package.json b/barista-http/package.json index 131dfea..bcc524a 100644 --- a/barista-http/package.json +++ b/barista-http/package.json @@ -15,7 +15,7 @@ "pino-pretty": "^5.1.1" }, "devDependencies": { - "eslint": "^6.0.1", + "eslint": "^7.16.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "~2.23.4",