Skip to content

Commit 575a9ee

Browse files
Bump eslint-import-resolver-typescript from 3.6.3 to 3.7.0 (#141)
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](import-js/eslint-import-resolver-typescript@v3.6.3...v3.7.0) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8f99ee commit 575a9ee

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,10 +1995,10 @@ data-view-byte-offset@^1.0.1:
19951995
es-errors "^1.3.0"
19961996
is-data-view "^1.0.1"
19971997

1998-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
1999-
version "4.3.7"
2000-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
2001-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
1998+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7:
1999+
version "4.4.0"
2000+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
2001+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
20022002
dependencies:
20032003
ms "^2.1.3"
20042004

@@ -2311,20 +2311,20 @@ eslint-import-resolver-node@^0.3.9:
23112311
resolve "^1.22.4"
23122312

23132313
eslint-import-resolver-typescript@^3.6.3:
2314-
version "3.6.3"
2315-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3.tgz#bb8e388f6afc0f940ce5d2c5fd4a3d147f038d9e"
2316-
integrity sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==
2314+
version "3.7.0"
2315+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz#e69925936a771a9cb2de418ccebc4cdf6c0818aa"
2316+
integrity sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==
23172317
dependencies:
23182318
"@nolyfill/is-core-module" "1.0.39"
2319-
debug "^4.3.5"
2319+
debug "^4.3.7"
23202320
enhanced-resolve "^5.15.0"
2321-
eslint-module-utils "^2.8.1"
23222321
fast-glob "^3.3.2"
23232322
get-tsconfig "^4.7.5"
23242323
is-bun-module "^1.0.2"
23252324
is-glob "^4.0.3"
2325+
stable-hash "^0.0.4"
23262326

2327-
eslint-module-utils@^2.12.0, eslint-module-utils@^2.8.1:
2327+
eslint-module-utils@^2.12.0:
23282328
version "2.12.0"
23292329
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
23302330
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
@@ -4836,6 +4836,11 @@ sprintf-js@~1.0.2:
48364836
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
48374837
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
48384838

4839+
stable-hash@^0.0.4:
4840+
version "0.0.4"
4841+
resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.4.tgz#55ae7dadc13e4b3faed13601587cec41859b42f7"
4842+
integrity sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==
4843+
48394844
stack-utils@^2.0.3:
48404845
version "2.0.5"
48414846
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"

0 commit comments

Comments
 (0)