Skip to content

Commit fd37a60

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

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": "^7.5.0",
5353
"diff": "^5.1.0",
5454
"eslint": "^8.57.0",
55-
"eslint-plugin-unicorn": "^51.0.1",
55+
"eslint-plugin-unicorn": "^52.0.0",
5656
"eslint-plugin-unused-imports": "^3.1.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.2.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1369,10 +1369,10 @@ eslint-plugin-unicorn@^48.0.0:
13691369
semver "^7.5.4"
13701370
strip-indent "^3.0.0"
13711371

1372-
eslint-plugin-unicorn@^51.0.1:
1373-
version "51.0.1"
1374-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b"
1375-
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==
1372+
eslint-plugin-unicorn@^52.0.0:
1373+
version "52.0.0"
1374+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-52.0.0.tgz#c7a559edd52e3932cf2b3a05c3b0efc604c1eeb8"
1375+
integrity sha512-1Yzm7/m+0R4djH0tjDjfVei/ju2w3AzUGjG6q8JnuNIL5xIwsflyCooW5sfBvQp2pMYQFSWWCFONsjCax1EHng==
13761376
dependencies:
13771377
"@babel/helper-validator-identifier" "^7.22.20"
13781378
"@eslint-community/eslint-utils" "^4.4.0"

0 commit comments

Comments
 (0)