Skip to content

Commit f663688

Browse files
authored
Merge pull request #145 from oclif/dependabot-npm_and_yarn-eslint-import-resolver-typescript-3.8.3
fix(deps): bump eslint-import-resolver-typescript from 3.8.0 to 3.8.3
2 parents c21b72f + 12b62b7 commit f663688

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint-config-oclif": "^5.2.2",
1515
"eslint-config-xo": "^0.46.0",
1616
"eslint-config-xo-space": "^0.35.0",
17-
"eslint-import-resolver-typescript": "^3.8.0",
17+
"eslint-import-resolver-typescript": "^3.8.3",
1818
"eslint-plugin-import": "^2.31.0",
1919
"eslint-plugin-jsdoc": "^50.6.3",
2020
"eslint-plugin-mocha": "^10.5.0",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -896,18 +896,18 @@ eslint-import-resolver-node@^0.3.9:
896896
is-core-module "^2.13.0"
897897
resolve "^1.22.4"
898898

899-
eslint-import-resolver-typescript@^3.8.0:
900-
version "3.8.0"
901-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.0.tgz#44a0f776d296b9c3823f4859441b54c2ec5fef9a"
902-
integrity sha512-fItUrP/+xwpavWgadrn6lsvcMe80s08xIVFXkUXvhR4cZD2ga96kRF/z/iFGDI7ZDnvtlaZ0wGic7Tw+DhgVnA==
899+
eslint-import-resolver-typescript@^3.8.3:
900+
version "3.8.3"
901+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz#1721a1e4417e57a8fe6bf9463d0db8e220285eef"
902+
integrity sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==
903903
dependencies:
904904
"@nolyfill/is-core-module" "1.0.39"
905905
debug "^4.3.7"
906906
enhanced-resolve "^5.15.0"
907907
get-tsconfig "^4.10.0"
908908
is-bun-module "^1.0.2"
909909
stable-hash "^0.0.4"
910-
tinyglobby "^0.2.10"
910+
tinyglobby "^0.2.12"
911911

912912
eslint-module-utils@^2.12.0:
913913
version "2.12.0"
@@ -1206,7 +1206,7 @@ fastq@^1.6.0:
12061206
dependencies:
12071207
reusify "^1.0.4"
12081208

1209-
fdir@^6.4.2:
1209+
fdir@^6.4.3:
12101210
version "6.4.3"
12111211
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
12121212
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
@@ -2341,12 +2341,12 @@ tapable@^2.2.0:
23412341
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
23422342
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
23432343

2344-
tinyglobby@^0.2.10:
2345-
version "0.2.10"
2346-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
2347-
integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
2344+
tinyglobby@^0.2.12:
2345+
version "0.2.12"
2346+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
2347+
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
23482348
dependencies:
2349-
fdir "^6.4.2"
2349+
fdir "^6.4.3"
23502350
picomatch "^4.0.2"
23512351

23522352
to-regex-range@^5.0.1:

0 commit comments

Comments
 (0)