From 04eb070f043cc8b0f3a0e5fc4184ed8e546dc05e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Mar 2021 05:54:41 +0000 Subject: [PATCH] fix: upgrade eslint from 7.17.0 to 7.21.0 Snyk has created this PR to upgrade eslint from 7.17.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/javakian/project/218ae72e-221e-4e4f-bcaa-d2484aed636e?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 60dc533..d7327cd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-dom": "17.0.1" }, "devDependencies": { - "eslint": "^7.15.0", + "eslint": "^7.21.0", "eslint-plugin-react": "^7.21.5" } }