Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.4.3 (#286)
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 Feb 22, 2023
1 parent cdf04df commit a6d879b
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.1",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.3",
"jest": "29.4.2",
"jest": "29.4.3",
"lint-staged": "13.1.2",
"markdownlint-cli2": "0.6.0",
"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 @@ -390,7 +390,7 @@
jest-util "^29.4.3"
slash "^3.0.0"

"@jest/core@^29.4.2", "@jest/core@^29.4.3":
"@jest/core@^29.4.3":
version "29.4.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.4.3.tgz#829dd65bffdb490de5b0f69e97de8e3b5eadd94b"
integrity sha512-56QvBq60fS4SPZCuM7T+7scNrkGIe7Mr6PVIXUpu48ouvRaWOFqRPV91eifvFM0ay2HmfswXiGf97NGUN5KofQ==
Expand Down Expand Up @@ -558,7 +558,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.2"

"@jest/types@^29.4.2", "@jest/types@^29.4.3":
"@jest/types@^29.4.3":
version "29.4.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.4.3.tgz#9069145f4ef09adf10cec1b2901b2d390031431f"
integrity sha512-bPYfw8V65v17m2Od1cv44FH+SiKW7w2Xu7trhcdTLUmSv85rfKsP+qXSjO4KGJr4dtPSzl/gvslZBXctf1qGEA==
Expand Down Expand Up @@ -3402,7 +3402,7 @@ jest-circus@^29.4.3:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.4.2:
jest-cli@^29.4.3:
version "29.4.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.4.3.tgz#fe31fdd0c90c765f392b8b7c97e4845071cd2163"
integrity sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==
Expand Down Expand Up @@ -3720,15 +3720,15 @@ jest-worker@^29.4.3:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.4.2.tgz#4c2127d03a71dc187f386156ef155dbf323fb7be"
integrity sha512-+5hLd260vNIHu+7ZgMIooSpKl7Jp5pHKb51e73AJU3owd5dEo/RfVwHbA/na3C/eozrt3hJOLGf96c7EWwIAzg==
jest@29.4.3:
version "29.4.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.4.3.tgz#1b8be541666c6feb99990fd98adac4737e6e6386"
integrity sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==
dependencies:
"@jest/core" "^29.4.2"
"@jest/types" "^29.4.2"
"@jest/core" "^29.4.3"
"@jest/types" "^29.4.3"
import-local "^3.0.2"
jest-cli "^29.4.2"
jest-cli "^29.4.3"

js-sdsl@^4.1.4:
version "4.3.0"
Expand Down

0 comments on commit a6d879b

Please sign in to comment.