From 0d9b5241c7c97030e55b620711a77b9db80b5842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 17:11:00 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v29.1.3 (#1144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- integration-tests/package.json | 2 +- pnpm-lock.yaml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index 43ff00aa..67f1ecc4 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -35,7 +35,7 @@ "@types/node": "18.19.10", "jest": "29.7.0", "prettier": "3.1.1", - "ts-jest": "29.1.2", + "ts-jest": "29.1.4", "ts-node": "10.9.2", "typescript": "5.3.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d27386c8..6c7c63d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: 3.1.1 version: 3.1.1 ts-jest: - specifier: 29.1.2 - version: 29.1.2(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3) + specifier: 29.1.4 + version: 29.1.4(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3) ts-node: specifier: 10.9.2 version: 10.9.2(@types/node@18.19.10)(typescript@5.3.3) @@ -3846,12 +3846,13 @@ packages: is-number: 7.0.0 dev: true - /ts-jest@29.1.2(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3): - resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} - engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} + /ts-jest@29.1.4(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3): + resolution: {integrity: sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==} + engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/transform': ^29.0.0 '@jest/types': ^29.0.0 babel-jest: ^29.0.0 esbuild: '*' @@ -3860,6 +3861,8 @@ packages: peerDependenciesMeta: '@babel/core': optional: true + '@jest/transform': + optional: true '@jest/types': optional: true babel-jest: