Skip to content

Commit

Permalink
chore(deps): update jest packages (#271)
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 23, 2022
1 parent 0c73f10 commit 911c6fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/jest": "28.1.4",
"@types/jest": "28.1.6",
"@types/node": "16.11.45",
"@types/yargs": "17.0.10",
"husky": "8.0.1",
"jest": "28.1.2",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"ts-jest": "28.0.5",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
}
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
jest-util "^28.1.3"
slash "^3.0.0"

"@jest/core@^28.1.2", "@jest/core@^28.1.3":
"@jest/core@^28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.1.3.tgz#0ebf2bd39840f1233cd5f2d1e6fc8b71bd5a1ac7"
integrity sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==
Expand Down Expand Up @@ -488,7 +488,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.1"

"@jest/types@^28.1.1", "@jest/types@^28.1.3":
"@jest/types@^28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
Expand Down Expand Up @@ -646,10 +646,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@28.1.4":
version "28.1.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.4.tgz#a11ee6c8fd0b52c19c9c18138b78bbcc201dad5a"
integrity sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA==
"@types/jest@28.1.6":
version "28.1.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.6.tgz#d6a9cdd38967d2d746861fb5be6b120e38284dd4"
integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==
dependencies:
jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0"
Expand Down Expand Up @@ -1482,7 +1482,7 @@ jest-circus@^28.1.3:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^28.1.2:
jest-cli@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.1.3.tgz#558b33c577d06de55087b8448d373b9f654e46b2"
integrity sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==
Expand Down Expand Up @@ -1797,15 +1797,15 @@ jest-worker@^28.1.3:
merge-stream "^2.0.0"
supports-color "^8.0.0"

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==
jest@28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.3.tgz#e9c6a7eecdebe3548ca2b18894a50f45b36dfc6b"
integrity sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==
dependencies:
"@jest/core" "^28.1.2"
"@jest/types" "^28.1.1"
"@jest/core" "^28.1.3"
"@jest/types" "^28.1.3"
import-local "^3.0.2"
jest-cli "^28.1.2"
jest-cli "^28.1.3"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -2489,10 +2489,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

ts-jest@28.0.5:
version "28.0.5"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.5.tgz#31776f768fba6dfc8c061d488840ed0c8eeac8b9"
integrity sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==
ts-jest@28.0.7:
version "28.0.7"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6"
integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA==
dependencies:
bs-logger "0.x"
fast-json-stable-stringify "2.x"
Expand Down

0 comments on commit 911c6fb

Please sign in to comment.