Skip to content

Commit a355913

Browse files
chore: Bump jest-mock in /modules/runners/lambdas/runners (#2031)
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 bd3420d commit a355913

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "^7.32.0",
2727
"eslint-plugin-prettier": "4.0.0",
2828
"jest": "27.5.1",
29-
"jest-mock": "^28.0.2",
29+
"jest-mock": "^28.1.0",
3030
"jest-mock-extended": "^2.0.5",
3131
"moment-timezone": "^0.5.34",
3232
"nock": "^13.2.4",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,10 +1215,10 @@
12151215
"@types/yargs" "^16.0.0"
12161216
chalk "^4.0.0"
12171217

1218-
"@jest/types@^28.0.2":
1219-
version "28.0.2"
1220-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.2.tgz#70b9538c1863fb060b2f438ca008b5563d00c5b4"
1221-
integrity sha512-hi3jUdm9iht7I2yrV5C4s3ucCJHUP8Eh3W6rQ1s4n/Qw9rQgsda4eqCt+r3BKRi7klVmZfQlMx1nGlzNMP2d8A==
1218+
"@jest/types@^28.1.0":
1219+
version "28.1.0"
1220+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.0.tgz#508327a89976cbf9bd3e1cc74641a29fd7dfd519"
1221+
integrity sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==
12221222
dependencies:
12231223
"@jest/schemas" "^28.0.2"
12241224
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3189,12 +3189,12 @@ jest-mock@^27.5.1:
31893189
"@jest/types" "^27.5.1"
31903190
"@types/node" "*"
31913191

3192-
jest-mock@^28.0.2:
3193-
version "28.0.2"
3194-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.2.tgz#059b500b34c1dd76474ebcdeccc249fe4dd0249f"
3195-
integrity sha512-vfnJ4zXRB0i24jOTGtQJyl26JKsgBKtqRlCnsrORZbG06FToSSn33h2x/bmE8XxqxkLWdZBRo+/65l8Vi3nD+g==
3192+
jest-mock@^28.1.0:
3193+
version "28.1.0"
3194+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.0.tgz#ccc7cc12a9b330b3182db0c651edc90d163ff73e"
3195+
integrity sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==
31963196
dependencies:
3197-
"@jest/types" "^28.0.2"
3197+
"@jest/types" "^28.1.0"
31983198
"@types/node" "*"
31993199

32003200
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)