From 9691f9383c57c22daf474d705c048bb5abe38fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 04:30:10 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v27.0.2 (#11923) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8735fc5521ee19..9c944388894ed2 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "@types/github-url-from-git": "1.5.1", "@types/global-agent": "2.1.1", "@types/ini": "1.3.30", - "@types/jest": "27.0.1", + "@types/jest": "27.0.2", "@types/js-yaml": "4.0.3", "@types/json-dup-key-validator": "1.0.0", "@types/linkify-markdown": "1.0.1", diff --git a/yarn.lock b/yarn.lock index 2e7b425567fd74..4fd160fe334f69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1871,10 +1871,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@27.0.1": - version "27.0.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca" - integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw== +"@types/jest@27.0.2": + version "27.0.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7" + integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA== dependencies: jest-diff "^27.0.0" pretty-format "^27.0.0"