Skip to content

Commit f86aba2

Browse files
chore(deps-dev): bump ts-jest from 29.3.2 to 29.3.3 (#5799)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.2 to 29.3.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.3.2...v29.3.3) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15cec52 commit f86aba2

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"prettier": "^3.5.3",
110110
"puppeteer": "^24.10.0",
111111
"semver": "^7.7.2",
112-
"ts-jest": "^29.3.2",
112+
"ts-jest": "^29.3.4",
113113
"ts-node": "^10.9.2",
114114
"turbo": "^2.5.4",
115115
"typedoc": "^0.28.5",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9655,10 +9655,10 @@ ts-graphviz@^2.1.2:
96559655
"@ts-graphviz/common" "^2.1.5"
96569656
"@ts-graphviz/core" "^2.0.7"
96579657

9658-
ts-jest@^29.3.2:
9659-
version "29.3.2"
9660-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.2.tgz#0576cdf0a507f811fe73dcd16d135ce89f8156cb"
9661-
integrity sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==
9658+
ts-jest@^29.3.4:
9659+
version "29.3.4"
9660+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
9661+
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
96629662
dependencies:
96639663
bs-logger "^0.2.6"
96649664
ejs "^3.1.10"
@@ -9667,8 +9667,8 @@ ts-jest@^29.3.2:
96679667
json5 "^2.2.3"
96689668
lodash.memoize "^4.1.2"
96699669
make-error "^1.3.6"
9670-
semver "^7.7.1"
9671-
type-fest "^4.39.1"
9670+
semver "^7.7.2"
9671+
type-fest "^4.41.0"
96729672
yargs-parser "^21.1.1"
96739673

96749674
ts-morph@^26.0.0:
@@ -9848,10 +9848,10 @@ type-fest@^0.8.1:
98489848
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
98499849
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
98509850

9851-
type-fest@^4.39.1:
9852-
version "4.39.1"
9853-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz#7521f6944e279abaf79cf60cfbc4823f4858083e"
9854-
integrity sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==
9851+
type-fest@^4.41.0:
9852+
version "4.41.0"
9853+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
9854+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
98559855

98569856
type-is@~1.6.18:
98579857
version "1.6.18"

0 commit comments

Comments
 (0)