Skip to content

Commit 133816a

Browse files
chore(deps): update dependency ts-jest to v29.4.0
1 parent 61c4466 commit 133816a

File tree

1 file changed

+118
-57
lines changed

1 file changed

+118
-57
lines changed

yarn.lock

Lines changed: 118 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,13 +1040,20 @@
10401040
terminal-link "^2.0.0"
10411041
v8-to-istanbul "^9.0.1"
10421042

1043-
"@jest/schemas@^29.0.0", "@jest/schemas@^29.4.3":
1043+
"@jest/schemas@^29.0.0":
10441044
version "29.4.3"
10451045
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788"
10461046
integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==
10471047
dependencies:
10481048
"@sinclair/typebox" "^0.25.16"
10491049

1050+
"@jest/schemas@^29.4.3":
1051+
version "29.6.3"
1052+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
1053+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
1054+
dependencies:
1055+
"@sinclair/typebox" "^0.27.8"
1056+
10501057
"@jest/source-map@^29.0.0":
10511058
version "29.0.0"
10521059
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.0.0.tgz#f8d1518298089f8ae624e442bbb6eb870ee7783c"
@@ -1097,7 +1104,7 @@
10971104
slash "^3.0.0"
10981105
write-file-atomic "^4.0.1"
10991106

1100-
"@jest/types@^29.0.3", "@jest/types@^29.5.0":
1107+
"@jest/types@^29.0.3":
11011108
version "29.5.0"
11021109
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593"
11031110
integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==
@@ -1195,6 +1202,11 @@
11951202
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
11961203
integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==
11971204

1205+
"@sinclair/typebox@^0.27.8":
1206+
version "0.27.8"
1207+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
1208+
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
1209+
11981210
"@sinonjs/commons@^1.7.0":
11991211
version "1.8.3"
12001212
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -1255,26 +1267,26 @@
12551267
"@types/node" "*"
12561268

12571269
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
1258-
version "2.0.4"
1259-
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
1260-
integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==
1270+
version "2.0.6"
1271+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
1272+
integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
12611273

12621274
"@types/istanbul-lib-coverage@^2.0.1":
12631275
version "2.0.3"
12641276
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
12651277
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
12661278

12671279
"@types/istanbul-lib-report@*":
1268-
version "3.0.0"
1269-
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
1270-
integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
1280+
version "3.0.3"
1281+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf"
1282+
integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==
12711283
dependencies:
12721284
"@types/istanbul-lib-coverage" "*"
12731285

12741286
"@types/istanbul-reports@^3.0.0":
1275-
version "3.0.1"
1276-
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
1277-
integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
1287+
version "3.0.4"
1288+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54"
1289+
integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==
12781290
dependencies:
12791291
"@types/istanbul-lib-report" "*"
12801292

@@ -1304,9 +1316,11 @@
13041316
"@types/braces" "*"
13051317

13061318
"@types/node@*":
1307-
version "18.15.11"
1308-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
1309-
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
1319+
version "24.0.3"
1320+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.3.tgz#f935910f3eece3a3a2f8be86b96ba833dc286cab"
1321+
integrity sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==
1322+
dependencies:
1323+
undici-types "~7.8.0"
13101324

13111325
"@types/node@^18.0.0":
13121326
version "18.7.18"
@@ -1324,14 +1338,14 @@
13241338
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
13251339

13261340
"@types/yargs-parser@*":
1327-
version "21.0.0"
1328-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
1329-
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
1341+
version "21.0.3"
1342+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
1343+
integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
13301344

13311345
"@types/yargs@^17.0.8":
1332-
version "17.0.24"
1333-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.24.tgz#b3ef8d50ad4aa6aecf6ddc97c580a00f5aa11902"
1334-
integrity sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==
1346+
version "17.0.33"
1347+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d"
1348+
integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==
13351349
dependencies:
13361350
"@types/yargs-parser" "*"
13371351

@@ -1585,6 +1599,11 @@ ast-types-flow@^0.0.7:
15851599
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
15861600
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
15871601

