Skip to content

Commit 5c3da84

Browse files
chore: Bump jest-mock from 29.2.2 to 29.3.0 in /modules/webhook/lambdas/webhook (#2627)
chore: Bump jest-mock in /modules/webhook/lambdas/webhook 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 7c18c2b commit 5c3da84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",
3333
"jest": "^29.1",
34-
"jest-mock": "^29.2.2",
34+
"jest-mock": "^29.3.0",
3535
"nock": "^13.2.9",
3636
"prettier": "2.7.1",
3737
"ts-jest": "^29.0.3",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3773,10 +3773,10 @@ jest-message-util@^29.2.0:
37733773
slash "^3.0.0"
37743774
stack-utils "^2.0.3"
37753775

3776-
jest-mock@^29.2.0, jest-mock@^29.2.2:
3777-
version "29.2.2"
3778-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.2.tgz#9045618b3f9d27074bbcf2d55bdca6a5e2e8bca7"
3779-
integrity sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==
3776+
jest-mock@^29.2.0, jest-mock@^29.3.0:
3777+
version "29.3.0"
3778+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.0.tgz#aa6f1d5118fd4b9d007df782e0624e6efab6d33d"
3779+
integrity sha512-BRKfsAaeP3pTWeog+1D0ILeJF96SzB6y3k0JDxY63kssxiUy9nDLHmNUoVkBGILjMbpHULhbzVTsb3harPXuUQ==
37803780
dependencies:
37813781
"@jest/types" "^29.2.1"
37823782
"@types/node" "*"

0 commit comments

Comments
 (0)