Skip to content

Commit b5245a7

Browse files
chore: Bump ts-jest (#1890)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.3 to 27.1.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v27.1.3...v27.1.4) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fca7223 commit b5245a7

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
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
@@ -29,7 +29,7 @@
2929
"jest": "^27.5.1",
3030
"jest-mock": "^27.5.1",
3131
"prettier": "2.6.1",
32-
"ts-jest": "^27.1.3",
32+
"ts-jest": "^27.1.4",
3333
"ts-node-dev": "^1.1.6",
3434
"typescript": "^4.6.3"
3535
},

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

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
source-map "^0.6.1"
587587
write-file-atomic "^3.0.0"
588588

589-
"@jest/types@^27.4.2", "@jest/types@^27.5.1":
589+
"@jest/types@^27.5.1":
590590
version "27.5.1"
591591
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
592592
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
@@ -1907,11 +1907,6 @@ globby@^11.0.3:
19071907
merge2 "^1.3.0"
19081908
slash "^3.0.0"
19091909

1910-
graceful-fs@^4.2.4:
1911-
version "4.2.8"
1912-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
1913-
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
1914-
19151910
graceful-fs@^4.2.9:
19161911
version "4.2.9"
19171912
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
@@ -2502,19 +2497,7 @@ jest-snapshot@^27.5.1:
25022497
pretty-format "^27.5.1"
25032498
semver "^7.3.2"
25042499

2505-
jest-util@^27.0.0:
2506-
version "27.4.2"
2507-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.4.2.tgz#ed95b05b1adfd761e2cda47e0144c6a58e05a621"
2508-
integrity sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==
2509-
dependencies:
2510-
"@jest/types" "^27.4.2"
2511-
"@types/node" "*"
2512-
chalk "^4.0.0"
2513-
ci-info "^3.2.0"
2514-
graceful-fs "^4.2.4"
2515-
picomatch "^2.2.3"
2516-
2517-
jest-util@^27.5.1:
2500+
jest-util@^27.0.0, jest-util@^27.5.1:
25182501
version "27.5.1"
25192502
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"
25202503
integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==
@@ -3384,10 +3367,10 @@ tree-kill@^1.2.2:
33843367
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
33853368
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
33863369

3387-
ts-jest@^27.1.3:
3388-
version "27.1.3"
3389-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
3390-
integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==
3370+
ts-jest@^27.1.4:
3371+
version "27.1.4"
3372+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
3373+
integrity sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==
33913374
dependencies:
33923375
bs-logger "0.x"
33933376
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)