Skip to content

Commit 70bab97

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

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": "^51.0.0",
55+
"eslint-plugin-unicorn": "^51.0.1",
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@^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==
1286+
eslint-plugin-unicorn@^51.0.1:
1287+
version "51.0.1"
1288+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b"
1289+
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==
12901290
dependencies:
12911291
"@babel/helper-validator-identifier" "^7.22.20"
12921292
"@eslint-community/eslint-utils" "^4.4.0"

0 commit comments

Comments
 (0)