Skip to content

Commit 051a399

Browse files
Update typescript-eslint monorepo to v7
1 parent c98d834 commit 051a399

2 files changed

Lines changed: 128 additions & 66 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@types/jest": "29.1.1",
3131
"@types/node": "18.19.21",
32-
"@typescript-eslint/eslint-plugin": "5.39.0",
33-
"@typescript-eslint/parser": "5.39.0",
32+
"@typescript-eslint/eslint-plugin": "7.1.0",
33+
"@typescript-eslint/parser": "7.1.0",
3434
"@vercel/ncc": "0.38.1",
3535
"eslint": "8.24.0",
3636
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 126 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,18 @@
312312
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
313313
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
314314

315+
"@eslint-community/eslint-utils@^4.4.0":
316+
version "4.4.0"
317+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
318+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
319+
dependencies:
320+
eslint-visitor-keys "^3.3.0"
321+
322+
"@eslint-community/regexpp@^4.5.1":
323+
version "4.10.0"
324+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
325+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
326+
315327
"@eslint/eslintrc@^1.3.2":
316328
version "1.3.2"
317329
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
@@ -726,6 +738,11 @@
726738
expect "^29.0.0"
727739
pretty-format "^29.0.0"
728740

741+
"@types/json-schema@^7.0.12":
742+
version "7.0.15"
743+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
744+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
745+
729746
"@types/json-schema@^7.0.9":
730747
version "7.0.11"
731748
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -748,6 +765,11 @@
748765
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
749766
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
750767

768+
"@types/semver@^7.5.0":
769+
version "7.5.8"
770+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
771+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
772+
751773
"@types/stack-utils@^2.0.0":
752774
version "2.0.1"
753775
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -765,28 +787,32 @@
765787
dependencies:
766788
"@types/yargs-parser" "*"
767789

768-
"@typescript-eslint/eslint-plugin@5.39.0":
769-
version "5.39.0"
770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
771-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
790+
"@typescript-eslint/eslint-plugin@7.1.0":
791+
version "7.1.0"
792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.0.tgz#22bb999a8d59893c0ea07923e8a21f9d985ad740"
793+
integrity sha512-j6vT/kCulhG5wBmGtstKeiVr1rdXE4nk+DT1k6trYkwlrvW9eOF5ZbgKnd/YR6PcM4uTEXa0h6Fcvf6X7Dxl0w==
772794
dependencies:
773-
"@typescript-eslint/scope-manager" "5.39.0"
774-
"@typescript-eslint/type-utils" "5.39.0"
775-
"@typescript-eslint/utils" "5.39.0"
795+
"@eslint-community/regexpp" "^4.5.1"
796+
"@typescript-eslint/scope-manager" "7.1.0"
797+
"@typescript-eslint/type-utils" "7.1.0"
798+
"@typescript-eslint/utils" "7.1.0"
799+
"@typescript-eslint/visitor-keys" "7.1.0"
776800
debug "^4.3.4"
777-
ignore "^5.2.0"
778-
regexpp "^3.2.0"
779-
semver "^7.3.7"
780-
tsutils "^3.21.0"
781-
782-
"@typescript-eslint/parser@5.39.0":
783-
version "5.39.0"
784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
785-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
786-
dependencies:
787-
"@typescript-eslint/scope-manager" "5.39.0"
788-
"@typescript-eslint/types" "5.39.0"
789-
"@typescript-eslint/typescript-estree" "5.39.0"
801+
graphemer "^1.4.0"
802+
ignore "^5.2.4"
803+
natural-compare "^1.4.0"
804+
semver "^7.5.4"
805+
ts-api-utils "^1.0.1"
806+
807+
"@typescript-eslint/parser@7.1.0":
808+
version "7.1.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.0.tgz#b89dab90840f7d2a926bf4c23b519576e8c31970"
810+
integrity sha512-V1EknKUubZ1gWFjiOZhDSNToOjs63/9O0puCgGS8aDOgpZY326fzFu15QAUjwaXzRZjf/qdsdBrckYdv9YxB8w==
811+
dependencies:
812+
"@typescript-eslint/scope-manager" "7.1.0"
813+
"@typescript-eslint/types" "7.1.0"
814+
"@typescript-eslint/typescript-estree" "7.1.0"
815+
"@typescript-eslint/visitor-keys" "7.1.0"
790816
debug "^4.3.4"
791817

