From bab1b68e534f6470785ba7e5689ae2f3f1c05c28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 21:50:27 +0000 Subject: [PATCH] Bump @types/jest from 25.2.3 to 26.0.24 in /example.web Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- example.web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.web/package.json b/example.web/package.json index 4af7730..c70b2ae 100644 --- a/example.web/package.json +++ b/example.web/package.json @@ -22,7 +22,7 @@ "@babel/preset-typescript": "^7.9.0", "@babel/register": "^7.9.0", "@types/express": "^4.17.3", - "@types/jest": "^25.1.4", + "@types/jest": "^26.0.24", "@types/node": "^13.9.5", "@typescript-eslint/eslint-plugin": "^2.25.0", "babel-eslint": "^10.1.0",