Skip to content

Commit fe82f7a

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 48d1586 commit fe82f7a

File tree

2 files changed

+101
-89
lines changed

2 files changed

+101
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"@types/jsonpath": "0.2.4",
121121
"@types/lodash": "4.17.20",
122122
"@types/node": "20.14.8",
123-
"@typescript-eslint/eslint-plugin": "7.18.0",
124-
"@typescript-eslint/parser": "7.18.0",
123+
"@typescript-eslint/eslint-plugin": "8.37.0",
124+
"@typescript-eslint/parser": "8.37.0",
125125
"dotenv": "16.6.1",
126126
"eslint": "9.29.0",
127127
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 99 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,13 @@
12011201
dependencies:
12021202
eslint-visitor-keys "^3.4.3"
12031203

1204+
"@eslint-community/eslint-utils@^4.7.0":
1205+
version "4.7.0"
1206+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1207+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1208+
dependencies:
1209+
eslint-visitor-keys "^3.4.3"
1210+
12041211
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
12051212
version "4.12.1"
12061213
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2921,39 +2928,40 @@
29212928
dependencies:
29222929
"@types/yargs-parser" "*"
29232930

2924-
"@typescript-eslint/eslint-plugin@7.18.0":
2925-
version "7.18.0"
2926-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2927-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2931+
"@typescript-eslint/eslint-plugin@8.37.0":
2932+
version "8.37.0"
2933+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
2934+
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
29282935
dependencies:
29292936
"@eslint-community/regexpp" "^4.10.0"
2930-
"@typescript-eslint/scope-manager" "7.18.0"
2931-
"@typescript-eslint/type-utils" "7.18.0"
2932-
"@typescript-eslint/utils" "7.18.0"
2933-
"@typescript-eslint/visitor-keys" "7.18.0"
2937+
"@typescript-eslint/scope-manager" "8.37.0"
2938+
"@typescript-eslint/type-utils" "8.37.0"
2939+
"@typescript-eslint/utils" "8.37.0"
2940+
"@typescript-eslint/visitor-keys" "8.37.0"
29342941
graphemer "^1.4.0"
2935-
ignore "^5.3.1"
2942+
ignore "^7.0.0"
29362943
natural-compare "^1.4.0"
2937-
ts-api-utils "^1.3.0"
2944+
ts-api-utils "^2.1.0"
29382945

2939-
"@typescript-eslint/parser@7.18.0":
2940-
version "7.18.0"
2941-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2942-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2946+
"@typescript-eslint/parser@8.37.0":
2947+
version "8.37.0"
2948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
2949+
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
29432950
dependencies:
2944-
"@typescript-eslint/scope-manager" "7.18.0"
2945-
"@typescript-eslint/types" "7.18.0"
2946-
"@typescript-eslint/typescript-estree" "7.18.0"
2947-
"@typescript-eslint/visitor-keys" "7.18.0"
2951+
"@typescript-eslint/scope-manager" "8.37.0"
2952+
"@typescript-eslint/types" "8.37.0"
2953+
"@typescript-eslint/typescript-estree" "8.37.0"
2954+
"@typescript-eslint/visitor-keys" "8.37.0"
29482955
debug "^4.3.4"
29492956

2950-
"@typescript-eslint/[email protected].0":
2951-
version "7.18.0"
2952-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2953-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2957+
"@typescript-eslint/[email protected].0":
2958+
version "8.37.0"
2959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
2960+
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
29542961
dependencies:
2955-
"@typescript-eslint/types" "7.18.0"
2956-
"@typescript-eslint/visitor-keys" "7.18.0"
2962+
"@typescript-eslint/tsconfig-utils" "^8.37.0"
2963+
"@typescript-eslint/types" "^8.37.0"
2964+
debug "^4.3.4"
29572965

29582966
"@typescript-eslint/[email protected]":
29592967
version "8.26.1"
@@ -2963,15 +2971,29 @@
29632971
"@typescript-eslint/types" "8.26.1"
29642972
"@typescript-eslint/visitor-keys" "8.26.1"
29652973

2966-
"@typescript-eslint/[email protected].0":
2967-
version "7.18.0"
2968-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2969-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2974+
"@typescript-eslint/[email protected].0":
2975+
version "8.37.0"
2976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
2977+
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
29702978
dependencies:
2971-
"@typescript-eslint/typescript-estree" "7.18.0"
2972-
"@typescript-eslint/utils" "7.18.0"
2979+
"@typescript-eslint/types" "8.37.0"
2980+
"@typescript-eslint/visitor-keys" "8.37.0"
2981+
2982+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.37.0":
2983+
version "8.37.0"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
2985+
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
2986+
2987+
"@typescript-eslint/[email protected]":
2988+
version "8.37.0"
2989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
2990+
integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==
2991+
dependencies:
2992+
"@typescript-eslint/types" "8.37.0"
2993+
"@typescript-eslint/typescript-estree" "8.37.0"
2994+
"@typescript-eslint/utils" "8.37.0"
29732995
debug "^4.3.4"
2974-
ts-api-utils "^1.3.0"
2996+
ts-api-utils "^2.1.0"
29752997

29762998
"@typescript-eslint/type-utils@^8.0.0":
29772999
version "8.26.1"
@@ -2983,29 +3005,15 @@
29833005
debug "^4.3.4"
29843006
ts-api-utils "^2.0.1"
29853007

2986-
"@typescript-eslint/[email protected]":
2987-
version "7.18.0"
2988-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2989-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2990-
29913008
"@typescript-eslint/[email protected]":
29923009
version "8.26.1"
29933010
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
29943011
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
29953012

