Skip to content

Commit e7288c7

Browse files
chore: Bump jest-mock from 29.2.0 to 29.2.1 in /modules/runners/lambdas/runners (#2582)
chore: Bump jest-mock in /modules/runners/lambdas/runners Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.2.0 to 29.2.1. - [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.1/packages/jest-mock) --- updated-dependencies: - dependency-name: jest-mock dependency-type: direct:development update-type: version-update:semver-patch ... 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 483696b commit e7288c7

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
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.2",
29-
"jest-mock": "^29.2.0",
29+
"jest-mock": "^29.2.1",
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: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@
13621362
slash "^3.0.0"
13631363
write-file-atomic "^4.0.1"
13641364

1365-
"@jest/types@^29.2.0", "@jest/types@^29.2.1":
1365+
"@jest/types@^29.2.1":
13661366
version "29.2.1"
13671367
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.1.tgz#ec9c683094d4eb754e41e2119d8bdaef01cf6da0"
13681368
integrity sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==
@@ -3489,15 +3489,6 @@ jest-mock-extended@^3.0.1:
34893489
dependencies:
34903490
ts-essentials "^7.0.3"
34913491

3492-
jest-mock@^29.2.0:
3493-
version "29.2.0"
3494-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.0.tgz#3531012881178f59f4b5fd1e243acc329d08d6a1"
3495-
integrity sha512-aiWGR0P8ivssIO17xkehLGFtCcef2ZwQFNPwEer1jQLHxPctDlIg3Hs6QMq1KpPz5dkCcgM7mwGif4a9IPznlg==
3496-
dependencies:
3497-
"@jest/types" "^29.2.0"
3498-
"@types/node" "*"
3499-
jest-util "^29.2.0"
3500-
35013492
jest-mock@^29.2.1:
35023493
version "29.2.1"
35033494
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.1.tgz#a0d361cffcb28184fa9c5443adbf591fa5759775"
@@ -3625,19 +3616,7 @@ jest-snapshot@^29.2.1:
36253616
pretty-format "^29.2.1"
36263617
semver "^7.3.5"
36273618

3628-
jest-util@^29.0.0, jest-util@^29.2.0:
3629-
version "29.2.0"
3630-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.0.tgz#797935697e83a5722aeba401ed6cd01264295566"
3631-
integrity sha512-8M1dx12ujkBbnhwytrezWY0Ut79hbflwodE+qZKjxSRz5qt4xDp6dQQJaOCFvCmE0QJqp9KyEK33lpPNjnhevw==
3632-
dependencies:
3633-
"@jest/types" "^29.2.0"
3634-
"@types/node" "*"
3635-
chalk "^4.0.0"
3636-
ci-info "^3.2.0"
3637-
graceful-fs "^4.2.9"
3638-
picomatch "^2.2.3"
3639-
3640-
jest-util@^29.2.1:
3619+
jest-util@^29.0.0, jest-util@^29.2.1:
36413620
version "29.2.1"
36423621
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747"
36433622
integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==

0 commit comments

Comments
 (0)