Skip to content

Commit f099e7a

Browse files
chore: Bump jest-mock (#1979)
Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 27.5.1 to 28.0.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.0.0/packages/jest-mock) --- updated-dependencies: - dependency-name: jest-mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a8e6b3 commit f099e7a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

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": "^27.5.1",
30+
"jest-mock": "^28.0.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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,13 @@
536536
terminal-link "^2.0.0"
537537
v8-to-istanbul "^8.1.0"
538538

539+
"@jest/schemas@^28.0.0":
540+
version "28.0.0"
541+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.0.tgz#55cf5fcc82440a2a39b717bb949570c501fd5410"
542+
integrity sha512-Pap9Jvwr8KYFvDgkya/p0FCVya+jZkWt57lHpwBylfjgmwi/gtXfhyAO/Cw+jKuMafHcXY0beNf2XV2pkcu9vA==
543+
dependencies:
544+
"@sinclair/typebox" "^0.23.3"
545+
539546
"@jest/source-map@^27.5.1":
540547
version "27.5.1"
541548
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf"
@@ -597,6 +604,18 @@
597604
"@types/yargs" "^16.0.0"
598605
chalk "^4.0.0"
599606

607+
"@jest/types@^28.0.0":
608+
version "28.0.0"
609+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.0.tgz#1818a07d26b204c1c34a5b22474d0a32f4b02a8d"
610+
integrity sha512-4rxVTiBbSjsl8V9sXkspfxW+t2Tdcmmc3fX7AU49gVrRpjXMjEDurSx/iruXnOSor4PTL0fwO61/2+n1XQ/RgA==
611+
dependencies:
612+
"@jest/schemas" "^28.0.0"
613+
"@types/istanbul-lib-coverage" "^2.0.0"
614+
"@types/istanbul-reports" "^3.0.0"
615+
"@types/node" "*"
616+
"@types/yargs" "^17.0.8"
617+
chalk "^4.0.0"
618+
600619
"@nodelib/[email protected]":
601620
version "2.1.5"
602621
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -719,6 +738,11 @@
719738
dependencies:
720739
"@octokit/openapi-types" "^11.2.0"
721740

741+
"@sinclair/typebox@^0.23.3":
742+
version "0.23.4"
743+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.4.tgz#6ff93fd2585ce44f7481c9ff6af610fbb5de98a4"
744+
integrity sha512-0/WqSvpVbCBAV1yPeko7eAczKbs78dNVAaX14quVlwOb2wxfKuXCx91h4NrEfkYK9zEnyVSW4JVI/trP3iS+Qg==
745+
722746
"@sinonjs/commons@^1.7.0":
723747
version "1.8.3"
724748
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -880,6 +904,13 @@
880904
dependencies:
881905
"@types/yargs-parser" "*"
882906

907+
"@types/yargs@^17.0.8":
908+
version "17.0.10"
909+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
910+
integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
911+
dependencies:
912+
"@types/yargs-parser" "*"
913+
883914
"@typescript-eslint/eslint-plugin@^4.33.0":
884915
version "4.33.0"
885916
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
@@ -2371,6 +2402,14 @@ jest-mock@^27.5.1:
23712402
"@jest/types" "^27.5.1"
23722403
"@types/node" "*"
23732404

2405+
jest-mock@^28.0.0:
2406+
version "28.0.0"
2407+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.0.tgz#f3ed57e1308fd827dcc68f60d84d3569281d43d3"
2408+
integrity sha512-C8xBtHuokPvmyX4ajh/TaenKGSbcu4pcIwjucD6ZZ7WznfSnMkLI/gzOh/YhUNr60tvBnxNsN+A0ECLG8pprTg==
2409+
dependencies:
2410+
"@jest/types" "^28.0.0"
2411+
"@types/node" "*"
2412+
23742413
jest-pnp-resolver@^1.2.2:
23752414
version "1.2.2"
23762415
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"

0 commit comments

Comments
 (0)