From cfb8840e76294b61b71d2bba06f89b8226df5c1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jul 2021 06:55:13 +0000 Subject: [PATCH] fix: upgrade eslint from 6.0.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.0.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/5c0dcde0-07d9-4f8e-93a3-227bb52cfadc?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 7d75c9c..669642e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "kebergantungan" : { }, "devDependencies": { - "eslint": "^6.0.0", + "eslint": "^6.8.0", "istanbul": "^0.4.3", "mocha": "^6.2.3", "mockery": "^2.1.0",