Skip to content

Commit 3952e3b

Browse files
committed
chore(deps): update dependency ts-jest to v28.0.3
1 parent 8d79ab8 commit 3952e3b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"prettier": "2.6.2",
7474
"rimraf": "3.0.2",
7575
"tempy": "1.0.1",
76-
"ts-jest": "28.0.2",
76+
"ts-jest": "28.0.3",
7777
"typescript": "4.6.4"
7878
}
7979
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
22262226
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
22272227
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
22282228

2229-
json5@2.x, json5@^2.2.1:
2229+
json5@^2.2.1:
22302230
version "2.2.1"
22312231
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
22322232
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
@@ -2851,15 +2851,15 @@ to-regex-range@^5.0.1:
28512851
dependencies:
28522852
is-number "^7.0.0"
28532853

2854-
ts-jest@28.0.2:
2855-
version "28.0.2"
2856-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.2.tgz#e4026357006731f96a033b94db89d01e0d3c0591"
2857-
integrity sha512-IOZMb3D0gx6IHO9ywPgiQxJ3Zl4ECylEFwoVpENB55aTn5sdO0Ptyx/7noNBxAaUff708RqQL4XBNxxOVjY0vQ==
2854+
ts-jest@28.0.3:
2855+
version "28.0.3"
2856+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.3.tgz#d1c47f167e56eef3989bb51afaf7fc1c87a04c52"
2857+
integrity sha512-HzgbEDQ2KgVtDmpXToqAcKTyGHdHsG23i/iUjfxji92G5eT09S1m9UHZd7csF0Bfgh9txM4JzwHnv7r1waFPlw==
28582858
dependencies:
28592859
bs-logger "0.x"
28602860
fast-json-stable-stringify "2.x"
28612861
jest-util "^28.0.0"
2862-
json5 "2.x"
2862+
json5 "^2.2.1"
28632863
lodash.memoize "4.x"
28642864
make-error "1.x"
28652865
semver "7.x"

0 commit comments

Comments
 (0)