Skip to content

Commit e4a5b34

Browse files
chore: Bump jest-mock from 29.2.2 to 29.3.0 in /modules/runners/lambdas/runners (#2625)
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.2 to 29.3.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.3.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 a730d41 commit e4a5b34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.2",
29+
"jest-mock": "^29.3.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,10 +3616,10 @@ jest-mock-extended@^3.0.1:
36163616
dependencies:
36173617
ts-essentials "^7.0.3"
36183618

3619-
jest-mock@^29.2.2:
3620-
version "29.2.2"
3621-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.2.tgz#9045618b3f9d27074bbcf2d55bdca6a5e2e8bca7"
3622-
integrity sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==
3619+
jest-mock@^29.2.2, jest-mock@^29.3.0:
3620+
version "29.3.0"
3621+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.0.tgz#aa6f1d5118fd4b9d007df782e0624e6efab6d33d"
3622+
integrity sha512-BRKfsAaeP3pTWeog+1D0ILeJF96SzB6y3k0JDxY63kssxiUy9nDLHmNUoVkBGILjMbpHULhbzVTsb3harPXuUQ==
36233623
dependencies:
36243624
"@jest/types" "^29.2.1"
36253625
"@types/node" "*"

0 commit comments

Comments
 (0)