From 2c5cd06cd28b5886274bc1599944c12476d9c648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:07:11 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jest from 26.0.20 to 26.0.22 (#158) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.22. - [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 5d02c00..3300f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4373,9 +4373,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.22", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz", + "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index 2161ef4..2e70fb6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/runtime-corejs3": "^7.13.10", "@googlemaps/jest-mocks": "^0.1.1", "@types/google.maps": "^3.44.3", - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.22", "@types/selenium-webdriver": "^4.0.12", "@typescript-eslint/eslint-plugin": ">=4.19.0", "@typescript-eslint/parser": ">=4.16.1",