Skip to content

Commit ba8ed97

Browse files
chore: Bump jest-mock from 29.1.2 to 29.2.0 in /modules/webhook/lambdas/webhook (#2548)
chore: Bump jest-mock in /modules/webhook/lambdas/webhook Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.1.2 to 29.2.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.2.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 fbd4653 commit ba8ed97

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
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.1.2",
34+
"jest-mock": "^29.2.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: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,18 +1429,6 @@
14291429
slash "^3.0.0"
14301430
write-file-atomic "^4.0.1"
14311431

1432-
"@jest/types@^29.1.2":
1433-
version "29.1.2"
1434-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
1435-
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
1436-
dependencies:
1437-
"@jest/schemas" "^29.0.0"
1438-
"@types/istanbul-lib-coverage" "^2.0.0"
1439-
"@types/istanbul-reports" "^3.0.0"
1440-
"@types/node" "*"
1441-
"@types/yargs" "^17.0.8"
1442-
chalk "^4.0.0"
1443-
14441432
"@jest/types@^29.2.0":
14451433
version "29.2.0"
14461434
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.0.tgz#c0d1ef8bc1e4f4b358e7877e34157371e7881b0b"
@@ -3744,15 +3732,6 @@ jest-message-util@^29.2.0:
37443732
slash "^3.0.0"
37453733
stack-utils "^2.0.3"
37463734

3747-
jest-mock@^29.1.2:
3748-
version "29.1.2"
3749-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2.tgz#de47807edbb9d4abf8423f1d8d308d670105678c"
3750-
integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA==
3751-
dependencies:
3752-
"@jest/types" "^29.1.2"
3753-
"@types/node" "*"
3754-
jest-util "^29.1.2"
3755-
37563735
jest-mock@^29.2.0:
37573736
version "29.2.0"
37583737
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.0.tgz#3531012881178f59f4b5fd1e243acc329d08d6a1"
@@ -3892,18 +3871,6 @@ jest-util@^29.0.0, jest-util@^29.2.0:
38923871
graceful-fs "^4.2.9"
38933872
picomatch "^2.2.3"
38943873

3895-
jest-util@^29.1.2:
3896-
version "29.1.2"
3897-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3898-
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3899-
dependencies:
3900-
"@jest/types" "^29.1.2"
3901-
"@types/node" "*"
3902-
chalk "^4.0.0"
3903-
ci-info "^3.2.0"
3904-
graceful-fs "^4.2.9"
3905-
picomatch "^2.2.3"
3906-
39073874
jest-validate@^29.2.0:
39083875
version "29.2.0"
39093876
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.2.0.tgz#e40faf33759365c12ead6a45165349d660d09ba4"

0 commit comments

Comments
 (0)