From 92d9594398a58fe1639cd6404957e7df9545193d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 21:05:03 +0000
Subject: [PATCH] Bump eslint-plugin-unicorn from 56.0.0 to 56.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 56.0.0 to 56.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v56.0.0...v56.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 0e927aa..bd078fd 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,6 @@
     "@vercel/ncc": "0.38.3",
     "eslint": "9.14.0",
     "eslint-plugin-n": "17.13.2",
-    "eslint-plugin-unicorn": "56.0.0"
+    "eslint-plugin-unicorn": "56.0.1"
   }
 }