Skip to content

Commit c1955d3

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v51 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2cfe30 commit c1955d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/parser": "^6.21.0",
5353
"diff": "^5.1.0",
5454
"eslint": "^8.56.0",
55-
"eslint-plugin-unicorn": "^50.0.1",
55+
"eslint-plugin-unicorn": "^51.0.0",
5656
"eslint-plugin-unused-imports": "^3.0.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.2.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1283,10 +1283,10 @@ eslint-plugin-unicorn@^48.0.0:
12831283
semver "^7.5.4"
12841284
strip-indent "^3.0.0"
12851285

1286-
eslint-plugin-unicorn@^50.0.1:
1287-
version "50.0.1"
1288-
resolved "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz"
1289-
integrity sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==
1286+
eslint-plugin-unicorn@^51.0.0:
1287+
version "51.0.0"
1288+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.0.tgz#7e5b1f6837949de244a5403eb7729e60c6b20729"
1289+
integrity sha512-104L+VrZQ0RlyTYQPmF0ofoN1/rot1U/BoCSUDTTiPgumzA/QUzDwUqbR4Q0laOYXi5sYI2HDrJQ/b5PlJteCA==
12901290
dependencies:
12911291
"@babel/helper-validator-identifier" "^7.22.20"
12921292
"@eslint-community/eslint-utils" "^4.4.0"

0 commit comments

Comments
 (0)