1602+
async@^3.2.3:
1603+
version "3.2.6"
1604+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
1605+
integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==
1606+
15881607
asynckit@^0.4.0:
15891608
version "0.4.0"
15901609
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -1728,6 +1747,13 @@ brace-expansion@^1.1.7:
17281747
balanced-match "^1.0.0"
17291748
concat-map "0.0.1"
17301749

1750+
brace-expansion@^2.0.1:
1751+
version "2.0.2"
1752+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1753+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1754+
dependencies:
1755+
balanced-match "^1.0.0"
1756+
17311757
braces@^3.0.2:
17321758
version "3.0.2"
17331759
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1757,7 +1783,7 @@ browserslist@^4.20.2:
17571783
node-releases "^2.0.3"
17581784
picocolors "^1.0.0"
17591785

1760-
bs-logger@0.x:
1786+
bs-logger@^0.2.6:
17611787
version "0.2.6"
17621788
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
17631789
integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
@@ -1835,7 +1861,7 @@ chalk@^2.0.0, chalk@^2.4.1:
18351861
escape-string-regexp "^1.0.5"
18361862
supports-color "^5.3.0"
18371863

1838-
chalk@^4.0.0:
1864+
chalk@^4.0.0, chalk@^4.0.2:
18391865
version "4.1.2"
18401866
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
18411867
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1899,9 +1925,9 @@ char-regex@^1.0.2:
18991925
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
19001926

19011927
ci-info@^3.2.0:
1902-
version "3.8.0"
1903-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
1904-
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
1928+
version "3.9.0"
1929+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
1930+
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
19051931

19061932
cjs-module-lexer@^1.0.0:
19071933
version "1.2.2"
@@ -2155,6 +2181,13 @@ dot-case@^3.0.4:
21552181
no-case "^3.0.4"
21562182
tslib "^2.0.3"
21572183

2184+
ejs@^3.1.10:
2185+
version "3.1.10"
2186+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
2187+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
2188+
dependencies:
2189+
jake "^10.8.5"
2190+
21582191
electron-to-chromium@^1.3.886:
21592192
version "1.3.892"
21602193
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.892.tgz#0e3f5bb1de577e2e5a6dffd5a4b278c4a735cd39"
@@ -2665,6 +2698,13 @@ file-entry-cache@^6.0.1:
26652698
dependencies:
26662699
flat-cache "^3.0.4"
26672700

2701+
filelist@^1.0.4:
2702+
version "1.0.4"
2703+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
2704+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
2705+
dependencies:
2706+
minimatch "^5.0.1"
2707+
26682708
fill-range@^7.0.1:
26692709
version "7.0.1"
26702710
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
@@ -3327,6 +3367,16 @@ istanbul-reports@^3.1.3:
33273367
html-escaper "^2.0.0"
33283368
istanbul-lib-report "^3.0.0"
33293369

3370+
jake@^10.8.5:
3371+
version "10.9.2"
3372+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
3373+
integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
3374+
dependencies:
3375+
async "^3.2.3"
3376+
chalk "^4.0.2"
3377+
filelist "^1.0.4"
3378+
minimatch "^3.1.2"
3379+
33303380
jest-changed-files@^29.0.0:
33313381
version "29.0.0"
33323382
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.0.0.tgz#aa238eae42d9372a413dd9a8dadc91ca1806dce0"
@@ -3639,18 +3689,6 @@ jest-snapshot@^29.0.3:
36393689
pretty-format "^29.0.3"
36403690
semver "^7.3.5"
36413691

3642-
jest-util@^29.0.0:
3643-
version "29.5.0"
3644-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
3645-
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
3646-
dependencies:
3647-
"@jest/types" "^29.5.0"
3648-
"@types/node" "*"
3649-
chalk "^4.0.0"
3650-
ci-info "^3.2.0"
3651-
graceful-fs "^4.2.9"
3652-
picomatch "^2.2.3"
3653-
36543692
jest-util@^29.0.3:
36553693
version "29.0.3"
36563694
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
@@ -3850,7 +3888,7 @@ locate-path@^5.0.0:
38503888
dependencies:
38513889
p-locate "^4.1.0"
38523890