2996-
"@typescript-eslint/[email protected]":
2997-
version "7.18.0"
2998-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2999-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
3000-
dependencies:
3001-
"@typescript-eslint/types" "7.18.0"
3002-
"@typescript-eslint/visitor-keys" "7.18.0"
3003-
debug "^4.3.4"
3004-
globby "^11.1.0"
3005-
is-glob "^4.0.3"
3006-
minimatch "^9.0.4"
3007-
semver "^7.6.0"
3008-
ts-api-utils "^1.3.0"
3013+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.37.0":
3014+
version "8.37.0"
3015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
3016+
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
30093017

30103018
"@typescript-eslint/[email protected]":
30113019
version "8.26.1"
@@ -3021,15 +3029,21 @@
30213029
semver "^7.6.0"
30223030
ts-api-utils "^2.0.1"
30233031

3024-
"@typescript-eslint/[email protected].0":
3025-
version "7.18.0"
3026-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3027-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3032+
"@typescript-eslint/[email protected].0":
3033+
version "8.37.0"
3034+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
3035+
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
30283036
dependencies:
3029-
"@eslint-community/eslint-utils" "^4.4.0"
3030-
"@typescript-eslint/scope-manager" "7.18.0"
3031-
"@typescript-eslint/types" "7.18.0"
3032-
"@typescript-eslint/typescript-estree" "7.18.0"
3037+
"@typescript-eslint/project-service" "8.37.0"
3038+
"@typescript-eslint/tsconfig-utils" "8.37.0"
3039+
"@typescript-eslint/types" "8.37.0"
3040+
"@typescript-eslint/visitor-keys" "8.37.0"
3041+
debug "^4.3.4"
3042+
fast-glob "^3.3.2"
3043+
is-glob "^4.0.3"
3044+
minimatch "^9.0.4"
3045+
semver "^7.6.0"
3046+
ts-api-utils "^2.1.0"
30333047

30343048
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
30353049
version "8.26.1"
@@ -3041,13 +3055,15 @@
30413055
"@typescript-eslint/types" "8.26.1"
30423056
"@typescript-eslint/typescript-estree" "8.26.1"
30433057

3044-
"@typescript-eslint/[email protected].0":
3045-
version "7.18.0"
3046-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3047-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3058+
"@typescript-eslint/[email protected].0":
3059+
version "8.37.0"
3060+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
3061+
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
30483062
dependencies:
3049-
"@typescript-eslint/types" "7.18.0"
3050-
eslint-visitor-keys "^3.4.3"
3063+
"@eslint-community/eslint-utils" "^4.7.0"
3064+
"@typescript-eslint/scope-manager" "8.37.0"
3065+
"@typescript-eslint/types" "8.37.0"
3066+
"@typescript-eslint/typescript-estree" "8.37.0"
30513067

30523068
"@typescript-eslint/[email protected]":
30533069
version "8.26.1"
@@ -3057,6 +3073,14 @@
30573073
"@typescript-eslint/types" "8.26.1"
30583074
eslint-visitor-keys "^4.2.0"
30593075

3076+
"@typescript-eslint/[email protected]":
3077+
version "8.37.0"
3078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
3079+
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
3080+
dependencies:
3081+
"@typescript-eslint/types" "8.37.0"
3082+
eslint-visitor-keys "^4.2.1"
3083+
30603084
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
30613085
version "1.14.1"
30623086
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -3482,11 +3506,6 @@ array-timsort@^1.0.3:
34823506
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34833507
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34843508

3485-
array-union@^2.1.0:
3486-
version "2.1.0"
3487-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3488-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3489-
34903509
array-union@^3.0.1:
34913510
version "3.0.1"
34923511
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5398,7 +5417,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
53985417
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
53995418
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
54005419

5401-
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
5420+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
54025421
version "3.3.3"
54035422
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
54045423
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5920,18 +5939,6 @@ globals@^15.9.0:
59205939
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
59215940
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
59225941

5923-
globby@^11.1.0:
5924-
version "11.1.0"
5925-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5926-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5927-
dependencies:
5928-
array-union "^2.1.0"
5929-
dir-glob "^3.0.1"
5930-
fast-glob "^3.2.9"
5931-
ignore "^5.2.0"
5932-
merge2 "^1.4.1"
5933-
slash "^3.0.0"
5934-
59355942
globby@^12.0.2:
59365943
version "12.2.0"
59375944
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -6225,11 +6232,16 @@ ignore-walk@^7.0.0:
62256232
dependencies:
62266233
minimatch "^9.0.0"
62276234

6228-
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0, ignore@^5.3.1:
6235+
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0:
62296236
version "5.3.2"
62306237
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
62316238
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
62326239

6240+
ignore@^7.0.0:
6241+
version "7.0.5"
6242+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
6243+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
6244+
62336245
ignore@^7.0.3:
62346246
version "7.0.3"
62356247
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
@@ -10763,16 +10775,16 @@ treeverse@^3.0.0:
1076310775
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1076410776
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1076510777

10766-
ts-api-utils@^1.3.0:
10767-
version "1.4.3"
10768-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10769-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10770-
1077110778
ts-api-utils@^2.0.1:
1077210779
version "2.0.1"
1077310780
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1077410781
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1077510782

10783+
ts-api-utils@^2.1.0:
10784+
version "2.1.0"
10785+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10786+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10787+
1077610788
1077710789
version "29.4.0"
1077810790
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"

0 commit comments

Comments
 (0)