Skip to content

Commit d997cf5

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 19de7de commit d997cf5

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
@@ -118,8 +118,8 @@
118118
"@types/jest": "30.0.0",
119119
"@types/jsonpath": "0.2.4",
120120
"@types/node": "20.14.8",
121-
"@typescript-eslint/eslint-plugin": "7.18.0",
122-
"@typescript-eslint/parser": "7.18.0",
121+
"@typescript-eslint/eslint-plugin": "8.39.1",
122+
"@typescript-eslint/parser": "8.39.1",
123123
"dotenv": "17.2.1",
124124
"eslint": "9.31.0",
125125
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 99 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,13 @@
13931393
dependencies:
13941394
eslint-visitor-keys "^3.4.3"
13951395

1396+
"@eslint-community/eslint-utils@^4.7.0":
1397+
version "4.7.0"
1398+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1399+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1400+
dependencies:
1401+
eslint-visitor-keys "^3.4.3"
1402+
13961403
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
13971404
version "4.12.1"
13981405
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -3225,39 +3232,40 @@
32253232
dependencies:
32263233
"@types/yargs-parser" "*"
32273234

3228-
"@typescript-eslint/eslint-plugin@7.18.0":
3229-
version "7.18.0"
3230-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
3231-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
3235+
"@typescript-eslint/eslint-plugin@8.39.1":
3236+
version "8.39.1"
3237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
3238+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
32323239
dependencies:
32333240
"@eslint-community/regexpp" "^4.10.0"
3234-
"@typescript-eslint/scope-manager" "7.18.0"
3235-
"@typescript-eslint/type-utils" "7.18.0"
3236-
"@typescript-eslint/utils" "7.18.0"
3237-
"@typescript-eslint/visitor-keys" "7.18.0"
3241+
"@typescript-eslint/scope-manager" "8.39.1"
3242+
"@typescript-eslint/type-utils" "8.39.1"
3243+
"@typescript-eslint/utils" "8.39.1"
3244+
"@typescript-eslint/visitor-keys" "8.39.1"
32383245
graphemer "^1.4.0"
3239-
ignore "^5.3.1"
3246+
ignore "^7.0.0"
32403247
natural-compare "^1.4.0"
3241-
ts-api-utils "^1.3.0"
3248+
ts-api-utils "^2.1.0"
32423249

3243-
"@typescript-eslint/parser@7.18.0":
3244-
version "7.18.0"
3245-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
3246-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
3250+
"@typescript-eslint/parser@8.39.1":
3251+
version "8.39.1"
3252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
3253+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
32473254
dependencies:
3248-
"@typescript-eslint/scope-manager" "7.18.0"
3249-
"@typescript-eslint/types" "7.18.0"
3250-
"@typescript-eslint/typescript-estree" "7.18.0"
3251-
"@typescript-eslint/visitor-keys" "7.18.0"
3255+
"@typescript-eslint/scope-manager" "8.39.1"
3256+
"@typescript-eslint/types" "8.39.1"
3257+
"@typescript-eslint/typescript-estree" "8.39.1"
3258+
"@typescript-eslint/visitor-keys" "8.39.1"
32523259
debug "^4.3.4"
32533260

3254-
"@typescript-eslint/scope-manager@7.18.0":
3255-
version "7.18.0"
3256-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
3257-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
3261+
"@typescript-eslint/project-service@8.39.1":
3262+
version "8.39.1"
3263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
3264+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
32583265
dependencies:
3259-
"@typescript-eslint/types" "7.18.0"
3260-
"@typescript-eslint/visitor-keys" "7.18.0"
3266+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
3267+
"@typescript-eslint/types" "^8.39.1"
3268+
debug "^4.3.4"
32613269

32623270
"@typescript-eslint/scope-manager@8.26.1":
32633271
version "8.26.1"
@@ -3267,15 +3275,29 @@
32673275
"@typescript-eslint/types" "8.26.1"
32683276
"@typescript-eslint/visitor-keys" "8.26.1"
32693277

3270-
"@typescript-eslint/type-utils@7.18.0":
3271-
version "7.18.0"
3272-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
3273-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
3278+
"@typescript-eslint/scope-manager@8.39.1":
3279+
version "8.39.1"
3280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
3281+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
32743282
dependencies:
3275-
"@typescript-eslint/typescript-estree" "7.18.0"
3276-
"@typescript-eslint/utils" "7.18.0"
3283+
"@typescript-eslint/types" "8.39.1"
3284+
"@typescript-eslint/visitor-keys" "8.39.1"
3285+
3286+
"@typescript-eslint/tsconfig-utils@8.39.1", "@typescript-eslint/tsconfig-utils@^8.39.1":
3287+
version "8.39.1"
3288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
3289+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
3290+
3291+
"@typescript-eslint/type-utils@8.39.1":
3292+
version "8.39.1"
3293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
3294+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
3295+
dependencies:
3296+
"@typescript-eslint/types" "8.39.1"
3297+
"@typescript-eslint/typescript-estree" "8.39.1"
3298+
"@typescript-eslint/utils" "8.39.1"
32773299
debug "^4.3.4"
3278-
ts-api-utils "^1.3.0"
3300+
ts-api-utils "^2.1.0"
32793301

32803302
"@typescript-eslint/type-utils@^8.0.0":
32813303
version "8.26.1"
@@ -3287,29 +3309,15 @@
32873309
debug "^4.3.4"
32883310
ts-api-utils "^2.0.1"
32893311

3290-
"@typescript-eslint/types@7.18.0":
3291-
version "7.18.0"
3292-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
3293-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
3294-
32953312
"@typescript-eslint/types@8.26.1":
32963313
version "8.26.1"
32973314
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
32983315
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
32993316

