Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2023
1 parent 20a0811 commit de8860f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/jest": "^29.2.2",
"jest": "29.3.1",
"jest": "29.4.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
Expand Down
20 changes: 10 additions & 10 deletions web-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
jest-util "^29.4.3"
slash "^3.0.0"

"@jest/core@^29.3.1", "@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 @@ -502,7 +502,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.2"

"@jest/types@^29.3.1", "@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 @@ -1425,7 +1425,7 @@ jest-circus@^29.4.3:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.3.1:
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 @@ -1743,15 +1743,15 @@ jest-worker@^29.4.3:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.3.1:
version "29.3.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.3.1.tgz#c130c0d551ae6b5459b8963747fed392ddbde122"
integrity sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==
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.3.1"
"@jest/types" "^29.3.1"
"@jest/core" "^29.4.3"
"@jest/types" "^29.4.3"
import-local "^3.0.2"
jest-cli "^29.3.1"
jest-cli "^29.4.3"

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

0 comments on commit de8860f

Please sign in to comment.