593
593
" @nodelib/fs.scandir" " 2.1.5"
594
594
fastq "^1.6.0"
595
595
596
+
597
+ version "1.0.39"
598
+ resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
599
+ integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
600
+
596
601
" @pkgjs/parseargs@^0.11.0 " :
597
602
version "0.11.0"
598
603
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
697
702
integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==
698
703
699
704
" @types/node@*" , "@types/[email protected] ":
700
- version "22.5.0 "
701
- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0 .tgz#10f01fe9465166b4cab72e75f60d8b99d019f958 "
702
- integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg ==
705
+ version "22.5.2 "
706
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.2 .tgz#e42344429702e69e28c839a7e16a8262a8086793 "
707
+ integrity sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg ==
703
708
dependencies :
704
709
undici-types "~6.19.2"
705
710
@@ -1755,10 +1760,10 @@ end-of-stream@^1.1.0, end-of-stream@^1.4.1:
1755
1760
dependencies :
1756
1761
once "^1.4.0"
1757
1762
1758
- enhanced-resolve@^5.12 .0 :
1759
- version "5.15.0 "
1760
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0 .tgz#1af946c7d93603eb88e9896cee4904dc012e9c35 "
1761
- integrity sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg ==
1763
+ enhanced-resolve@^5.15 .0 :
1764
+ version "5.17.1 "
1765
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1 .tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15 "
1766
+ integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg ==
1762
1767
dependencies :
1763
1768
graceful-fs "^4.2.4"
1764
1769
tapable "^2.2.0"
@@ -2021,20 +2026,21 @@ eslint-import-resolver-node@^0.3.9:
2021
2026
is-core-module "^2.13.0"
2022
2027
resolve "^1.22.4"
2023
2028
2024
- eslint-import-resolver-typescript@^3.6.1 :
2025
- version "3.6.1 "
2026
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1 .tgz#7b983680edd3f1c5bce1a5829ae0bc2d57fe9efa "
2027
- integrity sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg ==
2029
+ eslint-import-resolver-typescript@^3.6.3 :
2030
+ version "3.6.3 "
2031
+ resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3 .tgz#bb8e388f6afc0f940ce5d2c5fd4a3d147f038d9e "
2032
+ integrity sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA ==
2028
2033
dependencies :
2029
- debug "^4.3.4"
2030
- enhanced-resolve "^5.12.0"
2031
- eslint-module-utils "^2.7.4"
2032
- fast-glob "^3.3.1"
2033
- get-tsconfig "^4.5.0"
2034
- is-core-module "^2.11.0"
2034
+ " @nolyfill/is-core-module" " 1.0.39"
2035
+ debug "^4.3.5"
2036
+ enhanced-resolve "^5.15.0"
2037
+ eslint-module-utils "^2.8.1"
2038
+ fast-glob "^3.3.2"
2039
+ get-tsconfig "^4.7.5"
2040
+ is-bun-module "^1.0.2"
2035
2041
is-glob "^4.0.3"
2036
2042
2037
- eslint-module-utils@^2.7.4, eslint-module-utils@^2. 8.0, eslint-module-utils@^2.8.1 :
2043
+ eslint-module-utils@^2.8.0, eslint-module-utils@^2.8.1 :
2038
2044
version "2.8.1"
2039
2045
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz#52f2404300c3bd33deece9d7372fb337cc1d7c34"
2040
2046
integrity sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==
@@ -2332,7 +2338,7 @@ fast-diff@^1.1.2:
2332
2338
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
2333
2339
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
2334
2340
2335
- fast-glob@^3.2.9, fast-glob@^3.3.1 :
2341
+ fast-glob@^3.2.9, fast-glob@^3.3.2 :
2336
2342
version "3.3.2"
2337
2343
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2338
2344
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2517,10 +2523,10 @@ get-symbol-description@^1.0.2:
2517
2523
es-errors "^1.3.0"
2518
2524
get-intrinsic "^1.2.4"
2519
2525
2520
- get-tsconfig@^4.5.0 :
2521
- version "4.7.2 "
2522
- resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2 .tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce "
2523
- integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A ==
2526
+ get-tsconfig@^4.7.5 :
2527
+ version "4.8.0 "
2528
+ resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.8.0 .tgz#125dc13a316f61650a12b20c97c11b8fd996fedd "
2529
+ integrity sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw ==
2524
2530
dependencies :
2525
2531
resolve-pkg-maps "^1.0.0"
2526
2532
@@ -2827,6 +2833,13 @@ is-boolean-object@^1.1.0:
2827
2833
call-bind "^1.0.2"
2828
2834
has-tostringtag "^1.0.0"
2829
2835
2836
+ is-bun-module@^1.0.2 :
2837
+ version "1.1.0"
2838
+ resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-1.1.0.tgz#a66b9830869437f6cdad440ba49ab6e4dc837269"
2839
+ integrity sha512-4mTAVPlrXpaN3jtF0lsnPCMGnq4+qZjVIKq0HCpfcqf8OC1SM5oATCIAPM5V5FN05qp2NNnFndphmdZS9CV3hA==
2840
+ dependencies :
2841
+ semver "^7.6.3"
2842
+
2830
2843
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7 :
2831
2844
version "1.2.7"
2832
2845
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
@@ -2839,7 +2852,7 @@ is-ci@^2.0.0:
2839
2852
dependencies :
2840
2853
ci-info "^2.0.0"
2841
2854
2842
- is-core-module@^2.11.0, is-core-module@^2. 13.0, is-core-module@^2.13.1 :
2855
+ is-core-module@^2.13.0, is-core-module@^2.13.1 :
2843
2856
version "2.13.1"
2844
2857
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
2845
2858
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
@@ -4108,6 +4121,11 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.4, semver@^7.6.0, semve
4108
4121
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
4109
4122
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
4110
4123
4124
+ semver@^7.6.3 :
4125
+ version "7.6.3"
4126
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4127
+ integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4128
+
4111
4129
sentence-case@^3.0.4 :
4112
4130
version "3.0.4"
4113
4131
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
0 commit comments