From b1d5e3fb147bfbb9c89327b64067e4cde1b2ac84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 02:57:06 +0000 Subject: [PATCH] deps: bump @types/jest from 25.2.2 to 25.2.3 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.2 to 25.2.3. - [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 0b6cf9d..1228c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1849,9 +1849,9 @@ } }, "@types/jest": { - "version": "25.2.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.2.tgz", - "integrity": "sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==", + "version": "25.2.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", + "integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/package.json b/package.json index 271f770..3b886b2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "node-fetch": "^2.6.0" }, "devDependencies": { - "@types/jest": "^25.2.2", + "@types/jest": "^25.2.3", "@types/node": "~12", "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^2.34.0",