501501 dependencies :
502502 " @sinclair/typebox" " ^0.24.1"
503503
504+ " @jest/schemas@^29.0.0 " :
505+ version "29.0.0"
506+ resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a"
507+ integrity sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==
508+ dependencies :
509+ " @sinclair/typebox" " ^0.24.1"
510+
504511" @jest/source-map@^28.1.2 " :
505512 version "28.1.2"
506513 resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.1.2.tgz#7fe832b172b497d6663cdff6c13b0a920e139e24"
563570 " @types/yargs" " ^17.0.8"
564571 chalk "^4.0.0"
565572
573+ " @jest/types@^29.0.3 " :
574+ version "29.0.3"
575+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3.tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63"
576+ integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==
577+ dependencies :
578+ " @jest/schemas" " ^29.0.0"
579+ " @types/istanbul-lib-coverage" " ^2.0.0"
580+ " @types/istanbul-reports" " ^3.0.0"
581+ " @types/node" " *"
582+ " @types/yargs" " ^17.0.8"
583+ chalk "^4.0.0"
584+
566585" @jridgewell/gen-mapping@^0.1.0 " :
567586 version "0.1.1"
568587 resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
@@ -3520,7 +3539,7 @@ jest-snapshot@^28.1.3:
35203539 pretty-format "^28.1.3"
35213540 semver "^7.3.5"
35223541
3523- jest-util@^28.0.0, jest-util@^28. 1.3 :
3542+ jest-util@^28.1.3 :
35243543 version "28.1.3"
35253544 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.3.tgz#f4f932aa0074f0679943220ff9cbba7e497028b0"
35263545 integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==
@@ -3532,6 +3551,18 @@ jest-util@^28.0.0, jest-util@^28.1.3:
35323551 graceful-fs "^4.2.9"
35333552 picomatch "^2.2.3"
35343553
3554+ jest-util@^29.0.0 :
3555+ version "29.0.3"
3556+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
3557+ integrity sha512-Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ==
3558+ dependencies :
3559+ " @jest/types" " ^29.0.3"
3560+ " @types/node" " *"
3561+ chalk "^4.0.0"
3562+ ci-info "^3.2.0"
3563+ graceful-fs "^4.2.9"
3564+ picomatch "^2.2.3"
3565+
35353566jest-validate@^28.1.3 :
35363567 version "28.1.3"
35373568 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.1.3.tgz#e322267fd5e7c64cea4629612c357bbda96229df"
@@ -5541,14 +5572,14 @@ tree-kill@^1.2.2:
55415572 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
55425573 integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
55435574
5544- ts-jest@^28 .0.8 :
5545- version "28 .0.8 "
5546- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28 .0.8 .tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73 "
5547- integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg ==
5575+ ts-jest@^29 .0.2 :
5576+ version "29 .0.2 "
5577+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29 .0.2 .tgz#0c45a1ac45d14f8b3bf89bca9048a2840c7bd5ad "
5578+ integrity sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg ==
55485579 dependencies :
55495580 bs-logger "0.x"
55505581 fast-json-stable-stringify "2.x"
5551- jest-util "^28 .0.0"
5582+ jest-util "^29 .0.0"
55525583 json5 "^2.2.1"
55535584 lodash.memoize "4.x"
55545585 make-error "1.x"
0 commit comments