Skip to content

Commit c818cf4

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 9130696 commit c818cf4

2 files changed

Lines changed: 111 additions & 77 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vercel/ncc": "0.38.1",
4040
"eslint": "8.57.1",
4141
"eslint-plugin-github": "4.10.1",
42-
"eslint-plugin-jest": "27.9.0",
42+
"eslint-plugin-jest": "29.2.1",
4343
"jest": "29.7.0",
4444
"jest-circus": "29.7.0",
4545
"js-yaml": "4.1.1",

yarn.lock

Lines changed: 110 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,13 @@
344344
dependencies:
345345
eslint-visitor-keys "^3.3.0"
346346

347+
"@eslint-community/eslint-utils@^4.7.0":
348+
version "4.9.0"
349+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
350+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
351+
dependencies:
352+
eslint-visitor-keys "^3.4.3"
353+
347354
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
348355
version "4.10.0"
349356
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -750,7 +757,7 @@
750757
expect "^29.0.0"
751758
pretty-format "^29.0.0"
752759

753-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
760+
"@types/json-schema@^7.0.12":
754761
version "7.0.15"
755762
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
756763
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -774,7 +781,7 @@
774781
dependencies:
775782
undici-types "~6.21.0"
776783

777-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
784+
"@types/semver@^7.5.0":
778785
version "7.5.6"
779786
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
780787
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -840,13 +847,14 @@
840847
"@typescript-eslint/visitor-keys" "6.19.1"
841848
debug "^4.3.4"
842849

843-
"@typescript-eslint/scope-manager@5.62.0":
844-
version "5.62.0"
845-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
846-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
850+
"@typescript-eslint/project-service@8.48.1":
851+
version "8.48.1"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.1.tgz#cfe1741613b9112d85ae766de9e09b27a7d3f2f1"
853+
integrity sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==
847854
dependencies:
848-
"@typescript-eslint/types" "5.62.0"
849-
"@typescript-eslint/visitor-keys" "5.62.0"
855+
"@typescript-eslint/tsconfig-utils" "^8.48.1"
856+
"@typescript-eslint/types" "^8.48.1"
857+
debug "^4.3.4"
850858

851859
"@typescript-eslint/scope-manager@6.19.1":
852860
version "6.19.1"
@@ -864,6 +872,19 @@
864872
"@typescript-eslint/types" "6.21.0"
865873
"@typescript-eslint/visitor-keys" "6.21.0"
866874

875+
"@typescript-eslint/scope-manager@8.48.1":
876+
version "8.48.1"
877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.1.tgz#8bc70643e7cca57864b1ff95dd350fc27756bec0"
878+
integrity sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==
879+
dependencies:
880+
"@typescript-eslint/types" "8.48.1"
881+
"@typescript-eslint/visitor-keys" "8.48.1"
882+
883+
"@typescript-eslint/tsconfig-utils@8.48.1", "@typescript-eslint/tsconfig-utils@^8.48.1":
884+
version "8.48.1"
885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.1.tgz#68139ce2d258f984e2b33a95389158f1212af646"
886+
integrity sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==
887+
867888
"@typescript-eslint/type-utils@6.19.1":
868889
version "6.19.1"
869890
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
@@ -874,11 +895,6 @@
874895
debug "^4.3.4"
875896
ts-api-utils "^1.0.1"
876897

877-
"@typescript-eslint/types@5.62.0":
878-
version "5.62.0"
879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
880-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
881-
882898
"@typescript-eslint/types@6.19.1":
883899
version "6.19.1"
884900
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
@@ -889,18 +905,10 @@
889905
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
890906
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
891907

892-
"@typescript-eslint/typescript-estree@5.62.0":
893-
version "5.62.0"
894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
895-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
896-
dependencies:
897-
"@typescript-eslint/types" "5.62.0"
898-
"@typescript-eslint/visitor-keys" "5.62.0"
899-
debug "^4.3.4"
900-
globby "^11.1.0"
901-
is-glob "^4.0.3"
902-
semver "^7.3.7"
903-
tsutils "^3.21.0"
908+
"@typescript-eslint/types@8.48.1", "@typescript-eslint/types@^8.48.1":
909+
version "8.48.1"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.1.tgz#a9ff808f5f798f28767d5c0b015a88fa7ce46bd7"
911+
integrity sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==
904912

