From 9651e5c55465882315f0c8c7a12740ad4dbd3547 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Mar 2021 07:37:32 +0000 Subject: [PATCH] fix: upgrade eslint from 7.18.0 to 7.21.0 Snyk has created this PR to upgrade eslint from 7.18.0 to 7.21.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/oudomskn/project/76aea20f-54e0-4a2a-ab08-1e2bf989a085?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 c502905a4..c1eee2b11 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/standard/standard/issues" }, "dependencies": { - "eslint": "~7.18.0", + "eslint": "~7.21.0", "eslint-config-standard": "16.0.2", "eslint-config-standard-jsx": "10.0.0", "eslint-plugin-import": "~2.22.1",