From 10daffc7958a0eb143240f35a2c7ac7dc2b4d8b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 08:07:00 +0000 Subject: [PATCH] fix: upgrade eslint from 6.5.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.5.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/nodeshift-agg/project/994c93bd-1c82-4043-8972-3d0873d1a8ec?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 76ba0ed..8a4e3fd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "coveralls": "~3.0.5", "documentation": "^12.1.1", - "eslint": "^6.0.1", + "eslint": "^6.8.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "~2.20.1",