From 9fb19abe2048d39fe7959b9ee92ce6264cc3e74c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 12:39:14 +0000 Subject: [PATCH] Bump @types/jest from 26.0.3 to 26.0.8 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.3 to 26.0.8. - [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 4a963e1..7a2d3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2422,9 +2422,9 @@ } }, "@types/jest": { - "version": "26.0.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.3.tgz", - "integrity": "sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==", + "version": "26.0.8", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.8.tgz", + "integrity": "sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/package.json b/package.json index 9bf982a..84e5d20 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "string-argv": "^0.3.1" }, "devDependencies": { - "@types/jest": "^26.0.3", + "@types/jest": "^26.0.8", "@types/node": "^14.0.14", "@typescript-eslint/eslint-plugin": "^3.7.1", "@typescript-eslint/parser": "^3.5.0",