Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 8e3d16a

Browse files
chore: Bump jest-mock from 28.1.1 to 28.1.3 in /modules/webhook/lambdas/webhook (#2285)
chore: Bump jest-mock in /modules/webhook/lambdas/webhook Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 28.1.1 to 28.1.3. - [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.1.3/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 d5fbab1 commit 8e3d16a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
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": "^28.1.1",
34+
"jest-mock": "^28.1.3",
3535
"nock": "^13.2.9",
3636
"prettier": "2.7.1",
3737
"ts-jest": "^27.1.4",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -1218,12 +1218,12 @@
12181218
terminal-link "^2.0.0"
12191219
v8-to-istanbul "^8.1.0"
12201220

1221-
"@jest/schemas@^28.0.2":
1222-
version "28.0.2"
1223-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613"
1224-
integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==
1221+
"@jest/schemas@^28.1.3":
1222+
version "28.1.3"
1223+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.1.3.tgz#ad8b86a66f11f33619e3d7e1dcddd7f2d40ff905"
1224+
integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
12251225
dependencies:
1226-
"@sinclair/typebox" "^0.23.3"
1226+
"@sinclair/typebox" "^0.24.1"
12271227

12281228
"@jest/source-map@^27.5.1":
12291229
version "27.5.1"
@@ -1286,12 +1286,12 @@
12861286
"@types/yargs" "^16.0.0"
12871287
chalk "^4.0.0"
12881288

1289-
"@jest/types@^28.1.1":
1290-
version "28.1.1"
1291-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.1.tgz#d059bbc80e6da6eda9f081f293299348bd78ee0b"
1292-
integrity sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==
1289+
"@jest/types@^28.1.3":
1290+
version "28.1.3"
1291+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
1292+
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
12931293
dependencies:
1294-
"@jest/schemas" "^28.0.2"
1294+
"@jest/schemas" "^28.1.3"
12951295
"@types/istanbul-lib-coverage" "^2.0.0"
12961296
"@types/istanbul-reports" "^3.0.0"
12971297
"@types/node" "*"
@@ -1505,10 +1505,10 @@
15051505
"@octokit/webhooks-types" "6.2.4"
15061506
aggregate-error "^3.1.0"
15071507

1508-
"@sinclair/typebox@^0.23.3":
1509-
version "0.23.4"
1510-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.4.tgz#6ff93fd2585ce44f7481c9ff6af610fbb5de98a4"
1511-
integrity sha512-0/WqSvpVbCBAV1yPeko7eAczKbs78dNVAaX14quVlwOb2wxfKuXCx91h4NrEfkYK9zEnyVSW4JVI/trP3iS+Qg==
1508+
"@sinclair/typebox@^0.24.1":
1509+
version "0.24.20"
1510+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.20.tgz#11a657875de6008622d53f56e063a6347c51a6dd"
1511+
integrity sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==
15121512

15131513
"@sinonjs/commons@^1.7.0":
15141514
version "1.8.3"
@@ -3719,12 +3719,12 @@ jest-mock@^27.5.1:
37193719
"@jest/types" "^27.5.1"
37203720
"@types/node" "*"
37213721

3722-
jest-mock@^28.1.1:
3723-
version "28.1.1"
3724-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.1.tgz#37903d269427fa1ef5b2447be874e1c62a39a371"
3725-
integrity sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==
3722+
jest-mock@^28.1.3:
3723+
version "28.1.3"
3724+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.3.tgz#d4e9b1fc838bea595c77ab73672ebf513ab249da"
3725+
integrity sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==
37263726
dependencies:
3727-
"@jest/types" "^28.1.1"
3727+
"@jest/types" "^28.1.3"
37283728
"@types/node" "*"
37293729

37303730
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)