diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index 317f50771..07bdbbd8d 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -15,7 +15,7 @@ "react-element-to-jsx-string": "^14.3.2" }, "devDependencies": { - "@types/jest": "^26.0.3", + "@types/jest": "^26.0.20", "jest-mock-console": "^1.0.1", "typescript": "^4.1.2" }, diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 13e54a89f..5220fd562 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2245,10 +2245,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26", "@types/jest@26.x", "@types/jest@^26", "@types/jest@^26.0.3": - version "26.0.15" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe" - integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog== +"@types/jest@26", "@types/jest@26.x", "@types/jest@^26", "@types/jest@^26.0.20": + version "26.0.20" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307" + integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"