Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.4.1 (#276)
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 2, 2023
1 parent 946af02 commit af3b385
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.0",
"jest": "29.4.1",
"lint-staged": "13.1.0",
"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.1"
slash "^3.0.0"

"@jest/core@^29.4.0", "@jest/core@^29.4.1":
"@jest/core@^29.4.1":
version "29.4.1"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.4.1.tgz#91371179b5959951e211dfaeea4277a01dcca14f"
integrity sha512-RXFTohpBqpaTebNdg5l3I5yadnKo9zLBajMT0I38D0tDhreVBYv3fA8kywthI00sWxPztWLD3yjiUkewwu/wKA==
Expand Down Expand Up @@ -558,7 +558,7 @@
slash "^3.0.0"
write-file-atomic "^5.0.0"

"@jest/types@^29.4.0", "@jest/types@^29.4.1":
"@jest/types@^29.4.1":
version "29.4.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.4.1.tgz#f9f83d0916f50696661da72766132729dcb82ecb"
integrity sha512-zbrAXDUOnpJ+FMST2rV7QZOgec8rskg2zv8g2ajeqitp4tvZiyqTCYXANrKsM+ryj5o+LI+ZN2EgU9drrkiwSA==
Expand Down Expand Up @@ -3402,7 +3402,7 @@ jest-circus@^29.4.1:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.4.0:
jest-cli@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.4.1.tgz#7abef96944f300feb9b76f68b1eb2d68774fe553"
integrity sha512-jz7GDIhtxQ37M+9dlbv5K+/FVcIo1O/b1sX3cJgzlQUf/3VG25nvuWzlDC4F1FLLzUThJeWLu8I7JF9eWpuURQ==
Expand Down Expand Up @@ -3721,15 +3721,15 @@ jest-worker@^29.4.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.4.0:
version "29.4.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.4.0.tgz#c476b3d0c58af77f276f53f81d4d97e16105ae37"
integrity sha512-Zfd4UzNxPkSoHRBkg225rBjQNa6pVqbh20MGniAzwaOzYLd+pQUcAwH+WPxSXxKFs+QWYfPYIq9hIVSmdVQmPA==
jest@29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.4.1.tgz#bb34baca8e05901b49c02c62f1183a6182ea1785"
integrity sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==
dependencies:
"@jest/core" "^29.4.0"
"@jest/types" "^29.4.0"
"@jest/core" "^29.4.1"
"@jest/types" "^29.4.1"
import-local "^3.0.2"
jest-cli "^29.4.0"
jest-cli "^29.4.1"

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

0 comments on commit af3b385

Please sign in to comment.