Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.6.0 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent 1935574 commit a66277e
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 @@ -47,7 +47,7 @@
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.6.0",
"lint-staged": "13.2.3",
"markdownlint-cli2": "0.8.1",
"npm-run-all": "4.1.5",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
jest-util "^29.6.1"
slash "^3.0.0"

"@jest/core@^29.5.0", "@jest/core@^29.6.1":
"@jest/core@^29.6.0", "@jest/core@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.1.tgz#fac0d9ddf320490c93356ba201451825231e95f6"
integrity sha512-CcowHypRSm5oYQ1obz1wfvkjZZ2qoQlrKKvlfPwh5jUXVU12TWr2qMeH8chLMuTFzHh5a1g2yaqlqDICbr+ukQ==
Expand Down Expand Up @@ -588,7 +588,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.2"

"@jest/types@^29.5.0", "@jest/types@^29.6.1":
"@jest/types@^29.6.0", "@jest/types@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2"
integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
Expand Down Expand Up @@ -3542,7 +3542,7 @@ jest-circus@^29.6.1:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.5.0:
jest-cli@^29.6.0:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.1.tgz#99d9afa7449538221c71f358f0fdd3e9c6e89f72"
integrity sha512-607dSgTA4ODIN6go9w6xY3EYkyPFGicx51a69H7yfvt7lN53xNswEVLovq+E77VsTRi5fWprLH0yl4DJgE8Ing==
Expand Down Expand Up @@ -3857,15 +3857,15 @@ jest-worker@^29.6.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.5.0.tgz#f75157622f5ce7ad53028f2f8888ab53e1f1f24e"
integrity sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==
jest@29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.0.tgz#dbc8136e6d933177487e2427187e07ebf9db8ce4"
integrity sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==
dependencies:
"@jest/core" "^29.5.0"
"@jest/types" "^29.5.0"
"@jest/core" "^29.6.0"
"@jest/types" "^29.6.0"
import-local "^3.0.2"
jest-cli "^29.5.0"
jest-cli "^29.6.0"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit a66277e

Please sign in to comment.