From e78980be667d14e6ec32c0e2d7959e89cbd2508a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 01:23:37 +0000 Subject: [PATCH] feat: upgrade ts-jest from 27.0.5 to 28.0.7 Snyk has created this PR to upgrade ts-jest from 27.0.5 to 28.0.7. See this package in npm: https://www.npmjs.com/package/ts-jest See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/7f46afd6-3e4a-414c-b66c-6f0121a413c5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffcc3ae24..89574b27c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jest": "^27.2.5", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", - "ts-jest": "^27.0.5", + "ts-jest": "^28.0.7", "typescript": "^4.3.5" } } \ No newline at end of file