From b8efd660d9cb5d0b499689df03cfe505a328d6b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 13:33:55 -0400 Subject: [PATCH] Bump @types/jest from 26.0.13 to 26.0.14 (#427) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.13 to 26.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c128c739..006eb8ff 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@actions/io": "1.0.2" }, "devDependencies": { - "@types/jest": "26.0.13", + "@types/jest": "26.0.14", "@types/node": "14.11.2", "eslint": "7.9.0", "eslint-plugin-github": "3.4.1", diff --git a/yarn.lock b/yarn.lock index c03c6fbe..928b2f28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -819,9 +819,9 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.13": - version "26.0.13" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e" +"@types/jest@26.0.14": + version "26.0.14" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"