From 8e6937d323ff4f0a69c0187981bbc3f0fe737b79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:09:38 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unicorn to ^51.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f06c1c0..2e083dd8 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": "^51.0.0", + "eslint-plugin-unicorn": "^51.0.1", "eslint-plugin-unused-imports": "^3.0.0", "pnpm": "8.12.1", "prettier": "3.2.5", diff --git a/yarn.lock b/yarn.lock index e7f3caac..b9d140e2 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@^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== +eslint-plugin-unicorn@^51.0.1: + version "51.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b" + integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw== dependencies: "@babel/helper-validator-identifier" "^7.22.20" "@eslint-community/eslint-utils" "^4.4.0"