Skip to content

Commit dbfa837

Browse files
chore: Bump jest-mock from 29.0.3 to 29.1.2 in /modules/runners/lambdas/runners (#2496)
chore: Bump jest-mock in /modules/runners/lambdas/runners Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.0.3 to 29.1.2. - [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.1.2/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 85d3a06 commit dbfa837

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
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": "27.5.1",
29-
"jest-mock": "^29.0.3",
29+
"jest-mock": "^29.1.2",
3030
"jest-mock-extended": "^3.0.1",
3131
"moment-timezone": "^0.5.37",
3232
"nock": "^13.2.9",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,10 +1267,10 @@
12671267
"@types/yargs" "^16.0.0"
12681268
chalk "^4.0.0"
12691269

1270-
"@jest/types@^29.0.3":
1271-
version "29.0.3"
1272-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3.tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63"
1273-
integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==
1270+
"@jest/types@^29.1.2":
1271+
version "29.1.2"
1272+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
1273+
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
12741274
dependencies:
12751275
"@jest/schemas" "^29.0.0"
12761276
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3563,13 +3563,14 @@ jest-mock@^27.5.1:
35633563
"@jest/types" "^27.5.1"
35643564
"@types/node" "*"
35653565

3566-
jest-mock@^29.0.3:
3567-
version "29.0.3"
3568-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3.tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9"
3569-
integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww==
3566+
jest-mock@^29.1.2:
3567+
version "29.1.2"
3568+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2.tgz#de47807edbb9d4abf8423f1d8d308d670105678c"
3569+
integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA==
35703570
dependencies:
3571-
"@jest/types" "^29.0.3"
3571+
"@jest/types" "^29.1.2"
35723572
"@types/node" "*"
3573+
jest-util "^29.1.2"
35733574

35743575
jest-pnp-resolver@^1.2.2:
35753576
version "1.2.2"
@@ -3709,6 +3710,18 @@ jest-util@^27.0.0, jest-util@^27.5.1:
37093710
graceful-fs "^4.2.9"
37103711
picomatch "^2.2.3"
37113712

3713+
jest-util@^29.1.2:
3714+
version "29.1.2"
3715+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3716+
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3717+
dependencies:
3718+
"@jest/types" "^29.1.2"
3719+
"@types/node" "*"
3720+
chalk "^4.0.0"
3721+
ci-info "^3.2.0"
3722+
graceful-fs "^4.2.9"
3723+
picomatch "^2.2.3"
3724+
37123725
jest-validate@^27.5.1:
37133726
version "27.5.1"
37143727
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"

0 commit comments

Comments
 (0)