From bd3f0d7d5a10e0932e94e37cca482e9576f82071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 22:06:35 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 (#1074) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c21d76d0e..94d85f257 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "8.9.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-unicorn": "^40.0.0", + "eslint-plugin-unicorn": "^41.0.0", "husky": "7.0.4", "jest": "27.5.1", "lint-staged": "12.3.4", diff --git a/yarn.lock b/yarn.lock index 6123df72a..4d0af8f46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2029,10 +2029,10 @@ eslint-plugin-prettier@4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-unicorn@^40.0.0: - version "40.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz#48975360e39d23df726e4b33e8dd5d650e184832" - integrity sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig== +eslint-plugin-unicorn@^41.0.0: + version "41.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz#bf0974f8551ab4dd4aaae7d9cf53894040defbbd" + integrity sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA== dependencies: "@babel/helper-validator-identifier" "^7.15.7" ci-info "^3.3.0"