Skip to content

Commit f0aaae7

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 9c55ca9 commit f0aaae7

2 files changed

Lines changed: 123 additions & 78 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.0.1",
4343
"jest": "29.7.0",
4444
"jest-circus": "29.7.0",
4545
"js-yaml": "4.1.0",

yarn.lock

Lines changed: 122 additions & 77 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.7.0"
349+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
350+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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.39.0":
851+
version "8.39.0"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
853+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
847854
dependencies:
848-
"@typescript-eslint/types" "5.62.0"
849-
"@typescript-eslint/visitor-keys" "5.62.0"
855+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
856+
"@typescript-eslint/types" "^8.39.0"
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.39.0":
876+
version "8.39.0"
877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
878+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
879+
dependencies:
880+
"@typescript-eslint/types" "8.39.0"
881+
"@typescript-eslint/visitor-keys" "8.39.0"
882+
883+
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
884+
version "8.39.0"
885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
886+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
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.39.0", "@typescript-eslint/types@^8.39.0":
909+
version "8.39.0"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
911+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
904912

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

941+
"@typescript-eslint/typescript-estree@8.39.0":
942+
version "8.39.0"
943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
944+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
945+
dependencies:
946+
"@typescript-eslint/project-service" "8.39.0"
947+
"@typescript-eslint/tsconfig-utils" "8.39.0"
948+
"@typescript-eslint/types" "8.39.0"
949+
"@typescript-eslint/visitor-keys" "8.39.0"
950+
debug "^4.3.4"
951+
fast-glob "^3.3.2"
952+
is-glob "^4.0.3"
953+
minimatch "^9.0.4"
954+
semver "^7.6.0"
955+
ts-api-utils "^2.1.0"
956+
933957
"@typescript-eslint/utils@6.19.1":
934958
version "6.19.1"
935959
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
@@ -943,27 +967,15 @@
943967
"@typescript-eslint/typescript-estree" "6.19.1"
944968
semver "^7.5.4"
945969

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==
970+
"@typescript-eslint/utils@^8.0.0":
971+
version "8.39.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
973+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
950974
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"
975+
"@eslint-community/eslint-utils" "^4.7.0"
976+
"@typescript-eslint/scope-manager" "8.39.0"
977+
"@typescript-eslint/types" "8.39.0"
978+
"@typescript-eslint/typescript-estree" "8.39.0"
967979

968980
"@typescript-eslint/visitor-keys@6.19.1":
969981
version "6.19.1"
@@ -981,6 +993,14 @@
981993
"@typescript-eslint/types" "6.21.0"
982994
eslint-visitor-keys "^3.4.1"
983995

996+
"@typescript-eslint/visitor-keys@8.39.0":
997+
version "8.39.0"
998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
999+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
1000+
dependencies:
1001+
"@typescript-eslint/types" "8.39.0"
1002+
eslint-visitor-keys "^4.2.1"
1003+
9841004
"@ungap/structured-clone@^1.2.0":
9851005
version "1.2.0"
9861006
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1258,6 +1278,13 @@ braces@^3.0.2:
12581278
dependencies:
12591279
fill-range "^7.0.1"
12601280

1281+
braces@^3.0.3:
1282+
version "3.0.3"
1283+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1284+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1285+
dependencies:
1286+
fill-range "^7.1.1"
1287+
12611288
browserslist@^4.21.0, browserslist@^4.22.2:
12621289
version "4.22.2"
12631290
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
@@ -1752,12 +1779,12 @@ eslint-plugin-import@^2.25.2:
17521779
semver "^6.3.1"
17531780
tsconfig-paths "^3.15.0"
17541781

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==
1782+
eslint-plugin-jest@29.0.1:
1783+
version "29.0.1"
1784+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
1785+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
17591786
dependencies:
1760-
"@typescript-eslint/utils" "^5.10.0"
1787+
"@typescript-eslint/utils" "^8.0.0"
17611788

17621789
eslint-plugin-jsx-a11y@^6.7.1:
17631790
version "6.8.0"
@@ -1799,14 +1826,6 @@ eslint-rule-documentation@>=1.0.0:
17991826
resolved "https://registry.yarnpkg.com/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz#4e0886145597a78d24524ec7e0cf18c6fedc23a8"
18001827
integrity sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==
18011828

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-
18101829
eslint-scope@^7.2.2:
18111830
version "7.2.2"
18121831
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -1820,6 +1839,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18201839
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18211840
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18221841

