diff --git a/package.json b/package.json index 48579aaeb6..197cc2e19d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@storybook/core": "^5.3.18", "@storybook/vue": "^5.3.18", "@types/base-64": "^0.1.3", - "@types/jest": "^25.2.1", + "@types/jest": "^25.2.2", "@types/marked": "^0.7.4", "@types/semver": "^7.2.0", "@typescript-eslint/eslint-plugin": "^2.33.0", diff --git a/yarn.lock b/yarn.lock index e93d0ba976..fae4791482 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,10 +1970,10 @@ dependencies: jest-diff "^24.3.0" -"@types/jest@^25.2.1": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5" - integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA== +"@types/jest@^25.2.2": + version "25.2.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf" + integrity sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"