Skip to content

Commit 7a6454b

Browse files
chore: Bump jest-mock from 28.1.3 to 29.0.3 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2411)
chore: Bump jest-mock Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 28.1.3 to 29.0.3. - [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/v29.0.3/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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef119d4 commit 7a6454b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.2.1",
2929
"jest": "^27.5.1",
30-
"jest-mock": "^28.1.3",
30+
"jest-mock": "^29.0.3",
3131
"prettier": "2.7.1",
3232
"ts-jest": "^27.1.4",
3333
"ts-node-dev": "^2.0.0",

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@
586586
terminal-link "^2.0.0"
587587
v8-to-istanbul "^8.1.0"
588588

589-
"@jest/schemas@^28.1.3":
590-
version "28.1.3"
591-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.1.3.tgz#ad8b86a66f11f33619e3d7e1dcddd7f2d40ff905"
592-
integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
589+
"@jest/schemas@^29.0.0":
590+
version "29.0.0"
591+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a"
592+
integrity sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==
593593
dependencies:
594594
"@sinclair/typebox" "^0.24.1"
595595

@@ -654,12 +654,12 @@
654654
"@types/yargs" "^16.0.0"
655655
chalk "^4.0.0"
656656

657-
"@jest/types@^28.1.3":
658-
version "28.1.3"
659-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
660-
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
657+
"@jest/types@^29.0.3":
658+
version "29.0.3"
659+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3.tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63"
660+
integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==
661661
dependencies:
662-
"@jest/schemas" "^28.1.3"
662+
"@jest/schemas" "^29.0.0"
663663
"@types/istanbul-lib-coverage" "^2.0.0"
664664
"@types/istanbul-reports" "^3.0.0"
665665
"@types/node" "*"
@@ -2796,12 +2796,12 @@ jest-mock@^27.5.1:
27962796
"@jest/types" "^27.5.1"
27972797
"@types/node" "*"
27982798

2799-
jest-mock@^28.1.3:
2800-
version "28.1.3"
2801-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.3.tgz#d4e9b1fc838bea595c77ab73672ebf513ab249da"
2802-
integrity sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==
2799+
jest-mock@^29.0.3:
2800+
version "29.0.3"
2801+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3.tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9"
2802+
integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww==
28032803
dependencies:
2804-
"@jest/types" "^28.1.3"
2804+
"@jest/types" "^29.0.3"
28052805
"@types/node" "*"
28062806

28072807
jest-pnp-resolver@^1.2.2:

0 commit comments

Comments
 (0)