Skip to content

Commit

Permalink
Update dependency jest to v28.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2022
1 parent 07a4e9a commit 1de83c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-import": "^2.26.0",
"husky": "8.0.1",
"jest": "28.1.2",
"jest": "28.1.3",
"koa": "2.13.4",
"nodemon": "2.0.18",
"stryker-cli": "1.0.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
jest-util "^28.1.3"
slash "^3.0.0"

"@jest/core@^28.1.2", "@jest/core@^28.1.3":
"@jest/core@^28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.1.3.tgz#0ebf2bd39840f1233cd5f2d1e6fc8b71bd5a1ac7"
integrity sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==
Expand Down Expand Up @@ -1047,7 +1047,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.1"

"@jest/types@^28.1.1", "@jest/types@^28.1.3":
"@jest/types@^28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
Expand Down Expand Up @@ -5760,7 +5760,7 @@ jest-circus@^28.1.3:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^28.1.2:
jest-cli@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.1.3.tgz#558b33c577d06de55087b8448d373b9f654e46b2"
integrity sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==
Expand Down Expand Up @@ -6075,15 +6075,15 @@ jest-worker@^28.1.3:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@28.1.2:
version "28.1.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.2.tgz#451ff24081ce31ca00b07b60c61add13aa96f8eb"
integrity sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==
jest@28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.3.tgz#e9c6a7eecdebe3548ca2b18894a50f45b36dfc6b"
integrity sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==
dependencies:
"@jest/core" "^28.1.2"
"@jest/types" "^28.1.1"
"@jest/core" "^28.1.3"
"@jest/types" "^28.1.3"
import-local "^3.0.2"
jest-cli "^28.1.2"
jest-cli "^28.1.3"

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 1de83c4

Please sign in to comment.