Skip to content

Commit 1a289da

Browse files
chore(deps): update linters
1 parent 01e1692 commit 1a289da

File tree

2 files changed

+88
-88
lines changed

2 files changed

+88
-88
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"devDependencies": {
2929
"@types/jest": "^29.5.12",
3030
"@types/shelljs": "^0.8.15",
31-
"@typescript-eslint/eslint-plugin": "^7.3.1",
31+
"@typescript-eslint/eslint-plugin": "^7.8.0",
3232
"@valora/eslint-config-typescript": "^1.0.2",
3333
"@valora/prettier-config": "^0.0.1",
3434
"eslint": "^8.57.0",
3535
"eslint-plugin-import": "^2.29.1",
3636
"eslint-plugin-jest": "^27.9.0",
3737
"eslint-plugin-react": "^7.34.1",
38-
"eslint-plugin-react-hooks": "^4.6.0",
38+
"eslint-plugin-react-hooks": "^4.6.2",
3939
"eslint-plugin-react-native": "^4.1.0",
4040
"jest": "^29.7.0",
4141
"knip": "^5.2.2",

yarn.lock

+86-86
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@
343343
dependencies:
344344
eslint-visitor-keys "^3.3.0"
345345

346-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
347-
version "4.6.2"
348-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
349-
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
346+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
347+
version "4.10.0"
348+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
349+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
350350

351351
"@eslint/eslintrc@^2.1.4":
352352
version "2.1.4"
@@ -981,10 +981,10 @@
981981
expect "^29.0.0"
982982
pretty-format "^29.0.0"
983983

984-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
985-
version "7.0.12"
986-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
987-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
984+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
985+
version "7.0.15"
986+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
987+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
988988

989989
"@types/json5@^0.0.29":
990990
version "0.0.29"
@@ -1006,10 +1006,10 @@
10061006
resolved "https://registry.yarnpkg.com/@types/picomatch/-/picomatch-2.3.3.tgz#be60498568c19e989e43fb39aa84be1ed3655e92"
10071007
integrity sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==
10081008

1009-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1010-
version "7.5.0"
1011-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1012-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1009+
"@types/semver@^7.3.12", "@types/semver@^7.5.8":
1010+
version "7.5.8"
1011+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1012+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
10131013

10141014
"@types/shelljs@^0.8.15":
10151015
version "0.8.15"
@@ -1036,22 +1036,22 @@
10361036
dependencies:
10371037
"@types/yargs-parser" "*"
10381038

1039-
"@typescript-eslint/eslint-plugin@^7.3.1":
1040-
version "7.3.1"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.3.1.tgz#0d8f38a6c8a1802139e62184ee7a68ed024f30a1"
1042-
integrity sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==
1039+
"@typescript-eslint/eslint-plugin@^7.8.0":
1040+
version "7.8.0"
1041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
1042+
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
10431043
dependencies:
1044-
"@eslint-community/regexpp" "^4.5.1"
1045-
"@typescript-eslint/scope-manager" "7.3.1"
1046-
"@typescript-eslint/type-utils" "7.3.1"
1047-
"@typescript-eslint/utils" "7.3.1"
1048-
"@typescript-eslint/visitor-keys" "7.3.1"
1044+
"@eslint-community/regexpp" "^4.10.0"
1045+
"@typescript-eslint/scope-manager" "7.8.0"
1046+
"@typescript-eslint/type-utils" "7.8.0"
1047+
"@typescript-eslint/utils" "7.8.0"
1048+
"@typescript-eslint/visitor-keys" "7.8.0"
10491049
debug "^4.3.4"
10501050
graphemer "^1.4.0"
1051-
ignore "^5.2.4"
1051+
ignore "^5.3.1"
10521052
natural-compare "^1.4.0"
1053-
semver "^7.5.4"
1054-
ts-api-utils "^1.0.1"
1053+
semver "^7.6.0"
1054+
ts-api-utils "^1.3.0"
10551055

10561056
"@typescript-eslint/parser@^5.62.0":
10571057
version "5.62.0"
@@ -1071,33 +1071,33 @@
10711071
"@typescript-eslint/types" "5.62.0"
10721072
"@typescript-eslint/visitor-keys" "5.62.0"
10731073

1074-
"@typescript-eslint/scope-manager@7.3.1":
1075-
version "7.3.1"
1076-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.3.1.tgz#73fd0cb4211a7be23e49e5b6efec8820caa6ec36"
1077-
integrity sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==
1074+
"@typescript-eslint/scope-manager@7.8.0":
1075+
version "7.8.0"
1076+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
1077+
integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
10781078
dependencies:
1079-
"@typescript-eslint/types" "7.3.1"
1080-
"@typescript-eslint/visitor-keys" "7.3.1"
1079+
"@typescript-eslint/types" "7.8.0"
1080+
"@typescript-eslint/visitor-keys" "7.8.0"
10811081

1082-
"@typescript-eslint/type-utils@7.3.1":
1083-
version "7.3.1"
1084-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.3.1.tgz#cbf90d3d7e788466aa8a5c0ab3f46103f098aa0d"
1085-
integrity sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==
1082+
"@typescript-eslint/type-utils@7.8.0":
1083+
version "7.8.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz#9de166f182a6e4d1c5da76e94880e91831e3e26f"
1085+
integrity sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==
10861086
dependencies:
1087-
"@typescript-eslint/typescript-estree" "7.3.1"
1088-
"@typescript-eslint/utils" "7.3.1"
1087+
"@typescript-eslint/typescript-estree" "7.8.0"
1088+
"@typescript-eslint/utils" "7.8.0"
10891089
debug "^4.3.4"
1090-
ts-api-utils "^1.0.1"
1090+
ts-api-utils "^1.3.0"
10911091

10921092
"@typescript-eslint/types@5.62.0":
10931093
version "5.62.0"
10941094
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
10951095
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
10961096

1097-
"@typescript-eslint/types@7.3.1":
1098-
version "7.3.1"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
1100-
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
1097+
"@typescript-eslint/types@7.8.0":
1098+
version "7.8.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
1100+
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
11011101

11021102
"@typescript-eslint/typescript-estree@5.62.0":
11031103
version "5.62.0"
@@ -1112,32 +1112,32 @@
11121112
semver "^7.3.7"
11131113
tsutils "^3.21.0"
11141114

1115-
"@typescript-eslint/typescript-estree@7.3.1":
1116-
version "7.3.1"
1117-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.3.1.tgz#598848195fad34c7aa73f548bd00a4d4e5f5e2bb"
1118-
integrity sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==
1115+
"@typescript-eslint/typescript-estree@7.8.0":
1116+
version "7.8.0"
1117+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
1118+
integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
11191119
dependencies:
1120-
"@typescript-eslint/types" "7.3.1"
1121-
"@typescript-eslint/visitor-keys" "7.3.1"
1120+
"@typescript-eslint/types" "7.8.0"
1121+
"@typescript-eslint/visitor-keys" "7.8.0"
11221122
debug "^4.3.4"
11231123
globby "^11.1.0"
11241124
is-glob "^4.0.3"
1125-
minimatch "9.0.3"
1126-
semver "^7.5.4"
1127-
ts-api-utils "^1.0.1"
1125+
minimatch "^9.0.4"
1126+
semver "^7.6.0"
1127+
ts-api-utils "^1.3.0"
11281128

1129-
"@typescript-eslint/utils@7.3.1":
1130-
version "7.3.1"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.3.1.tgz#fc28fd508ccf89495012561b7c02a6fdad162460"
1132-
integrity sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==
1129+
"@typescript-eslint/utils@7.8.0":
1130+
version "7.8.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
1132+
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
11331133
dependencies:
11341134
"@eslint-community/eslint-utils" "^4.4.0"
1135-
"@types/json-schema" "^7.0.12"
1136-
"@types/semver" "^7.5.0"
1137-
"@typescript-eslint/scope-manager" "7.3.1"
1138-
"@typescript-eslint/types" "7.3.1"
1139-
"@typescript-eslint/typescript-estree" "7.3.1"
1140-
semver "^7.5.4"
1135+
"@types/json-schema" "^7.0.15"
1136+
"@types/semver" "^7.5.8"
1137+
"@typescript-eslint/scope-manager" "7.8.0"
1138+
"@typescript-eslint/types" "7.8.0"
1139+
"@typescript-eslint/typescript-estree" "7.8.0"
1140+
semver "^7.6.0"
11411141

11421142
"@typescript-eslint/utils@^5.10.0":
11431143
version "5.62.0"
@@ -1161,13 +1161,13 @@
11611161
"@typescript-eslint/types" "5.62.0"
11621162
eslint-visitor-keys "^3.3.0"
11631163

1164-
"@typescript-eslint/visitor-keys@7.3.1":
1165-
version "7.3.1"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.3.1.tgz#6ddef14a3ce2a79690f01176f5305c34d7b93d8c"
1167-
integrity sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==
1164+
"@typescript-eslint/visitor-keys@7.8.0":
1165+
version "7.8.0"
1166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
1167+
integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
11681168
dependencies:
1169-
"@typescript-eslint/types" "7.3.1"
1170-
eslint-visitor-keys "^3.4.1"
1169+
"@typescript-eslint/types" "7.8.0"
1170+
eslint-visitor-keys "^3.4.3"
11711171

11721172
"@ungap/structured-clone@^1.2.0":
11731173
version "1.2.0"
@@ -2078,10 +2078,10 @@ eslint-plugin-jest@^27.9.0:
20782078
dependencies:
20792079
"@typescript-eslint/utils" "^5.10.0"
20802080

2081-
eslint-plugin-react-hooks@^4.6.0:
2082-
version "4.6.0"
2083-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
2084-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
2081+
eslint-plugin-react-hooks@^4.6.2:
2082+
version "4.6.2"
2083+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2084+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
20852085

20862086
eslint-plugin-react-native-globals@^0.1.1:
20872087
version "0.1.2"
@@ -2620,10 +2620,10 @@ identity-function@^1.0.0:
26202620
resolved "https://registry.yarnpkg.com/identity-function/-/identity-function-1.0.0.tgz#bea1159f0985239be3ca348edf40ce2f0dd2c21d"
26212621
integrity sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==
26222622

2623-
ignore@^5.1.8, ignore@^5.2.0, ignore@^5.2.4:
2624-
version "5.2.4"
2625-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
2626-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
2623+
ignore@^5.1.8, ignore@^5.2.0, ignore@^5.3.1:
2624+
version "5.3.1"
2625+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2626+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
26272627

26282628
import-fresh@^3.2.1:
26292629
version "3.3.0"
@@ -3602,20 +3602,20 @@ mimic-fn@^3.0.0, mimic-fn@^3.1.0:
36023602
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74"
36033603
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==
36043604

3605-
minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1:
3606-
version "9.0.3"
3607-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3608-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3609-
dependencies:
3610-
brace-expansion "^2.0.1"
3611-
36123605
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
36133606
version "3.1.2"
36143607
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
36153608
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
36163609
dependencies:
36173610
brace-expansion "^1.1.7"
36183611

3612+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
3613+
version "9.0.4"
3614+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3615+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3616+
dependencies:
3617+
brace-expansion "^2.0.1"
3618+
36193619
minimist@1.2.8, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
36203620
version "1.2.8"
36213621
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4234,7 +4234,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
42344234
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
42354235
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
42364236

4237-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.4.0, semver@^7.5.3, semver@^7.5.4:
4237+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.4.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
42384238
version "7.6.0"
42394239
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
42404240
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -4611,10 +4611,10 @@ to-space-case@^1.0.0:
46114611
dependencies:
46124612
to-no-case "^1.0.0"
46134613

4614-
ts-api-utils@^1.0.1:
4615-
version "1.0.1"
4616-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
4617-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
4614+
ts-api-utils@^1.3.0:
4615+
version "1.3.0"
4616+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4617+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
46184618

46194619
ts-jest@^29.1.2:
46204620
version "29.1.2"

0 commit comments

Comments
 (0)