792818
"@typescript-eslint/scope-manager@5.38.1":
@@ -797,33 +823,33 @@
797823
"@typescript-eslint/types" "5.38.1"
798824
"@typescript-eslint/visitor-keys" "5.38.1"
799825

800-
"@typescript-eslint/scope-manager@5.39.0":
801-
version "5.39.0"
802-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
803-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
826+
"@typescript-eslint/scope-manager@7.1.0":
827+
version "7.1.0"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.0.tgz#e4babaa39a3d612eff0e3559f3e99c720a2b4a54"
829+
integrity sha512-6TmN4OJiohHfoOdGZ3huuLhpiUgOGTpgXNUPJgeZOZR3DnIpdSgtt83RS35OYNNXxM4TScVlpVKC9jyQSETR1A==
804830
dependencies:
805-
"@typescript-eslint/types" "5.39.0"
806-
"@typescript-eslint/visitor-keys" "5.39.0"
831+
"@typescript-eslint/types" "7.1.0"
832+
"@typescript-eslint/visitor-keys" "7.1.0"
807833

808-
"@typescript-eslint/type-utils@5.39.0":
809-
version "5.39.0"
810-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
811-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
834+
"@typescript-eslint/type-utils@7.1.0":
835+
version "7.1.0"
836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.0.tgz#372dfa470df181bcee0072db464dc778b75ed722"
837+
integrity sha512-UZIhv8G+5b5skkcuhgvxYWHjk7FW7/JP5lPASMEUoliAPwIH/rxoUSQPia2cuOj9AmDZmwUl1usKm85t5VUMew==
812838
dependencies:
813-
"@typescript-eslint/typescript-estree" "5.39.0"
814-
"@typescript-eslint/utils" "5.39.0"
839+
"@typescript-eslint/typescript-estree" "7.1.0"
840+
"@typescript-eslint/utils" "7.1.0"
815841
debug "^4.3.4"
816-
tsutils "^3.21.0"
842+
ts-api-utils "^1.0.1"
817843

818844
"@typescript-eslint/types@5.38.1":
819845
version "5.38.1"
820846
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
821847
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
822848

823-
"@typescript-eslint/types@5.39.0":
824-
version "5.39.0"
825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
826-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
849+
"@typescript-eslint/types@7.1.0":
850+
version "7.1.0"
851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.0.tgz#52a86d6236fda646e7e5fe61154991dc0dc433ef"
852+
integrity sha512-qTWjWieJ1tRJkxgZYXx6WUYtWlBc48YRxgY2JN1aGeVpkhmnopq+SUC8UEVGNXIvWH7XyuTjwALfG6bFEgCkQA==
827853

828854
"@typescript-eslint/typescript-estree@5.38.1":
829855
version "5.38.1"
@@ -838,30 +864,32 @@
838864
semver "^7.3.7"
839865
tsutils "^3.21.0"
840866

841-
"@typescript-eslint/typescript-estree@5.39.0":
842-
version "5.39.0"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
844-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
867+
"@typescript-eslint/typescript-estree@7.1.0":
868+
version "7.1.0"
869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.0.tgz#419b1310f061feee6df676c5bed460537310c593"
870+
integrity sha512-k7MyrbD6E463CBbSpcOnwa8oXRdHzH1WiVzOipK3L5KSML92ZKgUBrTlehdi7PEIMT8k0bQixHUGXggPAlKnOQ==
845871
dependencies:
846-
"@typescript-eslint/types" "5.39.0"
847-
"@typescript-eslint/visitor-keys" "5.39.0"
872+
"@typescript-eslint/types" "7.1.0"
873+
"@typescript-eslint/visitor-keys" "7.1.0"
848874
debug "^4.3.4"
849875
globby "^11.1.0"
850876
is-glob "^4.0.3"
851-
semver "^7.3.7"
852-
tsutils "^3.21.0"
853-
854-
"@typescript-eslint/utils@5.39.0":
855-
version "5.39.0"
856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
857-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
858-
dependencies:
859-
"@types/json-schema" "^7.0.9"
860-
"@typescript-eslint/scope-manager" "5.39.0"
861-
"@typescript-eslint/types" "5.39.0"
862-
"@typescript-eslint/typescript-estree" "5.39.0"
863-
eslint-scope "^5.1.1"
864-
eslint-utils "^3.0.0"
877+
minimatch "9.0.3"
878+
semver "^7.5.4"
879+
ts-api-utils "^1.0.1"
880+
881+
"@typescript-eslint/utils@7.1.0":
882+
version "7.1.0"
883+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.0.tgz#710ecda62aff4a3c8140edabf3c5292d31111ddd"
884+
integrity sha512-WUFba6PZC5OCGEmbweGpnNJytJiLG7ZvDBJJoUcX4qZYf1mGZ97mO2Mps6O2efxJcJdRNpqweCistDbZMwIVHw==
885+
dependencies:
886+
"@eslint-community/eslint-utils" "^4.4.0"
887+
"@types/json-schema" "^7.0.12"
888+
"@types/semver" "^7.5.0"
889+
"@typescript-eslint/scope-manager" "7.1.0"
890+
"@typescript-eslint/types" "7.1.0"
891+
"@typescript-eslint/typescript-estree" "7.1.0"
892+
semver "^7.5.4"
865893

