From 310f56597c0c885dbe61ce62540ea64fc4405f1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jul 2021 22:01:12 +0000 Subject: [PATCH] fix: upgrade eslint from 6.6.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.6.0 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/e8fc4e20-9f3c-459f-9667-9a9559a67074?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 c939d49..b6ef7d1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "aws-sdk": "^2.562.0", "electron-rebuild": "^1.8.6", - "eslint": "^6.6.0", + "eslint": "^6.8.0", "eslint-utils": "^1.4.3", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2",