From 02db90c5c8564c8b0c1432aca1b52d66d10c7583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:33:42 +0900 Subject: [PATCH] deps: bump @types/jest from 26.0.8 to 26.0.9 (#442) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.8 to 26.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1efa002b5..733329340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1006,9 +1006,9 @@ } }, "@types/jest": { - "version": "26.0.8", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.8.tgz", - "integrity": "sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==", + "version": "26.0.9", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz", + "integrity": "sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/package.json b/package.json index 37fe9069e..ff436a1c5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@actions/io": "^1.0.2" }, "devDependencies": { - "@types/jest": "^26.0.8", + "@types/jest": "^26.0.9", "@types/js-yaml": "^3.12.4", "@types/node": "~12", "@typescript-eslint/eslint-plugin": "^2.34.0",