Skip to content

Commit 90f61c8

Browse files
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group (#1649)
Bumps the misc group with 1 update: [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `ts-jest` from 29.2.2 to 29.2.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.2.2...v29.2.3) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f031e0 commit 90f61c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jest-circus": "29.7.0",
5656
"prettier": "3.3.3",
5757
"rimraf": "6.0.1",
58-
"ts-jest": "29.2.2",
58+
"ts-jest": "29.2.3",
5959
"typescript": "5.5.3"
6060
}
6161
}

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ eastasianwidth@^0.2.0:
16621662
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
16631663
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
16641664

1665-
ejs@^3.0.0:
1665+
ejs@^3.1.10:
16661666
version "3.1.10"
16671667
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
16681668
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
@@ -3247,13 +3247,13 @@ ts-api-utils@^1.3.0:
32473247
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
32483248
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
32493249

3250-
ts-jest@29.2.2:
3251-
version "29.2.2"
3252-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.2.tgz#0d2387bb04d39174b20a05172a968f258aedff4d"
3253-
integrity sha512-sSW7OooaKT34AAngP6k1VS669a0HdLxkQZnlC7T76sckGCokXFnvJ3yRlQZGRTAoV5K19HfSgCiSwWOSIfcYlg==
3250+
ts-jest@29.2.3:
3251+
version "29.2.3"
3252+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.3.tgz#3d226ac36b8b820151a38f164414f9f6b412131f"
3253+
integrity sha512-yCcfVdiBFngVz9/keHin9EnsrQtQtEu3nRykNy9RVp+FiPFFbPJ3Sg6Qg4+TkmH0vMP5qsTKgXSsk80HRwvdgQ==
32543254
dependencies:
32553255
bs-logger "0.x"
3256-
ejs "^3.0.0"
3256+
ejs "^3.1.10"
32573257
fast-json-stable-stringify "2.x"
32583258
jest-util "^29.0.0"
32593259
json5 "^2.2.3"

0 commit comments

Comments
 (0)