diff --git a/package.json b/package.json index 1bc4fc4e..88617800 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-prettier": "3.1.3", "eslint-plugin-simple-import-sort": "5.0.2", "glob": "7.1.6", - "jest": "25.2.7", + "jest": "25.3.0", "jest-cli": "25.3.0", "prettier": "2.0.4", "typescript": "3.8.3" diff --git a/yarn.lock b/yarn.lock index 6ff65ea1..76e7b15d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -856,7 +856,7 @@ jest-util "^25.3.0" slash "^3.0.0" -"@jest/core@^25.2.7", "@jest/core@^25.3.0": +"@jest/core@^25.3.0": version "25.3.0" resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.3.0.tgz#80f97a7a8b59dde741a24f30871cc26d0197d426" integrity sha512-+D5a/tFf6pA/Gqft2DLBp/yeSRgXhlJ+Wpst0X/ZkfTRP54qDR3C61VfHwaex+GzZBiTcE9vQeoZ2v5T10+Mqw== @@ -2810,7 +2810,7 @@ jest-changed-files@^25.3.0: execa "^3.2.0" throat "^5.0.0" -jest-cli@25.3.0, jest-cli@^25.2.7: +jest-cli@25.3.0, jest-cli@^25.3.0: version "25.3.0" resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.3.0.tgz#d9e11f5700cc5946583cf0d01a9bdebceed448d2" integrity sha512-XpNQPlW1tzpP7RGG8dxpkRegYDuLjzSiENu92+CYM87nEbmEPb3b4+yo8xcsHOnj0AG7DUt9b3uG8LuHI3MDzw== @@ -3154,14 +3154,14 @@ jest-worker@^25.2.6: merge-stream "^2.0.0" supports-color "^7.0.0" -jest@25.2.7: - version "25.2.7" - resolved "https://registry.yarnpkg.com/jest/-/jest-25.2.7.tgz#3929a5f35cdd496f7756876a206b99a94e1e09ae" - integrity sha512-XV1n/CE2McCikl4tfpCY950RytHYvxdo/wvtgmn/qwA8z1s16fuvgFL/KoPrrmkqJTaPMUlLVE58pwiaTX5TdA== +jest@25.3.0: + version "25.3.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-25.3.0.tgz#7a5e59741d94b8662664c77a9f346246d6bf228b" + integrity sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg== dependencies: - "@jest/core" "^25.2.7" + "@jest/core" "^25.3.0" import-local "^3.0.2" - jest-cli "^25.2.7" + jest-cli "^25.3.0" "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"