905913
"@typescript-eslint/typescript-estree@6.19.1":
906914
version "6.19.1"
@@ -930,6 +938,21 @@
930938
semver "^7.5.4"
931939
ts-api-utils "^1.0.1"
932940

941+
"@typescript-eslint/typescript-estree@8.48.1":
942+
version "8.48.1"
943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.1.tgz#0d0e31fc47c5796c6463ab50cde19e1718d465b1"
944+
integrity sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==
945+
dependencies:
946+
"@typescript-eslint/project-service" "8.48.1"
947+
"@typescript-eslint/tsconfig-utils" "8.48.1"
948+
"@typescript-eslint/types" "8.48.1"
949+
"@typescript-eslint/visitor-keys" "8.48.1"
950+
debug "^4.3.4"
951+
minimatch "^9.0.4"
952+
semver "^7.6.0"
953+
tinyglobby "^0.2.15"
954+
ts-api-utils "^2.1.0"
955+
933956
"@typescript-eslint/utils@6.19.1":
934957
version "6.19.1"
935958
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
@@ -943,27 +966,15 @@
943966
"@typescript-eslint/typescript-estree" "6.19.1"
944967
semver "^7.5.4"
945968

946-
"@typescript-eslint/utils@^5.10.0":
947-
version "5.62.0"
948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
949-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
969+
"@typescript-eslint/utils@^8.0.0":
970+
version "8.48.1"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.1.tgz#6cf7b99e0943b33a983ef687b9a86b65578b5c32"
972+
integrity sha512-fAnhLrDjiVfey5wwFRwrweyRlCmdz5ZxXz2G/4cLn0YDLjTapmN4gcCsTBR1N2rWnZSDeWpYtgLDsJt+FpmcwA==
950973
dependencies:
951-
"@eslint-community/eslint-utils" "^4.2.0"
952-
"@types/json-schema" "^7.0.9"
953-
"@types/semver" "^7.3.12"
954-
"@typescript-eslint/scope-manager" "5.62.0"
955-
"@typescript-eslint/types" "5.62.0"
956-
"@typescript-eslint/typescript-estree" "5.62.0"
957-
eslint-scope "^5.1.1"
958-
semver "^7.3.7"
959-
960-
"@typescript-eslint/visitor-keys@5.62.0":
961-
version "5.62.0"
962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
963-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
964-
dependencies:
965-
"@typescript-eslint/types" "5.62.0"
966-
eslint-visitor-keys "^3.3.0"
974+
"@eslint-community/eslint-utils" "^4.7.0"
975+
"@typescript-eslint/scope-manager" "8.48.1"
976+
"@typescript-eslint/types" "8.48.1"
977+
"@typescript-eslint/typescript-estree" "8.48.1"
967978

968979
"@typescript-eslint/visitor-keys@6.19.1":
969980
version "6.19.1"
@@ -981,6 +992,14 @@
981992
"@typescript-eslint/types" "6.21.0"
982993
eslint-visitor-keys "^3.4.1"
983994

995+
"@typescript-eslint/visitor-keys@8.48.1":
996+
version "8.48.1"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.1.tgz#247d4fe6dcc044f45b7f1c15110bf95e5d73b334"
998+
integrity sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==
999+
dependencies:
1000+
"@typescript-eslint/types" "8.48.1"
1001+
eslint-visitor-keys "^4.2.1"
1002+
9841003
"@ungap/structured-clone@^1.2.0":
9851004
version "1.2.0"
9861005
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1752,12 +1771,12 @@ eslint-plugin-import@^2.25.2:
17521771
semver "^6.3.1"
17531772
tsconfig-paths "^3.15.0"
17541773

1755-
eslint-plugin-jest@27.9.0:
1756-
version "27.9.0"
1757-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
1758-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
1774+
eslint-plugin-jest@29.2.1:
1775+
version "29.2.1"
1776+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz#e56c5f79b6475dafa551ce8e762ac25d4bd21ea4"
1777+
integrity sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==
17591778
dependencies:
1760-
"@typescript-eslint/utils" "^5.10.0"
1779+
"@typescript-eslint/utils" "^8.0.0"
17611780

