From 2308d6306a955bec7e2c038db1266e594955be87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jul 2021 16:26:10 +0000 Subject: [PATCH] fix: upgrade eslint from 6.2.2 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.2.2 to 6.8.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/hafixo/project/683833e7-f55d-4dd7-a965-224816c58796?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc6935d..7b5d7e5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "egg-bin": "^4.13.0", "egg-ci": "^1.13.0", "egg-mock": "^3.23.1", - "eslint": "^6.2.1", + "eslint": "^6.8.0", "eslint-config-egg": "^7.4.1", "lodash": "^4.17.14" },