3300-
"@typescript-eslint/typescript-estree@7.18.0":
3301-
version "7.18.0"
3302-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
3303-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
3304-
dependencies:
3305-
"@typescript-eslint/types" "7.18.0"
3306-
"@typescript-eslint/visitor-keys" "7.18.0"
3307-
debug "^4.3.4"
3308-
globby "^11.1.0"
3309-
is-glob "^4.0.3"
3310-
minimatch "^9.0.4"
3311-
semver "^7.6.0"
3312-
ts-api-utils "^1.3.0"
3317+
"@typescript-eslint/types@8.39.1", "@typescript-eslint/types@^8.39.1":
3318+
version "8.39.1"
3319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
3320+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
33133321

33143322
"@typescript-eslint/typescript-estree@8.26.1":
33153323
version "8.26.1"
@@ -3325,15 +3333,21 @@
33253333
semver "^7.6.0"
33263334
ts-api-utils "^2.0.1"
33273335

3328-
"@typescript-eslint/utils@7.18.0":
3329-
version "7.18.0"
3330-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3331-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3336+
"@typescript-eslint/typescript-estree@8.39.1":
3337+
version "8.39.1"
3338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
3339+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
33323340
dependencies:
3333-
"@eslint-community/eslint-utils" "^4.4.0"
3334-
"@typescript-eslint/scope-manager" "7.18.0"
3335-
"@typescript-eslint/types" "7.18.0"
3336-
"@typescript-eslint/typescript-estree" "7.18.0"
3341+
"@typescript-eslint/project-service" "8.39.1"
3342+
"@typescript-eslint/tsconfig-utils" "8.39.1"
3343+
"@typescript-eslint/types" "8.39.1"
3344+
"@typescript-eslint/visitor-keys" "8.39.1"
3345+
debug "^4.3.4"
3346+
fast-glob "^3.3.2"
3347+
is-glob "^4.0.3"
3348+
minimatch "^9.0.4"
3349+
semver "^7.6.0"
3350+
ts-api-utils "^2.1.0"
33373351

33383352
"@typescript-eslint/utils@8.26.1", "@typescript-eslint/utils@^8.0.0":
33393353
version "8.26.1"
@@ -3345,13 +3359,15 @@
33453359
"@typescript-eslint/types" "8.26.1"
33463360
"@typescript-eslint/typescript-estree" "8.26.1"
33473361

3348-
"@typescript-eslint/visitor-keys@7.18.0":
3349-
version "7.18.0"
3350-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3351-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3362+
"@typescript-eslint/utils@8.39.1":
3363+
version "8.39.1"
3364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
3365+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
33523366
dependencies:
3353-
"@typescript-eslint/types" "7.18.0"
3354-
eslint-visitor-keys "^3.4.3"
3367+
"@eslint-community/eslint-utils" "^4.7.0"
3368+
"@typescript-eslint/scope-manager" "8.39.1"
3369+
"@typescript-eslint/types" "8.39.1"
3370+
"@typescript-eslint/typescript-estree" "8.39.1"
33553371

33563372
"@typescript-eslint/visitor-keys@8.26.1":
33573373
version "8.26.1"
@@ -3361,6 +3377,14 @@
33613377
"@typescript-eslint/types" "8.26.1"
33623378
eslint-visitor-keys "^4.2.0"
33633379

3380+
"@typescript-eslint/visitor-keys@8.39.1":
3381+
version "8.39.1"
3382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
3383+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
3384+
dependencies:
3385+
"@typescript-eslint/types" "8.39.1"
3386+
eslint-visitor-keys "^4.2.1"
3387+
33643388
"@ungap/structured-clone@^1.3.0":
33653389
version "1.3.0"
33663390
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -3858,11 +3882,6 @@ array-timsort@^1.0.3:
38583882
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
38593883
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
38603884

3861-
array-union@^2.1.0:
3862-
version "2.1.0"
3863-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3864-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3865-
38663885
array-union@^3.0.1:
38673886
version "3.0.1"
38683887
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5756,7 +5775,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
57565775
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
57575776
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
57585777

5759-
fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
5778+
fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
57605779
version "3.3.3"
57615780
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
57625781
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -6294,18 +6313,6 @@ globals@^15.9.0:
62946313
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
62956314
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
62966315

6297-
globby@^11.1.0:
6298-
version "11.1.0"
6299-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
6300-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
6301-
dependencies:
6302-
array-union "^2.1.0"
6303-
dir-glob "^3.0.1"
6304-
fast-glob "^3.2.9"
6305-
ignore "^5.2.0"
6306-
merge2 "^1.4.1"
6307-
slash "^3.0.0"
6308-
63096316
globby@^12.0.2:
63106317
version "12.2.0"
63116318
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -6582,11 +6589,16 @@ ignore-walk@^7.0.0:
65826589
dependencies:
65836590
minimatch "^9.0.0"
65846591

6585-
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0, ignore@^5.3.1:
6592+
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0:
65866593
version "5.3.2"
65876594
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
65886595
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
65896596

6597+
ignore@^7.0.0:
6598+
version "7.0.5"
6599+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
6600+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
6601+
65906602
ignore@^7.0.3:
65916603
version "7.0.3"
65926604
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
@@ -11196,16 +11208,16 @@ treeverse@^3.0.0:
1119611208
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1119711209
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1119811210

11199-
ts-api-utils@^1.3.0:
11200-
version "1.4.3"
11201-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
11202-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
11203-
1120411211
ts-api-utils@^2.0.1:
1120511212
version "2.0.1"
1120611213
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1120711214
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1120811215

11216+
ts-api-utils@^2.1.0:
11217+
version "2.1.0"
11218+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11219+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
11220+
1120911221
ts-jest@29.4.1:
1121011222
version "29.4.1"
1121111223
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"

0 commit comments

Comments
 (0)