From 7c4d1429bf837f64b58fcc4b027f9d48bb3457a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:55:01 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3381a0cd..e69aa80a 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,6 @@ "glob": "7.2.3", "husky": "7.0.4", "jest": "29.7.0", - "ts-jest": "^26.5.6" + "ts-jest": "^29.0.0" } }