Skip to content

Commit 38642fc

Browse files
chore: Bump jest-mock from 29.0.3 to 29.1.2 in /modules/webhook/lambdas/webhook (#2474)
chore: Bump jest-mock in /modules/webhook/lambdas/webhook Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 29.0.3 to 29.1.2. - [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.1.2/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 bd28c7d commit 38642fc

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
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.1",
3333
"jest": "^27.5.1",
34-
"jest-mock": "^29.0.3",
34+
"jest-mock": "^29.1.2",
3535
"nock": "^13.2.9",
3636
"prettier": "2.7.1",
3737
"ts-jest": "^27.1.4",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,10 +1288,10 @@
12881288
"@types/yargs" "^16.0.0"
12891289
chalk "^4.0.0"
12901290

1291-
"@jest/types@^29.0.3":
1292-
version "29.0.3"
1293-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3.tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63"
1294-
integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==
1291+
"@jest/types@^29.1.2":
1292+
version "29.1.2"
1293+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
1294+
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
12951295
dependencies:
12961296
"@jest/schemas" "^29.0.0"
12971297
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3733,13 +3733,14 @@ jest-mock@^27.5.1:
37333733
"@jest/types" "^27.5.1"
37343734
"@types/node" "*"
37353735

3736-
jest-mock@^29.0.3:
3737-
version "29.0.3"
3738-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3.tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9"
3739-
integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww==
3736+
jest-mock@^29.1.2:
3737+
version "29.1.2"
3738+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2.tgz#de47807edbb9d4abf8423f1d8d308d670105678c"
3739+
integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA==
37403740
dependencies:
3741-
"@jest/types" "^29.0.3"
3741+
"@jest/types" "^29.1.2"
37423742
"@types/node" "*"
3743+
jest-util "^29.1.2"
37433744

37443745
jest-pnp-resolver@^1.2.2:
37453746
version "1.2.2"
@@ -3879,6 +3880,18 @@ jest-util@^27.0.0, jest-util@^27.5.1:
38793880
graceful-fs "^4.2.9"
38803881
picomatch "^2.2.3"
38813882

3883+
jest-util@^29.1.2:
3884+
version "29.1.2"
3885+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3886+
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3887+
dependencies:
3888+
"@jest/types" "^29.1.2"
3889+
"@types/node" "*"
3890+
chalk "^4.0.0"
3891+
ci-info "^3.2.0"
3892+
graceful-fs "^4.2.9"
3893+
picomatch "^2.2.3"
3894+
38823895
jest-validate@^27.5.1:
38833896
version "27.5.1"
38843897
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"

0 commit comments

Comments
 (0)