Skip to content

Commit a07cda3

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

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
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.5.1",
34-
"jest-mock": "^27.5.0",
34+
"jest-mock": "^27.5.1",
3535
"nock": "^13.2.2",
3636
"prettier": "2.5.1",
3737
"ts-jest": "^27.1.3",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,18 +1382,7 @@
13821382
source-map "^0.6.1"
13831383
write-file-atomic "^3.0.0"
13841384

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==
1389-
dependencies:
1390-
"@types/istanbul-lib-coverage" "^2.0.0"
1391-
"@types/istanbul-reports" "^3.0.0"
1392-
"@types/node" "*"
1393-
"@types/yargs" "^16.0.0"
1394-
chalk "^4.0.0"
1395-
1396-
"@jest/types@^27.5.1":
1385+
"@jest/types@^27.4.2", "@jest/types@^27.5.1":
13971386
version "27.5.1"
13981387
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
13991388
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
@@ -3524,14 +3513,6 @@ jest-message-util@^27.5.1:
35243513
slash "^3.0.0"
35253514
stack-utils "^2.0.3"
35263515

3527-
jest-mock@^27.5.0:
3528-
version "27.5.0"
3529-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.0.tgz#1018656fe6bcd0f58fd1edca7f420169f6707c6e"
3530-
integrity sha512-PHluG6MJGng82/sxh8OiB9fnxzNn3cazceSHCAmAKs4g5rMhc3EZCrJXv+4w61rA2WGagMUj7QLLrA1SRlFpzQ==
3531-
dependencies:
3532-
"@jest/types" "^27.5.0"
3533-
"@types/node" "*"
3534-
35353516
jest-mock@^27.5.1:
35363517
version "27.5.1"
35373518
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"

0 commit comments

Comments
 (0)