Skip to content

Commit 6d3bcc0

Browse files
chore: Bump jest-mock in /modules/webhook/lambdas/webhook (#1707)
Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 27.4.6 to 27.5.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/v27.5.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5649111 commit 6d3bcc0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-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.0.0",
3232
"express": "^4.17.2",
3333
"jest": "^27.4.7",
34-
"jest-mock": "^27.4.6",
34+
"jest-mock": "^27.5.0",
3535
"nock": "^13.2.2",
3636
"prettier": "2.5.1",
3737
"ts-jest": "^27.1.3",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,10 +1382,10 @@
13821382
source-map "^0.6.1"
13831383
write-file-atomic "^3.0.0"
13841384

1385-
"@jest/types@^27.4.2":
1386-
version "27.4.2"
1387-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.4.2.tgz#96536ebd34da6392c2b7c7737d693885b5dd44a5"
1388-
integrity sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==
1385+
"@jest/types@^27.4.2", "@jest/types@^27.5.0":
1386+
version "27.5.0"
1387+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.0.tgz#6ad04a5c5355fd9f46e5cf761850e0edb3c209dd"
1388+
integrity sha512-oDHEp7gwSgA82RZ6pzUL3ugM2njP/lVB1MsxRZNOBk+CoNvh9SpH1lQixPFc/kDlV50v59csiW4HLixWmhmgPQ==
13891389
dependencies:
13901390
"@types/istanbul-lib-coverage" "^2.0.0"
13911391
"@types/istanbul-reports" "^3.0.0"
@@ -3484,12 +3484,12 @@ jest-message-util@^27.4.6:
34843484
slash "^3.0.0"
34853485
stack-utils "^2.0.3"
34863486

3487-
jest-mock@^27.4.6:
3488-
version "27.4.6"
3489-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.4.6.tgz#77d1ba87fbd33ccb8ef1f061697e7341b7635195"
3490-
integrity sha512-kvojdYRkst8iVSZ1EJ+vc1RRD9llueBjKzXzeCytH3dMM7zvPV/ULcfI2nr0v0VUgm3Bjt3hBCQvOeaBz+ZTHw==
3487+
jest-mock@^27.4.6, jest-mock@^27.5.0:
3488+
version "27.5.0"
3489+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.0.tgz#1018656fe6bcd0f58fd1edca7f420169f6707c6e"
3490+
integrity sha512-PHluG6MJGng82/sxh8OiB9fnxzNn3cazceSHCAmAKs4g5rMhc3EZCrJXv+4w61rA2WGagMUj7QLLrA1SRlFpzQ==
34913491
dependencies:
3492-
"@jest/types" "^27.4.2"
3492+
"@jest/types" "^27.5.0"
34933493
"@types/node" "*"
34943494

34953495
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)