Skip to content

Commit

Permalink
chore(deps): update dependency jest to v28.1.2 (#203)
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] authored Jul 6, 2022
1 parent 8e1417c commit 9df8b2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "4.1.0",
"eslint-plugin-promise": "6.0.0",
"husky": "8.0.1",
"jest": "28.1.1",
"jest": "28.1.2",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
jest-util "^28.1.1"
slash "^3.0.0"

"@jest/core@^28.1.1", "@jest/core@^28.1.2":
"@jest/core@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.1.2.tgz#eac519b9acbd154313854b8823a47b5c645f785a"
integrity sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==
Expand Down Expand Up @@ -3126,7 +3126,7 @@ jest-circus@^28.1.2:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^28.1.1:
jest-cli@^28.1.2:
version "28.1.2"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.1.2.tgz#b89012e5bad14135e71b1628b85475d3773a1bbc"
integrity sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==
Expand Down Expand Up @@ -3441,15 +3441,15 @@ jest-worker@^28.1.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@28.1.1:
version "28.1.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.1.tgz#3c39a3a09791e16e9ef283597d24ab19a0df701e"
integrity sha512-qw9YHBnjt6TCbIDMPMpJZqf9E12rh6869iZaN08/vpOGgHJSAaLLUn6H8W3IAEuy34Ls3rct064mZLETkxJ2XA==
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==
dependencies:
"@jest/core" "^28.1.1"
"@jest/core" "^28.1.2"
"@jest/types" "^28.1.1"
import-local "^3.0.2"
jest-cli "^28.1.1"
jest-cli "^28.1.2"

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

0 comments on commit 9df8b2b

Please sign in to comment.