From 582f3dfd9d1c45de9778ca5e24688940de5fc74d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Apr 2021 00:36:00 +0000 Subject: [PATCH] fix: upgrade eslint from 7.21.0 to 7.23.0 Snyk has created this PR to upgrade eslint from 7.21.0 to 7.23.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/j-vin-b8w/project/eb18f4cc-28bc-4690-a5bc-9f8c1462d7ef?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 19bd5a9d..b0cf8e58 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "del": "^6.0.0", "del-cli": "^3.0.1", "es-check": "^5.2.3", - "eslint": "^7.21.0", + "eslint": "^7.23.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", "handlebars": "^4.7.7",