From ee1b701562fc09ea3c2c90817aef9bcb1ed0da03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Mar 2023 20:16:50 +0000 Subject: [PATCH] feat: upgrade @types/jest from 27.5.2 to 29.4.0 Snyk has created this PR to upgrade @types/jest from 27.5.2 to 29.4.0. See this package in npm: https://www.npmjs.com/package/@types/jest See this project in Snyk: https://app.snyk.io/org/jwood3794/project/08ed2721-9fd5-4a93-9795-771bb24c7ea3?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 ee0f6d29a..3c76da3d0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/express": "^4.17.13", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.2.0", - "@types/jest": "^27.4.1", + "@types/jest": "^29.4.0", "@types/lodash": "^4.14.180", "@types/node": "16.11.7", "@typescript-eslint/eslint-plugin": "^5.16.0",