Skip to content

Commit bd3420d

Browse files
chore: Bump jest-mock (#2033)
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 1870ecf commit bd3420d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^7.32.0",
2828
"eslint-plugin-prettier": "4.0.0",
2929
"jest": "^27.5.1",
30-
"jest-mock": "^28.0.2",
30+
"jest-mock": "^28.1.0",
3131
"prettier": "2.6.2",
3232
"ts-jest": "^27.1.4",
3333
"ts-node-dev": "^1.1.6",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@
604604
"@types/yargs" "^16.0.0"
605605
chalk "^4.0.0"
606606

607-
"@jest/types@^28.0.2":
608-
version "28.0.2"
609-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.2.tgz#70b9538c1863fb060b2f438ca008b5563d00c5b4"
610-
integrity sha512-hi3jUdm9iht7I2yrV5C4s3ucCJHUP8Eh3W6rQ1s4n/Qw9rQgsda4eqCt+r3BKRi7klVmZfQlMx1nGlzNMP2d8A==
607+
"@jest/types@^28.1.0":
608+
version "28.1.0"
609+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.0.tgz#508327a89976cbf9bd3e1cc74641a29fd7dfd519"
610+
integrity sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==
611611
dependencies:
612612
"@jest/schemas" "^28.0.2"
613613
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -2412,12 +2412,12 @@ jest-mock@^27.5.1:
24122412
"@jest/types" "^27.5.1"
24132413
"@types/node" "*"
24142414

2415-
jest-mock@^28.0.2:
2416-
version "28.0.2"
2417-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.2.tgz#059b500b34c1dd76474ebcdeccc249fe4dd0249f"
2418-
integrity sha512-vfnJ4zXRB0i24jOTGtQJyl26JKsgBKtqRlCnsrORZbG06FToSSn33h2x/bmE8XxqxkLWdZBRo+/65l8Vi3nD+g==
2415+
jest-mock@^28.1.0:
2416+
version "28.1.0"
2417+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.0.tgz#ccc7cc12a9b330b3182db0c651edc90d163ff73e"
2418+
integrity sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==
24192419
dependencies:
2420-
"@jest/types" "^28.0.2"
2420+
"@jest/types" "^28.1.0"
24212421
"@types/node" "*"
24222422

24232423
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)