diff --git a/package.json b/package.json index 89a20683..3f06c1c0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@typescript-eslint/parser": "^6.21.0", "diff": "^5.1.0", "eslint": "^8.56.0", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^51.0.0", "eslint-plugin-unused-imports": "^3.0.0", "pnpm": "8.12.1", "prettier": "3.2.5", diff --git a/yarn.lock b/yarn.lock index faa593be..e7f3caac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1283,10 +1283,10 @@ eslint-plugin-unicorn@^48.0.0: semver "^7.5.4" strip-indent "^3.0.0" -eslint-plugin-unicorn@^50.0.1: - version "50.0.1" - resolved "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz" - integrity sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA== +eslint-plugin-unicorn@^51.0.0: + version "51.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.0.tgz#7e5b1f6837949de244a5403eb7729e60c6b20729" + integrity sha512-104L+VrZQ0RlyTYQPmF0ofoN1/rot1U/BoCSUDTTiPgumzA/QUzDwUqbR4Q0laOYXi5sYI2HDrJQ/b5PlJteCA== dependencies: "@babel/helper-validator-identifier" "^7.22.20" "@eslint-community/eslint-utils" "^4.4.0"