From 797fcda2966c32d85bc86d8ff1f776662edea691 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Dec 2024 06:24:53 +0000
Subject: [PATCH] fix(deps): Bump eslint-import-resolver-typescript from 3.6.3
 to 3.7.0

Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 23 ++++++++++++++---------
 package.json      |  4 ++--
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8f60c1b..ccf6750 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
         "@stylistic/eslint-plugin-js": "^2.12.1",
         "@stylistic/eslint-plugin-ts": "^2.12.0",
         "eslint": "^9.12.0",
-        "eslint-import-resolver-typescript": "^3.6.3",
+        "eslint-import-resolver-typescript": "^3.7.0",
         "eslint-plugin-array-func": "^5.0.2",
         "eslint-plugin-jest": "^28.8.3",
         "eslint-plugin-jsdoc": "^50.6.1",
@@ -40,11 +40,11 @@
         "@stylistic/eslint-plugin-js": "^2.12.1",
         "@stylistic/eslint-plugin-ts": "^2.12.0",
         "eslint": "^9.12.0",
-        "eslint-import-resolver-typescript": "^3.6.3",
         "eslint-plugin-array-func": "^5.0.2",
         "eslint-plugin-jest": "^28.8.3",
+        "eslint-plugin-jsdoc": "^50.6.1",
         "eslint-plugin-json": "^4.0.1",
-        "eslint-plugin-n": "^17.15.0",
+        "eslint-plugin-n": "^17.15.1",
         "eslint-plugin-no-explicit-type-exports": "^0.12.1",
         "eslint-plugin-perfectionist": "^4.2.0",
         "eslint-plugin-promise": "^7.1.0",
@@ -6076,18 +6076,18 @@
       }
     },
     "node_modules/eslint-import-resolver-typescript": {
-      "version": "3.6.3",
-      "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3.tgz",
-      "integrity": "sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==",
+      "version": "3.7.0",
+      "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz",
+      "integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==",
       "dependencies": {
         "@nolyfill/is-core-module": "1.0.39",
-        "debug": "^4.3.5",
+        "debug": "^4.3.7",
         "enhanced-resolve": "^5.15.0",
-        "eslint-module-utils": "^2.8.1",
         "fast-glob": "^3.3.2",
         "get-tsconfig": "^4.7.5",
         "is-bun-module": "^1.0.2",
-        "is-glob": "^4.0.3"
+        "is-glob": "^4.0.3",
+        "stable-hash": "^0.0.4"
       },
       "engines": {
         "node": "^14.18.0 || >=16.0.0"
@@ -13333,6 +13333,11 @@
       "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
       "dev": true
     },
+    "node_modules/stable-hash": {
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
+      "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g=="
+    },
     "node_modules/stop-iteration-iterator": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
diff --git a/package.json b/package.json
index 69e0afd..dc6ffc6 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
     "@stylistic/eslint-plugin-js": "^2.12.1",
     "@stylistic/eslint-plugin-ts": "^2.12.0",
     "eslint": "^9.12.0",
-    "eslint-import-resolver-typescript": "^3.6.3",
+    "eslint-import-resolver-typescript": "^3.7.0",
     "eslint-plugin-array-func": "^5.0.2",
     "eslint-plugin-jest": "^28.8.3",
     "eslint-plugin-jsdoc": "^50.6.1",
@@ -57,7 +57,7 @@
     "@stylistic/eslint-plugin-js": "^2.12.1",
     "@stylistic/eslint-plugin-ts": "^2.12.0",
     "eslint": "^9.12.0",
-    "eslint-import-resolver-typescript": "^3.6.3",
+    "eslint-import-resolver-typescript": "^3.7.0",
     "eslint-plugin-array-func": "^5.0.2",
     "eslint-plugin-jest": "^28.8.3",
     "eslint-plugin-jsdoc": "^50.6.1",