Skip to content

Commit 54719a2

Browse files
chore(deps-dev): bump ts-jest from 29.0.3 to 29.1.0 (#1912)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.1.0. - [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.3...v29.1.0) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c26659 commit 54719a2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"svelte-check": "^2.10.3",
5252
"svelte-jester": "^2.3.2",
5353
"svelte-preprocess": "^4.10.1",
54-
"ts-jest": "^29.0.3",
54+
"ts-jest": "^29.1.0",
5555
"tslib": "^2.3.1",
5656
"typescript": "^4.4.4"
5757
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,7 +3549,7 @@ json5@^1.0.1:
35493549
dependencies:
35503550
minimist "^1.2.0"
35513551

3552-
json5@^2.1.2, json5@^2.2.1:
3552+
json5@^2.1.2, json5@^2.2.1, json5@^2.2.3:
35533553
version "2.2.3"
35543554
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
35553555
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -4707,15 +4707,15 @@ tr46@^3.0.0:
47074707
dependencies:
47084708
punycode "^2.1.1"
47094709

4710-
ts-jest@^29.0.3:
4711-
version "29.0.3"
4712-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
4713-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
4710+
ts-jest@^29.0.3, ts-jest@^29.1.0:
4711+
version "29.1.0"
4712+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
4713+
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
47144714
dependencies:
47154715
bs-logger "0.x"
47164716
fast-json-stable-stringify "2.x"
47174717
jest-util "^29.0.0"
4718-
json5 "^2.2.1"
4718+
json5 "^2.2.3"
47194719
lodash.memoize "4.x"
47204720
make-error "1.x"
47214721
semver "7.x"

0 commit comments

Comments
 (0)