Skip to content

Commit 4bd5599

Browse files
chore: Bump jest-mock from 29.1.2 to 29.2.0 in /modules/runners/lambdas/runners (#2553)
chore: Bump jest-mock in /modules/runners/lambdas/runners Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.1.2 to 29.2.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.0/packages/jest-mock) --- updated-dependencies: - dependency-name: jest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c5102b commit 4bd5599

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "^7.32.0",
2727
"eslint-plugin-prettier": "4.2.1",
2828
"jest": "^29.1",
29-
"jest-mock": "^29.1.2",
29+
"jest-mock": "^29.2.0",
3030
"jest-mock-extended": "^3.0.1",
3131
"moment-timezone": "^0.5.38",
3232
"nock": "^13.2.9",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,18 +1408,6 @@
14081408
slash "^3.0.0"
14091409
write-file-atomic "^4.0.1"
14101410

1411-
"@jest/types@^29.1.2":
1412-
version "29.1.2"
1413-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
1414-
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
1415-
dependencies:
1416-
"@jest/schemas" "^29.0.0"
1417-
"@types/istanbul-lib-coverage" "^2.0.0"
1418-
"@types/istanbul-reports" "^3.0.0"
1419-
"@types/node" "*"
1420-
"@types/yargs" "^17.0.8"
1421-
chalk "^4.0.0"
1422-
14231411
"@jest/types@^29.2.0":
14241412
version "29.2.0"
14251413
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.0.tgz#c0d1ef8bc1e4f4b358e7877e34157371e7881b0b"
@@ -3577,15 +3565,6 @@ jest-mock-extended@^3.0.1:
35773565
dependencies:
35783566
ts-essentials "^7.0.3"
35793567

3580-
jest-mock@^29.1.2:
3581-
version "29.1.2"
3582-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2.tgz#de47807edbb9d4abf8423f1d8d308d670105678c"
3583-
integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA==
3584-
dependencies:
3585-
"@jest/types" "^29.1.2"
3586-
"@types/node" "*"
3587-
jest-util "^29.1.2"
3588-
35893568
jest-mock@^29.2.0:
35903569
version "29.2.0"
35913570
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.0.tgz#3531012881178f59f4b5fd1e243acc329d08d6a1"
@@ -3725,18 +3704,6 @@ jest-util@^29.0.0, jest-util@^29.2.0:
37253704
graceful-fs "^4.2.9"
37263705
picomatch "^2.2.3"
37273706

3728-
jest-util@^29.1.2:
3729-
version "29.1.2"
3730-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3731-
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3732-
dependencies:
3733-
"@jest/types" "^29.1.2"
3734-
"@types/node" "*"
3735-
chalk "^4.0.0"
3736-
ci-info "^3.2.0"
3737-
graceful-fs "^4.2.9"
3738-
picomatch "^2.2.3"
3739-
37403707
jest-validate@^29.2.0:
37413708
version "29.2.0"
37423709
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.2.0.tgz#e40faf33759365c12ead6a45165349d660d09ba4"

0 commit comments

Comments
 (0)