3853-
lodash.memoize@4.x:
3891+
lodash.memoize@^4.1.2:
38543892
version "4.1.2"
38553893
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
38563894
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
@@ -3905,7 +3943,7 @@ make-dir@^3.0.0:
39053943
dependencies:
39063944
semver "^6.0.0"
39073945

3908-
make-error@1.x:
3946+
make-error@^1.3.6:
39093947
version "1.3.6"
39103948
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
39113949
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
@@ -3969,6 +4007,20 @@ minimatch@^3.0.4:
39694007
dependencies:
39704008
brace-expansion "^1.1.7"
39714009

4010+
minimatch@^3.1.2:
4011+
version "3.1.2"
4012+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4013+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4014+
dependencies:
4015+
brace-expansion "^1.1.7"
4016+
4017+
minimatch@^5.0.1:
4018+
version "5.1.6"
4019+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4020+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4021+
dependencies:
4022+
brace-expansion "^2.0.1"
4023+
39724024
minimist@^1.2.0, minimist@^1.2.5:
39734025
version "1.2.5"
39744026
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -4634,13 +4686,6 @@ safe-regex-test@^1.0.0:
46344686
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
46354687
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
46364688

4637-
semver@7.x:
4638-
version "7.3.8"
4639-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4640-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
4641-
dependencies:
4642-
lru-cache "^6.0.0"
4643-
46444689
semver@^6.0.0, semver@^6.3.0:
46454690
version "6.3.0"
46464691
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -4660,6 +4705,11 @@ semver@^7.3.7:
46604705
dependencies:
46614706
lru-cache "^6.0.0"
46624707

4708+
semver@^7.7.2:
4709+
version "7.7.2"
4710+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
4711+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
4712+
46634713
sentence-case@^3.0.4:
46644714
version "3.0.4"
46654715
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
@@ -5023,18 +5073,19 @@ to-regex-range@^5.0.1:
50235073
is-number "^7.0.0"
50245074

50255075
ts-jest@^29.0.0:
5026-
version "29.1.0"
5027-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
5028-
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
5076+
version "29.4.0"
5077+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
5078+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
50295079
dependencies:
5030-
bs-logger "0.x"
5031-
fast-json-stable-stringify "2.x"
5032-
jest-util "^29.0.0"
5080+
bs-logger "^0.2.6"
5081+
ejs "^3.1.10"
5082+
fast-json-stable-stringify "^2.1.0"
50335083
json5 "^2.2.3"
5034-
lodash.memoize "4.x"
5035-
make-error "1.x"
5036-
semver "7.x"
5037-
yargs-parser "^21.0.1"
5084+
lodash.memoize "^4.1.2"
5085+
make-error "^1.3.6"
5086+
semver "^7.7.2"
5087+
type-fest "^4.41.0"
5088+
yargs-parser "^21.1.1"
50385089

50395090
tsconfig-paths@^3.11.0:
50405091
version "3.11.0"
@@ -5100,6 +5151,11 @@ type-fest@^0.21.3:
51005151
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
51015152
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
51025153

5154+
type-fest@^4.41.0:
5155+
version "4.41.0"
5156+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
5157+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
5158+
51035159
typed-array-length@^1.0.4:
51045160
version "1.0.4"
51055161
resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb"
@@ -5134,6 +5190,11 @@ unc-path-regex@^0.1.2:
51345190
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
51355191
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
51365192

5193+
undici-types@~7.8.0:
5194+
version "7.8.0"
5195+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
5196+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
5197+
51375198
upper-case-first@^2.0.2:
51385199
version "2.0.2"
51395200
resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"
@@ -5300,7 +5361,7 @@ yargs-parser@^21.0.0:
53005361
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
53015362
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
53025363

5303-
yargs-parser@^21.0.1:
5364+
yargs-parser@^21.1.1:
53045365
version "21.1.1"
53055366
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
53065367
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==

0 commit comments

Comments
 (0)