From 0fb2cca662f67f99dfdb04fce7d81bb2904ee404 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 11 Mar 2025 04:01:13 +0000
Subject: [PATCH] Bump eslint from 9.21.0 to 9.22.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 0e0da62..4a5a1b8 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "@eslint/js": "9.22.0",
     "@stylistic/eslint-plugin": "4.2.0",
     "@vercel/ncc": "0.38.3",
-    "eslint": "9.21.0",
+    "eslint": "9.22.0",
     "eslint-plugin-n": "17.16.2",
     "eslint-plugin-unicorn": "57.0.0"
   }