Skip to content

Commit f6a0a0f

Browse files
chore: Bump jest-mock in /modules/webhook/lambdas/webhook (#2030)
Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 28.0.2 to 28.1.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/v28.1.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a355913 commit f6a0a0f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.0.2",
34+
"jest-mock": "^28.1.0",
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
@@ -1224,10 +1224,10 @@
12241224
"@types/yargs" "^16.0.0"
12251225
chalk "^4.0.0"
12261226

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==
1227+
"@jest/types@^28.1.0":
1228+
version "28.1.0"
1229+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.0.tgz#508327a89976cbf9bd3e1cc74641a29fd7dfd519"
1230+
integrity sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==
12311231
dependencies:
12321232
"@jest/schemas" "^28.0.2"
12331233
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3360,12 +3360,12 @@ jest-mock@^27.5.1:
33603360
"@jest/types" "^27.5.1"
33613361
"@types/node" "*"
33623362

3363-
jest-mock@^28.0.2:
3364-
version "28.0.2"
3365-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.2.tgz#059b500b34c1dd76474ebcdeccc249fe4dd0249f"
3366-
integrity sha512-vfnJ4zXRB0i24jOTGtQJyl26JKsgBKtqRlCnsrORZbG06FToSSn33h2x/bmE8XxqxkLWdZBRo+/65l8Vi3nD+g==
3363+
jest-mock@^28.1.0:
3364+
version "28.1.0"
3365+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.0.tgz#ccc7cc12a9b330b3182db0c651edc90d163ff73e"
3366+
integrity sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==
33673367
dependencies:
3368-
"@jest/types" "^28.0.2"
3368+
"@jest/types" "^28.1.0"
33693369
"@types/node" "*"
33703370

33713371
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)