Skip to content

Commit 6c603e1

Browse files
chore: Bump jest-mock in /modules/webhook/lambdas/webhook (#2002)
Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 28.0.0 to 28.0.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/v28.0.2/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 a660163 commit 6c603e1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.3",
3333
"jest": "^27.5.1",
34-
"jest-mock": "^28.0.0",
34+
"jest-mock": "^28.0.2",
3535
"nock": "^13.2.4",
3636
"prettier": "2.6.2",
3737
"ts-jest": "^27.1.4",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@
11561156
terminal-link "^2.0.0"
11571157
v8-to-istanbul "^8.1.0"
11581158

1159-
"@jest/schemas@^28.0.0":
1160-
version "28.0.0"
1161-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.0.tgz#55cf5fcc82440a2a39b717bb949570c501fd5410"
1162-
integrity sha512-Pap9Jvwr8KYFvDgkya/p0FCVya+jZkWt57lHpwBylfjgmwi/gtXfhyAO/Cw+jKuMafHcXY0beNf2XV2pkcu9vA==
1159+
"@jest/schemas@^28.0.2":
1160+
version "28.0.2"
1161+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613"
1162+
integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==
11631163
dependencies:
11641164
"@sinclair/typebox" "^0.23.3"
11651165

@@ -1224,12 +1224,12 @@
12241224
"@types/yargs" "^16.0.0"
12251225
chalk "^4.0.0"
12261226

1227-
"@jest/types@^28.0.0":
1228-
version "28.0.0"
1229-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.0.tgz#1818a07d26b204c1c34a5b22474d0a32f4b02a8d"
1230-
integrity sha512-4rxVTiBbSjsl8V9sXkspfxW+t2Tdcmmc3fX7AU49gVrRpjXMjEDurSx/iruXnOSor4PTL0fwO61/2+n1XQ/RgA==
1227+
"@jest/types@^28.0.2":
1228+
version "28.0.2"
1229+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.2.tgz#70b9538c1863fb060b2f438ca008b5563d00c5b4"
1230+
integrity sha512-hi3jUdm9iht7I2yrV5C4s3ucCJHUP8Eh3W6rQ1s4n/Qw9rQgsda4eqCt+r3BKRi7klVmZfQlMx1nGlzNMP2d8A==
12311231
dependencies:
1232-
"@jest/schemas" "^28.0.0"
1232+
"@jest/schemas" "^28.0.2"
12331233
"@types/istanbul-lib-coverage" "^2.0.0"
12341234
"@types/istanbul-reports" "^3.0.0"
12351235
"@types/node" "*"
@@ -3396,12 +3396,12 @@ jest-mock@^27.5.1:
33963396
"@jest/types" "^27.5.1"
33973397
"@types/node" "*"
33983398

3399-
jest-mock@^28.0.0:
3400-
version "28.0.0"
3401-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.0.tgz#f3ed57e1308fd827dcc68f60d84d3569281d43d3"
3402-
integrity sha512-C8xBtHuokPvmyX4ajh/TaenKGSbcu4pcIwjucD6ZZ7WznfSnMkLI/gzOh/YhUNr60tvBnxNsN+A0ECLG8pprTg==
3399+
jest-mock@^28.0.2:
3400+
version "28.0.2"
3401+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.2.tgz#059b500b34c1dd76474ebcdeccc249fe4dd0249f"
3402+
integrity sha512-vfnJ4zXRB0i24jOTGtQJyl26JKsgBKtqRlCnsrORZbG06FToSSn33h2x/bmE8XxqxkLWdZBRo+/65l8Vi3nD+g==
34033403
dependencies:
3404-
"@jest/types" "^28.0.0"
3404+
"@jest/types" "^28.0.2"
34053405
"@types/node" "*"
34063406

34073407
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)