Skip to content

Commit 6ec5f0c

Browse files
chore(deps): update dependency ts-jest to ^29.3.2 (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b13abe commit 6ec5f0c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lint-staged": "^15.5.1",
5454
"react": "^18.3.1",
5555
"rimraf": "^6.0.1",
56-
"ts-jest": "^29.3.1",
56+
"ts-jest": "^29.3.2",
5757
"typescript": "^5.8.3"
5858
}
5959
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7690,10 +7690,10 @@ ts-api-utils@^1.3.0:
76907690
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
76917691
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
76927692

7693-
ts-jest@^29.3.1:
7694-
version "29.3.1"
7695-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.1.tgz#2e459e1f94a833bd8216ba4b045fac948e265937"
7696-
integrity sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==
7693+
ts-jest@^29.3.2:
7694+
version "29.3.2"
7695+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.2.tgz#0576cdf0a507f811fe73dcd16d135ce89f8156cb"
7696+
integrity sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==
76977697
dependencies:
76987698
bs-logger "^0.2.6"
76997699
ejs "^3.1.10"
@@ -7703,7 +7703,7 @@ ts-jest@^29.3.1:
77037703
lodash.memoize "^4.1.2"
77047704
make-error "^1.3.6"
77057705
semver "^7.7.1"
7706-
type-fest "^4.38.0"
7706+
type-fest "^4.39.1"
77077707
yargs-parser "^21.1.1"
77087708

77097709
tsconfig-paths@^3.15.0:
@@ -7757,10 +7757,10 @@ type-fest@^2.12.2:
77577757
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
77587758
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
77597759

7760-
type-fest@^4.38.0, type-fest@^4.6.0, type-fest@^4.7.1:
7761-
version "4.38.0"
7762-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.38.0.tgz#659fa14d1a71c2811400aa3b5272627e0c1e6b96"
7763-
integrity sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==
7760+
type-fest@^4.39.1, type-fest@^4.6.0, type-fest@^4.7.1:
7761+
version "4.39.1"
7762+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.39.1.tgz#7521f6944e279abaf79cf60cfbc4823f4858083e"
7763+
integrity sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==
77647764

77657765
typed-array-buffer@^1.0.2:
77667766
version "1.0.2"

0 commit comments

Comments
 (0)