Skip to content

Commit 459a05c

Browse files
chore: Bump jest-mock
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]>
1 parent 5c3da84 commit 459a05c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^7.32.0",
2828
"eslint-plugin-prettier": "4.2.1",
2929
"jest": "^29.2",
30-
"jest-mock": "^29.2.2",
30+
"jest-mock": "^29.3.0",
3131
"prettier": "2.7.1",
3232
"ts-jest": "^29.0.3",
3333
"ts-node-dev": "^2.0.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,10 +2787,10 @@ jest-message-util@^29.2.0:
27872787
slash "^3.0.0"
27882788
stack-utils "^2.0.3"
27892789

2790-
jest-mock@^29.2.0, jest-mock@^29.2.2:
2791-
version "29.2.2"
2792-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.2.tgz#9045618b3f9d27074bbcf2d55bdca6a5e2e8bca7"
2793-
integrity sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==
2790+
jest-mock@^29.2.0, jest-mock@^29.3.0:
2791+
version "29.3.0"
2792+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.0.tgz#aa6f1d5118fd4b9d007df782e0624e6efab6d33d"
2793+
integrity sha512-BRKfsAaeP3pTWeog+1D0ILeJF96SzB6y3k0JDxY63kssxiUy9nDLHmNUoVkBGILjMbpHULhbzVTsb3harPXuUQ==
27942794
dependencies:
27952795
"@jest/types" "^29.2.1"
27962796
"@types/node" "*"

0 commit comments

Comments
 (0)