diff --git a/package.json b/package.json index bb8b40ed..a4e3c6e2 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@pika/plugin-ts-standard-pkg": "0.9.2", "@testing-library/react": "10.4.6", "@testing-library/react-hooks": "3.3.0", - "@types/jest": "26.0.4", + "@types/jest": "26.0.5", "@types/react": "16.9.43", "@types/react-dom": "16.9.8", "@types/testing-library__react": "10.0.1", diff --git a/yarn.lock b/yarn.lock index 5597dc0e..93362db8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2654,10 +2654,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@26.0.4": - version "26.0.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.4.tgz#d2e513e85aca16992816f192582b5e67b0b15efb" - integrity sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg== +"@types/jest@26.0.5": + version "26.0.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d" + integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"