866894
"@typescript-eslint/utils@^5.10.0":
867895
version "5.38.1"
@@ -883,13 +911,13 @@
883911
"@typescript-eslint/types" "5.38.1"
884912
eslint-visitor-keys "^3.3.0"
885913

886-
"@typescript-eslint/visitor-keys@5.39.0":
887-
version "5.39.0"
888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
889-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
914+
"@typescript-eslint/visitor-keys@7.1.0":
915+
version "7.1.0"
916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.0.tgz#576c4ad462ca1378135a55e2857d7aced96ce0a0"
917+
integrity sha512-FhUqNWluiGNzlvnDZiXad4mZRhtghdoKW6e98GoEOYSu5cND+E39rG5KwJMUzeENwm1ztYBRqof8wMLP+wNPIA==
890918
dependencies:
891-
"@typescript-eslint/types" "5.39.0"
892-
eslint-visitor-keys "^3.3.0"
919+
"@typescript-eslint/types" "7.1.0"
920+
eslint-visitor-keys "^3.4.1"
893921

894922
"@vercel/ncc@0.38.1":
895923
version "0.38.1"
@@ -1045,6 +1073,13 @@ brace-expansion@^1.1.7:
10451073
balanced-match "^1.0.0"
10461074
concat-map "0.0.1"
10471075

1076+
brace-expansion@^2.0.1:
1077+
version "2.0.1"
1078+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1079+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1080+
dependencies:
1081+
balanced-match "^1.0.0"
1082+
10481083
braces@^3.0.2:
10491084
version "3.0.2"
10501085
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1330,6 +1365,11 @@ eslint-visitor-keys@^3.3.0:
13301365
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
13311366
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
13321367

1368+
eslint-visitor-keys@^3.4.1:
1369+
version "3.4.3"
1370+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1371+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1372+
13331373
eslint@8.24.0:
13341374
version "8.24.0"
13351375
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
@@ -1638,6 +1678,11 @@ grapheme-splitter@^1.0.4:
16381678
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
16391679
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
16401680

1681+
graphemer@^1.4.0:
1682+
version "1.4.0"
1683+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1684+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1685+
16411686
has-flag@^3.0.0:
16421687
version "3.0.0"
16431688
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -1670,6 +1715,11 @@ ignore@^5.2.0:
16701715
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
16711716
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
16721717

1718+
ignore@^5.2.4:
1719+
version "5.3.1"
1720+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1721+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1722+
16731723
import-fresh@^3.0.0, import-fresh@^3.2.1:
16741724
version "3.3.0"
16751725
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2354,6 +2404,13 @@ mimic-fn@^2.1.0:
23542404
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
23552405
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
23562406

2407+
minimatch@9.0.3:
2408+
version "9.0.3"
2409+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2410+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2411+
dependencies:
2412+
brace-expansion "^2.0.1"
2413+
23572414
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
23582415
version "3.1.2"
23592416
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2644,7 +2701,7 @@ semver@^7.3.5, semver@^7.3.7:
26442701
dependencies:
26452702
lru-cache "^6.0.0"
26462703

2647-
semver@^7.5.3:
2704+
semver@^7.5.3, semver@^7.5.4:
26482705
version "7.6.0"
26492706
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
26502707
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -2815,6 +2872,11 @@ to-regex-range@^5.0.1:
28152872
dependencies:
28162873
is-number "^7.0.0"
28172874

2875+
ts-api-utils@^1.0.1:
2876+
version "1.2.1"
2877+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
2878+
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
2879+
28182880
ts-jest@29.1.2:
28192881
version "29.1.2"
28202882
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)