diff --git a/package.json b/package.json index cc9afdd5b..e612533ba 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "8.11.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-unicorn": "^41.0.0", + "eslint-plugin-unicorn": "^42.0.0", "husky": "7.0.4", "jest": "27.5.1", "lint-staged": "12.3.7", diff --git a/yarn.lock b/yarn.lock index aed804e20..b30a8f170 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@^41.0.0: - version "41.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz#b49205b38e71e227d21fb5776f8d078a1dc637ca" - integrity sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow== +eslint-plugin-unicorn@^42.0.0: + version "42.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1" + integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg== dependencies: "@babel/helper-validator-identifier" "^7.15.7" ci-info "^3.3.0"