From 2920dc5fb3681fae34ba6fb84dfe46eaf012970e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 04:18:19 +0000 Subject: [PATCH] Bump @types/jest from 27.0.2 to 27.0.3 (#277) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc16b28..59f86dc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/fs-extra": "^9.0.13", "@types/get-port": "^4.2.0", "@types/html-webpack-plugin": "^3.2.6", - "@types/jest": "^27.0.2", + "@types/jest": "^27.0.3", "@types/jszip": "^3.4.1", "@types/openpgp": "^4.4.18", "@types/react": "^17.0.35", diff --git a/yarn.lock b/yarn.lock index add6d8a..a8e403f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1906,10 +1906,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@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== +"@types/jest@^27.0.3": + version "27.0.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a" + integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg== dependencies: jest-diff "^27.0.0" pretty-format "^27.0.0"