Skip to content

Commit f1e8cad

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 623732c commit f1e8cad

File tree

2 files changed

+105
-89
lines changed

2 files changed

+105
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@types/jsonpath": "0.2.4",
122122
"@types/lodash": "4.17.16",
123123
"@types/node": "20.14.8",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.34.1",
125+
"@typescript-eslint/parser": "8.34.1",
126126
"dotenv": "16.5.0",
127127
"eslint": "9.27.0",
128128
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 103 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"
@@ -2916,39 +2923,40 @@
29162923
dependencies:
29172924
"@types/yargs-parser" "*"
29182925

2919-
"@typescript-eslint/eslint-plugin@7.18.0":
2920-
version "7.18.0"
2921-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2922-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2926+
"@typescript-eslint/eslint-plugin@8.34.1":
2927+
version "8.34.1"
2928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
2929+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
29232930
dependencies:
29242931
"@eslint-community/regexpp" "^4.10.0"
2925-
"@typescript-eslint/scope-manager" "7.18.0"
2926-
"@typescript-eslint/type-utils" "7.18.0"
2927-
"@typescript-eslint/utils" "7.18.0"
2928-
"@typescript-eslint/visitor-keys" "7.18.0"
2932+
"@typescript-eslint/scope-manager" "8.34.1"
2933+
"@typescript-eslint/type-utils" "8.34.1"
2934+
"@typescript-eslint/utils" "8.34.1"
2935+
"@typescript-eslint/visitor-keys" "8.34.1"
29292936
graphemer "^1.4.0"
2930-
ignore "^5.3.1"
2937+
ignore "^7.0.0"
29312938
natural-compare "^1.4.0"
2932-
ts-api-utils "^1.3.0"
2939+
ts-api-utils "^2.1.0"
29332940

2934-
"@typescript-eslint/parser@7.18.0":
2935-
version "7.18.0"
2936-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2937-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2941+
"@typescript-eslint/parser@8.34.1":
2942+
version "8.34.1"
2943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
2944+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
29382945
dependencies:
2939-
"@typescript-eslint/scope-manager" "7.18.0"
2940-
"@typescript-eslint/types" "7.18.0"
2941-
"@typescript-eslint/typescript-estree" "7.18.0"
2942-
"@typescript-eslint/visitor-keys" "7.18.0"
2946+
"@typescript-eslint/scope-manager" "8.34.1"
2947+
"@typescript-eslint/types" "8.34.1"
2948+
"@typescript-eslint/typescript-estree" "8.34.1"
2949+
"@typescript-eslint/visitor-keys" "8.34.1"
29432950
debug "^4.3.4"
29442951

2945-
"@typescript-eslint/[email protected]":
2946-
version "7.18.0"
2947-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2948-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2952+
"@typescript-eslint/[email protected]":
2953+
version "8.34.1"
2954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
2955+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
29492956
dependencies:
2950-
"@typescript-eslint/types" "7.18.0"
2951-
"@typescript-eslint/visitor-keys" "7.18.0"
2957+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
2958+
"@typescript-eslint/types" "^8.34.1"
2959+
debug "^4.3.4"
29522960

29532961
"@typescript-eslint/[email protected]":
29542962
version "8.26.1"
@@ -2958,15 +2966,28 @@
29582966
"@typescript-eslint/types" "8.26.1"
29592967
"@typescript-eslint/visitor-keys" "8.26.1"
29602968

2961-
"@typescript-eslint/[email protected]":
2962-
version "7.18.0"
2963-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2964-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2969+
"@typescript-eslint/[email protected]":
2970+
version "8.34.1"
2971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
2972+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
29652973
dependencies:
2966-
"@typescript-eslint/typescript-estree" "7.18.0"
2967-
"@typescript-eslint/utils" "7.18.0"
2974+
"@typescript-eslint/types" "8.34.1"
2975+
"@typescript-eslint/visitor-keys" "8.34.1"
2976+
2977+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
2978+
version "8.34.1"
2979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
2980+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
2981+
2982+
"@typescript-eslint/[email protected]":
2983+
version "8.34.1"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
2985+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
2986+
dependencies:
2987+
"@typescript-eslint/typescript-estree" "8.34.1"
2988+
"@typescript-eslint/utils" "8.34.1"
29682989
debug "^4.3.4"
2969-
ts-api-utils "^1.3.0"
2990+
ts-api-utils "^2.1.0"
29702991

29712992
"@typescript-eslint/type-utils@^8.0.0":
29722993
version "8.26.1"
@@ -2978,29 +2999,15 @@
29782999
debug "^4.3.4"
29793000
ts-api-utils "^2.0.1"
29803001

2981-
"@typescript-eslint/[email protected]":
2982-
version "7.18.0"
2983-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2984-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2985-
29863002
"@typescript-eslint/[email protected]":
29873003
version "8.26.1"
29883004
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
29893005
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
29903006

2991-
"@typescript-eslint/[email protected]":
2992-
version "7.18.0"
2993-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2994-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2995-
dependencies:
2996-
"@typescript-eslint/types" "7.18.0"
2997-
"@typescript-eslint/visitor-keys" "7.18.0"
2998-
debug "^4.3.4"
2999-
globby "^11.1.0"
3000-
is-glob "^4.0.3"
3001-
minimatch "^9.0.4"
3002-
semver "^7.6.0"
3003-
ts-api-utils "^1.3.0"
3007+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1":
3008+
version "8.34.1"
3009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
3010+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
30043011

