Skip to content

Commit b64c7f5

Browse files
authored
Merge pull request #60 from sevensc/renovate/ts-jest-29.x-lockfile
chore(deps): update dependency ts-jest to v29.1.2
2 parents 5b23d10 + 7a3b73a commit b64c7f5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,14 @@
755755
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
756756
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
757757

758-
"@types/node@*", "@types/node@^20.8.9":
758+
"@types/node@*":
759+
version "20.11.5"
760+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.5.tgz#be10c622ca7fcaa3cf226cf80166abc31389d86e"
761+
integrity sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==
762+
dependencies:
763+
undici-types "~5.26.4"
764+
765+
"@types/node@^20.8.9":
759766
version "20.9.2"
760767
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.2.tgz#002815c8e87fe0c9369121c78b52e800fadc0ac6"
761768
integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==
@@ -778,9 +785,9 @@
778785
integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
779786

780787
"@types/yargs@^17.0.8":
781-
version "17.0.31"
782-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.31.tgz#8fd0089803fd55d8a285895a18b88cb71a99683c"
783-
integrity sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==
788+
version "17.0.32"
789+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229"
790+
integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==
784791
dependencies:
785792
"@types/yargs-parser" "*"
786793

@@ -2740,9 +2747,9 @@ ts-api-utils@^1.0.1:
27402747
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
27412748

27422749
ts-jest@^29.1.1:
2743-
version "29.1.1"
2744-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
2745-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
2750+
version "29.1.2"
2751+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
2752+
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
27462753
dependencies:
27472754
bs-logger "0.x"
27482755
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)