Skip to content

Commit c5bafda

Browse files
chore(deps): update dependency ts-jest to ^29.2.4
1 parent 31fb0bc commit c5bafda

File tree

2 files changed

+64
-9
lines changed

2 files changed

+64
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/micromatch": "^4.0.6",
7575
"@types/web": "^0.0.128",
7676
"jest": "^29.7.0",
77-
"ts-jest": "^29.1.1",
77+
"ts-jest": "^29.2.4",
7878
"ts-node": "^10.9.2",
7979
"type-coverage": "^2.27.0",
8080
"typescript": "^5.3.3",

yarn.lock

+63-8
Original file line numberDiff line numberDiff line change
@@ -3719,6 +3719,11 @@ async-sema@^3.1.1:
37193719
resolved "https://registry.yarnpkg.com/async-sema/-/async-sema-3.1.1.tgz#e527c08758a0f8f6f9f15f799a173ff3c40ea808"
37203720
integrity sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==
37213721

3722+
async@^3.2.3:
3723+
version "3.2.5"
3724+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
3725+
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
3726+
37223727
asynciterator.prototype@^1.0.0:
37233728
version "1.0.0"
37243729
resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62"
@@ -4087,7 +4092,7 @@ chalk@5.3.0:
40874092
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
40884093
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
40894094

4090-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
4095+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
40914096
version "4.1.2"
40924097
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
40934098
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -4799,6 +4804,13 @@ eastasianwidth@^0.2.0:
47994804
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
48004805
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
48014806

4807+
ejs@^3.1.10:
4808+
version "3.1.10"
4809+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
4810+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
4811+
dependencies:
4812+
jake "^10.8.5"
4813+
48024814
electron-to-chromium@^1.4.535:
48034815
version "1.4.587"
48044816
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.587.tgz#d8b864f21338b60798d447a3d83b90753f701d07"
@@ -5736,6 +5748,13 @@ file-entry-cache@^6.0.1:
57365748
dependencies:
57375749
flat-cache "^3.0.4"
57385750

5751+
filelist@^1.0.4:
5752+
version "1.0.4"
5753+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
5754+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
5755+
dependencies:
5756+
minimatch "^5.0.1"
5757+
57395758
fill-range@^7.0.1:
57405759
version "7.0.1"
57415760
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
@@ -6827,6 +6846,16 @@ jackspeak@^2.3.5:
68276846
optionalDependencies:
68286847
"@pkgjs/parseargs" "^0.11.0"
68296848

6849+
jake@^10.8.5:
6850+
version "10.9.2"
6851+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
6852+
integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
6853+
dependencies:
6854+
async "^3.2.3"
6855+
chalk "^4.0.2"
6856+
filelist "^1.0.4"
6857+
minimatch "^3.1.2"
6858+
68306859
jest-changed-files@^29.7.0:
68316860
version "29.7.0"
68326861
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -11052,7 +11081,16 @@ string-length@^4.0.1:
1105211081
char-regex "^1.0.2"
1105311082
strip-ansi "^6.0.0"
1105411083

11055-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11084+
"string-width-cjs@npm:string-width@^4.2.0":
11085+
version "4.2.3"
11086+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11087+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11088+
dependencies:
11089+
emoji-regex "^8.0.0"
11090+
is-fullwidth-code-point "^3.0.0"
11091+
strip-ansi "^6.0.1"
11092+
11093+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1105611094
version "4.2.3"
1105711095
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1105811096
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11136,7 +11174,7 @@ stringify-entities@^4.0.0:
1113611174
character-entities-html4 "^2.0.0"
1113711175
character-entities-legacy "^3.0.0"
1113811176

11139-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11177+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1114011178
version "6.0.1"
1114111179
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1114211180
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11150,6 +11188,13 @@ strip-ansi@5.2.0:
1115011188
dependencies:
1115111189
ansi-regex "^4.1.0"
1115211190

11191+
strip-ansi@6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11192+
version "6.0.1"
11193+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11194+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11195+
dependencies:
11196+
ansi-regex "^5.0.1"
11197+
1115311198
strip-ansi@^7.0.1:
1115411199
version "7.1.0"
1115511200
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -11395,12 +11440,13 @@ trough@^2.0.0:
1139511440
resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876"
1139611441
integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==
1139711442

11398-
ts-jest@^29.1.1:
11399-
version "29.1.1"
11400-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
11401-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
11443+
ts-jest@^29.2.4:
11444+
version "29.2.4"
11445+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"
11446+
integrity sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==
1140211447
dependencies:
1140311448
bs-logger "0.x"
11449+
ejs "^3.1.10"
1140411450
fast-json-stable-stringify "2.x"
1140511451
jest-util "^29.0.0"
1140611452
json5 "^2.2.3"
@@ -12156,7 +12202,7 @@ word-wrap@~1.2.3:
1215612202
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1215712203
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1215812204

12159-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12205+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1216012206
version "7.0.0"
1216112207
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1216212208
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12174,6 +12220,15 @@ wrap-ansi@^6.2.0:
1217412220
string-width "^4.1.0"
1217512221
strip-ansi "^6.0.0"
1217612222

12223+
wrap-ansi@^7.0.0:
12224+
version "7.0.0"
12225+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12226+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12227+
dependencies:
12228+
ansi-styles "^4.0.0"
12229+
string-width "^4.1.0"
12230+
strip-ansi "^6.0.0"
12231+
1217712232
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1217812233
version "8.1.0"
1217912234
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)