1842+
eslint-visitor-keys@^4.2.1:
1843+
version "4.2.1"
1844+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1845+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1846+
18231847
eslint@8.57.1:
18241848
version "8.57.1"
18251849
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1892,11 +1916,6 @@ esrecurse@^4.3.0:
18921916
dependencies:
18931917
estraverse "^5.2.0"
18941918

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-
19001919
estraverse@^5.1.0, estraverse@^5.2.0:
19011920
version "5.3.0"
19021921
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -1959,6 +1978,17 @@ fast-glob@^3.2.9:
19591978
merge2 "^1.3.0"
19601979
micromatch "^4.0.4"
19611980

1981+
fast-glob@^3.3.2:
1982+
version "3.3.3"
1983+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1984+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1985+
dependencies:
1986+
"@nodelib/fs.stat" "^2.0.2"
1987+
"@nodelib/fs.walk" "^1.2.3"
1988+
glob-parent "^5.1.2"
1989+
merge2 "^1.3.0"
1990+
micromatch "^4.0.8"
1991+
19621992
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
19631993
version "2.1.0"
19641994
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2004,6 +2034,13 @@ fill-range@^7.0.1:
20042034
dependencies:
20052035
to-regex-range "^5.0.1"
20062036

2037+
fill-range@^7.1.1:
2038+
version "7.1.1"
2039+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
2040+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2041+
dependencies:
2042+
to-regex-range "^5.0.1"
2043+
20072044
find-up@^4.0.0, find-up@^4.1.0:
20082045
version "4.1.0"
20092046
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -3117,6 +3154,14 @@ micromatch@^4.0.4:
31173154
braces "^3.0.2"
31183155
picomatch "^2.3.1"
31193156

3157+
micromatch@^4.0.8:
3158+
version "4.0.8"
3159+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3160+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
3161+
dependencies:
3162+
braces "^3.0.3"
3163+
picomatch "^2.3.1"
3164+
31203165
mimic-fn@^2.1.0:
31213166
version "2.1.0"
31223167
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -3143,6 +3188,13 @@ minimatch@^5.0.1:
31433188
dependencies:
31443189
brace-expansion "^2.0.1"
31453190

3191+
minimatch@^9.0.4:
3192+
version "9.0.5"
3193+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3194+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3195+
dependencies:
3196+
brace-expansion "^2.0.1"
3197+
31463198
minimist@^1.2.0, minimist@^1.2.6:
31473199
version "1.2.8"
31483200
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3529,14 +3581,14 @@ semver@^6.3.0, semver@^6.3.1:
35293581
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
35303582
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
35313583

3532-
semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
3584+
semver@^7.5.3, semver@^7.5.4:
35333585
version "7.5.4"
35343586
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
35353587
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
35363588
dependencies:
35373589
lru-cache "^6.0.0"
35383590

3539-
semver@^7.7.2:
3591+
semver@^7.6.0, semver@^7.7.2:
35403592
version "7.7.2"
35413593
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
35423594
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -3768,6 +3820,11 @@ ts-api-utils@^1.0.1:
37683820
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
37693821
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
37703822

3823+
ts-api-utils@^2.1.0:
3824+
version "2.1.0"
3825+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3826+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
3827+
37713828
ts-jest@29.4.0:
37723829
version "29.4.0"
37733830
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
@@ -3793,23 +3850,11 @@ tsconfig-paths@^3.15.0:
37933850
minimist "^1.2.6"
37943851
strip-bom "^3.0.0"
37953852

3796-
tslib@^1.8.1:
3797-
version "1.14.1"
3798-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
3799-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
3800-
38013853
tslib@^2.6.2:
38023854
version "2.6.2"
38033855
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
38043856
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
38053857

3806-
tsutils@^3.21.0:
3807-
version "3.21.0"
3808-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3809-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3810-
dependencies:
3811-
tslib "^1.8.1"
3812-
38133858
tunnel@^0.0.6:
38143859
version "0.0.6"
38153860
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"

0 commit comments

Comments
 (0)