Skip to content

Commit 9b05026

Browse files
chore: Bump jest-mock in /modules/webhook/lambdas/webhook (#2135)
Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 28.1.0 to 28.1.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/v28.1.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 90fa858 commit 9b05026

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

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,10 +1236,10 @@
12361236
"@types/yargs" "^16.0.0"
12371237
chalk "^4.0.0"
12381238

1239-
"@jest/types@^28.1.0":
1240-
version "28.1.0"
1241-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.0.tgz#508327a89976cbf9bd3e1cc74641a29fd7dfd519"
1242-
integrity sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==
1239+
"@jest/types@^28.1.1":
1240+
version "28.1.1"
1241+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.1.tgz#d059bbc80e6da6eda9f081f293299348bd78ee0b"
1242+
integrity sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==
12431243
dependencies:
12441244
"@jest/schemas" "^28.0.2"
12451245
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3372,12 +3372,12 @@ jest-mock@^27.5.1:
33723372
"@jest/types" "^27.5.1"
33733373
"@types/node" "*"
33743374

3375-
jest-mock@^28.1.0:
3376-
version "28.1.0"
3377-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.0.tgz#ccc7cc12a9b330b3182db0c651edc90d163ff73e"
3378-
integrity sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==
3375+
jest-mock@^28.1.1:
3376+
version "28.1.1"
3377+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.1.tgz#37903d269427fa1ef5b2447be874e1c62a39a371"
3378+
integrity sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==
33793379
dependencies:
3380-
"@jest/types" "^28.1.0"
3380+
"@jest/types" "^28.1.1"
33813381
"@types/node" "*"
33823382

33833383
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)