From d14d36215c0ebcaf2444e74ef9f3ae3691af274d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:00:36 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v29.1.2 (#1061) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- integration-tests/package-lock.json | 12 ++++++------ integration-tests/package.json | 2 +- pnpm-lock.yaml | 22 +++++++--------------- 3 files changed, 14 insertions(+), 22 deletions(-) diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index b4db8a7f..caf192f9 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "18.19.3", "jest": "29.7.0", "prettier": "3.1.1", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "ts-node": "10.9.2", "typescript": "5.3.3" } @@ -5691,9 +5691,9 @@ } }, "node_modules/ts-jest": { - "version": "29.1.0", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz", - "integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==", + "version": "29.1.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz", + "integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -5702,14 +5702,14 @@ "json5": "^2.2.3", "lodash.memoize": "4.x", "make-error": "1.x", - "semver": "7.x", + "semver": "^7.5.3", "yargs-parser": "^21.0.1" }, "bin": { "ts-jest": "cli.js" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^16.10.0 || ^18.0.0 || >=20.0.0" }, "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", diff --git a/integration-tests/package.json b/integration-tests/package.json index 278c7cd5..742d307a 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -37,7 +37,7 @@ "@types/node": "18.19.3", "jest": "29.7.0", "prettier": "3.1.1", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "ts-node": "10.9.2", "typescript": "5.3.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70133a30..e8f9379d 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.0 - version: 29.1.0(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3) + specifier: 29.1.2 + version: 29.1.2(@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.3)(typescript@5.3.3) @@ -3623,14 +3623,6 @@ packages: hasBin: true dev: true - /semver@7.5.2: - resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver@7.5.4: resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} @@ -3817,9 +3809,9 @@ packages: is-number: 7.0.0 dev: true - /ts-jest@29.1.0(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.3.3): - resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /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} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -3842,11 +3834,11 @@ packages: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) - jest-util: 29.5.0 + jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.5.2 + semver: 7.5.4 typescript: 5.3.3 yargs-parser: 21.1.1 dev: true