30053012
"@typescript-eslint/[email protected]":
30063013
version "8.26.1"
@@ -3016,15 +3023,21 @@
30163023
semver "^7.6.0"
30173024
ts-api-utils "^2.0.1"
30183025

3019-
"@typescript-eslint/[email protected]":
3020-
version "7.18.0"
3021-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3022-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3026+
"@typescript-eslint/[email protected]":
3027+
version "8.34.1"
3028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
3029+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
30233030
dependencies:
3024-
"@eslint-community/eslint-utils" "^4.4.0"
3025-
"@typescript-eslint/scope-manager" "7.18.0"
3026-
"@typescript-eslint/types" "7.18.0"
3027-
"@typescript-eslint/typescript-estree" "7.18.0"
3031+
"@typescript-eslint/project-service" "8.34.1"
3032+
"@typescript-eslint/tsconfig-utils" "8.34.1"
3033+
"@typescript-eslint/types" "8.34.1"
3034+
"@typescript-eslint/visitor-keys" "8.34.1"
3035+
debug "^4.3.4"
3036+
fast-glob "^3.3.2"
3037+
is-glob "^4.0.3"
3038+
minimatch "^9.0.4"
3039+
semver "^7.6.0"
3040+
ts-api-utils "^2.1.0"
30283041

30293042
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
30303043
version "8.26.1"
@@ -3036,13 +3049,15 @@
30363049
"@typescript-eslint/types" "8.26.1"
30373050
"@typescript-eslint/typescript-estree" "8.26.1"
30383051

3039-
"@typescript-eslint/[email protected]":
3040-
version "7.18.0"
3041-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3042-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3052+
"@typescript-eslint/[email protected]":
3053+
version "8.34.1"
3054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
3055+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
30433056
dependencies:
3044-
"@typescript-eslint/types" "7.18.0"
3045-
eslint-visitor-keys "^3.4.3"
3057+
"@eslint-community/eslint-utils" "^4.7.0"
3058+
"@typescript-eslint/scope-manager" "8.34.1"
3059+
"@typescript-eslint/types" "8.34.1"
3060+
"@typescript-eslint/typescript-estree" "8.34.1"
30463061

30473062
"@typescript-eslint/[email protected]":
30483063
version "8.26.1"
@@ -3052,6 +3067,14 @@
30523067
"@typescript-eslint/types" "8.26.1"
30533068
eslint-visitor-keys "^4.2.0"
30543069

3070+
"@typescript-eslint/[email protected]":
3071+
version "8.34.1"
3072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
3073+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
3074+
dependencies:
3075+
"@typescript-eslint/types" "8.34.1"
3076+
eslint-visitor-keys "^4.2.1"
3077+
30553078
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
30563079
version "1.14.1"
30573080
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -3472,11 +3495,6 @@ array-timsort@^1.0.3:
34723495
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34733496
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34743497

3475-
array-union@^2.1.0:
3476-
version "2.1.0"
3477-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3478-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3479-
34803498
array-union@^3.0.1:
34813499
version "3.0.1"
34823500
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5147,6 +5165,11 @@ eslint-visitor-keys@^4.2.0:
51475165
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
51485166
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
51495167

5168+
eslint-visitor-keys@^4.2.1:
5169+
version "4.2.1"
5170+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
5171+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
5172+
51505173
51515174
version "9.27.0"
51525175
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
@@ -5395,7 +5418,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
53955418
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
53965419
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
53975420

5398-
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:
5421+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
53995422
version "3.3.3"
54005423
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
54015424
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5914,18 +5937,6 @@ globals@^15.9.0:
59145937
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
59155938
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
59165939

5917-
globby@^11.1.0:
5918-
version "11.1.0"
5919-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5920-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5921-
dependencies:
5922-
array-union "^2.1.0"
5923-
dir-glob "^3.0.1"
5924-
fast-glob "^3.2.9"
5925-
ignore "^5.2.0"
5926-
merge2 "^1.4.1"
5927-
slash "^3.0.0"
5928-
59295940
globby@^12.0.2:
59305941
version "12.2.0"
59315942
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -6219,11 +6230,16 @@ ignore-walk@^7.0.0:
62196230
dependencies:
62206231
minimatch "^9.0.0"
62216232

6222-
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0, ignore@^5.3.1:
6233+
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0:
62236234
version "5.3.2"
62246235
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
62256236
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
62266237

6238+
ignore@^7.0.0:
6239+
version "7.0.5"
6240+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
6241+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
6242+
62276243
ignore@^7.0.3:
62286244
version "7.0.3"
62296245
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
@@ -10755,16 +10771,16 @@ treeverse@^3.0.0:
1075510771
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1075610772
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1075710773

10758-
ts-api-utils@^1.3.0:
10759-
version "1.4.3"
10760-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10761-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10762-
1076310774
ts-api-utils@^2.0.1:
1076410775
version "2.0.1"
1076510776
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1076610777
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1076710778

10779+
ts-api-utils@^2.1.0:
10780+
version "2.1.0"
10781+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10782+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10783+
1076810784
1076910785
version "29.3.4"
1077010786
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"

0 commit comments

Comments
 (0)