From 2f59c4b2072be230e16e1c96996f8c278bbb4427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 06:18:44 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 (#85) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20. - [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 b816bc2..25e0b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2423,9 +2423,9 @@ } }, "@types/jest": { - "version": "26.0.19", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.19.tgz", - "integrity": "sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==", + "version": "26.0.20", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", + "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index cc798ee..92053e3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/runtime-corejs3": "^7.12.5", "@googlemaps/jest-mocks": "^0.1.0", "@types/googlemaps": "^3.43.1", - "@types/jest": "^26.0.19", + "@types/jest": "^26.0.20", "@types/selenium-webdriver": "^4.0.10", "@typescript-eslint/eslint-plugin": ">=4.12.0", "@typescript-eslint/parser": ">=4.12.0",