Skip to content

Commit 332a8c6

Browse files
Merge pull request #503 from wimpyprogrammer/dependabot/npm_and_yarn/eslint-import-resolver-typescript-3.8.3
Bump eslint-import-resolver-typescript from 3.8.0 to 3.8.3
2 parents f92a72b + 1ae51ed commit 332a8c6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "^8.57.1",
1616
"eslint-config-airbnb-base": "^15.0.0",
1717
"eslint-config-prettier": "^10.0.1",
18-
"eslint-import-resolver-typescript": "^3.8.0",
18+
"eslint-import-resolver-typescript": "^3.8.3",
1919
"eslint-plugin-import": "^2.31.0",
2020
"eslint-plugin-jest": "^28.11.0",
2121
"prettier": "^3.5.2"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,18 +2316,18 @@ eslint-import-resolver-node@^0.3.9:
23162316
is-core-module "^2.13.0"
23172317
resolve "^1.22.4"
23182318

2319-
eslint-import-resolver-typescript@^3.8.0:
2320-
version "3.8.0"
2321-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.0.tgz#44a0f776d296b9c3823f4859441b54c2ec5fef9a"
2322-
integrity sha512-fItUrP/+xwpavWgadrn6lsvcMe80s08xIVFXkUXvhR4cZD2ga96kRF/z/iFGDI7ZDnvtlaZ0wGic7Tw+DhgVnA==
2319+
eslint-import-resolver-typescript@^3.8.3:
2320+
version "3.8.3"
2321+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz#1721a1e4417e57a8fe6bf9463d0db8e220285eef"
2322+
integrity sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==
23232323
dependencies:
23242324
"@nolyfill/is-core-module" "1.0.39"
23252325
debug "^4.3.7"
23262326
enhanced-resolve "^5.15.0"
23272327
get-tsconfig "^4.10.0"
23282328
is-bun-module "^1.0.2"
23292329
stable-hash "^0.0.4"
2330-
tinyglobby "^0.2.10"
2330+
tinyglobby "^0.2.12"
23312331

23322332
eslint-module-utils@^2.12.0:
23332333
version "2.12.0"
@@ -2552,7 +2552,7 @@ fb-watchman@^2.0.0:
25522552
dependencies:
25532553
bser "2.1.1"
25542554

2555-
fdir@^6.4.2:
2555+
fdir@^6.4.3:
25562556
version "6.4.3"
25572557
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
25582558
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
@@ -4699,12 +4699,12 @@ text-table@^0.2.0:
46994699
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
47004700
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
47014701

4702-
tinyglobby@^0.2.10:
4703-
version "0.2.10"
4704-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
4705-
integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
4702+
tinyglobby@^0.2.12:
4703+
version "0.2.12"
4704+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
4705+
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
47064706
dependencies:
4707-
fdir "^6.4.2"
4707+
fdir "^6.4.3"
47084708
picomatch "^4.0.2"
47094709

47104710
tmpl@1.0.5:

0 commit comments

Comments
 (0)