Skip to content

Commit d330f34

Browse files
chore: Bump jest-mock from 29.3.0 to 29.3.1 in /modules/webhook/lambdas/webhook (#2657)
chore: Bump jest-mock in /modules/webhook/lambdas/webhook Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.3.0 to 29.3.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.3.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 a8b1645 commit d330f34

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
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.3",
34-
"jest-mock": "^29.3.0",
34+
"jest-mock": "^29.3.1",
3535
"nock": "^13.2.9",
3636
"prettier": "2.7.1",
3737
"ts-jest": "^29.0.3",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,15 +3806,6 @@ jest-message-util@^29.3.1:
38063806
slash "^3.0.0"
38073807
stack-utils "^2.0.3"
38083808

3809-
jest-mock@^29.3.0:
3810-
version "29.3.0"
3811-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.0.tgz#aa6f1d5118fd4b9d007df782e0624e6efab6d33d"
3812-
integrity sha512-BRKfsAaeP3pTWeog+1D0ILeJF96SzB6y3k0JDxY63kssxiUy9nDLHmNUoVkBGILjMbpHULhbzVTsb3harPXuUQ==
3813-
dependencies:
3814-
"@jest/types" "^29.2.1"
3815-
"@types/node" "*"
3816-
jest-util "^29.2.1"
3817-
38183809
jest-mock@^29.3.1:
38193810
version "29.3.1"
38203811
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.1.tgz#60287d92e5010979d01f218c6b215b688e0f313e"
@@ -3942,19 +3933,7 @@ jest-snapshot@^29.3.1:
39423933
pretty-format "^29.3.1"
39433934
semver "^7.3.5"
39443935

3945-
jest-util@^29.0.0, jest-util@^29.2.1:
3946-
version "29.2.1"
3947-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747"
3948-
integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==
3949-
dependencies:
3950-
"@jest/types" "^29.2.1"
3951-
"@types/node" "*"
3952-
chalk "^4.0.0"
3953-
ci-info "^3.2.0"
3954-
graceful-fs "^4.2.9"
3955-
picomatch "^2.2.3"
3956-
3957-
jest-util@^29.3.1:
3936+
jest-util@^29.0.0, jest-util@^29.2.1, jest-util@^29.3.1:
39583937
version "29.3.1"
39593938
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
39603939
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==

0 commit comments

Comments
 (0)