From d18c6c70503a13f5364a98a3682d13eeb391e2ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 17:21:47 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-unicorn from 15.0.1 to 40.0.0 Snyk has created this PR to upgrade eslint-plugin-unicorn from 15.0.1 to 40.0.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-unicorn See this project in Snyk: https://app.snyk.io/org/charlike/project/0be5d2e3-e737-498a-818d-be3e27276e0c?utm_source=github&utm_medium=referral&page=upgrade-pr --- @configs/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@configs/eslint-config/package.json b/@configs/eslint-config/package.json index 6aa51700..e91cd150 100644 --- a/@configs/eslint-config/package.json +++ b/@configs/eslint-config/package.json @@ -47,7 +47,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^2.3.0", - "eslint-plugin-unicorn": "^15.0.1" + "eslint-plugin-unicorn": "^40.0.0" }, "peerDependencies": { "eslint": "^6.8.0",