From 9b30d53cd8818aeb4fcb411d6d6c34aa91749ea2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 15:19:49 +0000 Subject: [PATCH] Bump @types/jest from 25.2.3 to 26.0.13 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9e82e6..06e7b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1839,9 +1839,9 @@ } }, "@types/jest": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", - "integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", + "version": "26.0.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.13.tgz", + "integrity": "sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/package.json b/package.json index 9eca272..4e6ba78 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/express": "^4.17.6", "@types/faker": "^4.1.11", "@types/hapi__joi": "^16.0.12", - "@types/jest": "^25.2.1", + "@types/jest": "^26.0.13", "@types/morgan": "^1.9.0", "@types/node": "^13.13.2", "@types/socket.io": "^2.1.3",