17621781
eslint-plugin-jsx-a11y@^6.7.1:
17631782
version "6.8.0"
@@ -1799,14 +1818,6 @@ eslint-rule-documentation@>=1.0.0:
17991818
resolved "https://registry.yarnpkg.com/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz#4e0886145597a78d24524ec7e0cf18c6fedc23a8"
18001819
integrity sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==
18011820

1802-
eslint-scope@^5.1.1:
1803-
version "5.1.1"
1804-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
1805-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
1806-
dependencies:
1807-
esrecurse "^4.3.0"
1808-
estraverse "^4.1.1"
1809-
18101821
eslint-scope@^7.2.2:
18111822
version "7.2.2"
18121823
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -1820,6 +1831,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18201831
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18211832
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18221833

1834+
eslint-visitor-keys@^4.2.1:
1835+
version "4.2.1"
1836+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1837+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1838+
18231839
eslint@8.57.1:
18241840
version "8.57.1"
18251841
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1892,11 +1908,6 @@ esrecurse@^4.3.0:
18921908
dependencies:
18931909
estraverse "^5.2.0"
18941910

1895-
estraverse@^4.1.1:
1896-
version "4.3.0"
1897-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
1898-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
1899-
19001911
estraverse@^5.1.0, estraverse@^5.2.0:
19011912
version "5.3.0"
19021913
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -1983,6 +1994,11 @@ fb-watchman@^2.0.0:
19831994
dependencies:
19841995
bser "2.1.1"
19851996

1997+
fdir@^6.5.0:
1998+
version "6.5.0"
1999+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2000+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2001+
19862002
file-entry-cache@^6.0.1:
19872003
version "6.0.1"
19882004
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3150,6 +3166,13 @@ minimatch@^5.0.1:
31503166
dependencies:
31513167
brace-expansion "^2.0.1"
31523168

3169+
minimatch@^9.0.4:
3170+
version "9.0.5"
3171+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3172+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3173+
dependencies:
3174+
brace-expansion "^2.0.1"
3175+
31533176
minimist@^1.2.0, minimist@^1.2.6:
31543177
version "1.2.8"
31553178
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3360,6 +3383,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
33603383
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
33613384
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
33623385

3386+
picomatch@^4.0.3:
3387+
version "4.0.3"
3388+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3389+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3390+
33633391
pirates@^4.0.4:
33643392
version "4.0.6"
33653393
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
@@ -3536,13 +3564,18 @@ semver@^6.3.0, semver@^6.3.1:
35363564
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
35373565
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
35383566

3539-
semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
3567+
semver@^7.5.3, semver@^7.5.4:
35403568
version "7.5.4"
35413569
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
35423570
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
35433571
dependencies:
35443572
lru-cache "^6.0.0"
35453573

3574+
semver@^7.6.0:
3575+
version "7.7.3"
3576+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
3577+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
3578+
35463579
semver@^7.7.2:
35473580
version "7.7.2"
35483581
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
@@ -3753,6 +3786,14 @@ text-table@^0.2.0:
37533786
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
37543787
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
37553788

3789+
tinyglobby@^0.2.15:
3790+
version "0.2.15"
3791+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3792+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
3793+
dependencies:
3794+
fdir "^6.5.0"
3795+
picomatch "^4.0.3"
3796+
37563797
tmpl@1.0.5:
37573798
version "1.0.5"
37583799
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -3775,6 +3816,11 @@ ts-api-utils@^1.0.1:
37753816
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
37763817
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
37773818

3819+
ts-api-utils@^2.1.0:
3820+
version "2.1.0"
3821+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3822+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
3823+
37783824
ts-jest@29.4.0:
37793825
version "29.4.0"
37803826
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
@@ -3800,23 +3846,11 @@ tsconfig-paths@^3.15.0:
38003846
minimist "^1.2.6"
38013847
strip-bom "^3.0.0"
38023848

3803-
tslib@^1.8.1:
3804-
version "1.14.1"
3805-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
3806-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
3807-
38083849
tslib@^2.6.2:
38093850
version "2.6.2"
38103851
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
38113852
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
38123853

3813-
tsutils@^3.21.0:
3814-
version "3.21.0"
3815-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3816-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3817-
dependencies:
3818-
tslib "^1.8.1"
3819-
38203854
tunnel@^0.0.6:
38213855
version "0.0.6"
38223856
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"

0 commit comments

Comments
 (0)