Skip to content

Commit 7f66440

Browse files
chore(deps-dev): bump ts-jest from 29.0.2 to 29.0.3 (#190)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.2 to 29.0.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.0.2...v29.0.3) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48d8a5e commit 7f66440

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"jest": "^29.1.1",
3636
"microbundle": "^0.15.1",
3737
"semantic-release": "^19.0.5",
38-
"ts-jest": "^29.0.2",
38+
"ts-jest": "^29.0.3",
3939
"ts-node": "^10.9.1",
4040
"typescript": "^4.8.4",
4141
"xo": "^0.52.3"

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5677,19 +5677,7 @@ jest-snapshot@^29.1.0:
56775677
pretty-format "^29.1.0"
56785678
semver "^7.3.5"
56795679

5680-
jest-util@^29.0.0, jest-util@^29.0.3:
5681-
version "29.0.3"
5682-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
5683-
integrity sha512-Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ==
5684-
dependencies:
5685-
"@jest/types" "^29.0.3"
5686-
"@types/node" "*"
5687-
chalk "^4.0.0"
5688-
ci-info "^3.2.0"
5689-
graceful-fs "^4.2.9"
5690-
picomatch "^2.2.3"
5691-
5692-
jest-util@^29.1.0:
5680+
jest-util@^29.0.0, jest-util@^29.0.3, jest-util@^29.1.0:
56935681
version "29.1.0"
56945682
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.0.tgz#e8a971dfb900bb85f090c752aa321b6912e81002"
56955683
integrity sha512-5haD8egMAEAq/e8ritN2Gr1WjLYtXi4udAIZB22GnKlv/2MHkbCjcyjgDBmyezAMMeQKGfoaaDsWCmVlnHZ1WQ==
@@ -8791,10 +8779,10 @@ trim-off-newlines@^1.0.0:
87918779
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1"
87928780
integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==
87938781

8794-
ts-jest@^29.0.2:
8795-
version "29.0.2"
8796-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.2.tgz#0c45a1ac45d14f8b3bf89bca9048a2840c7bd5ad"
8797-
integrity sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==
8782+
ts-jest@^29.0.3:
8783+
version "29.0.3"
8784+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
8785+
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
87988786
dependencies:
87998787
bs-logger "0.x"
88008788
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)