From 0ef3ea73c16041ad9f93d4958cdb89e41b8a0baa Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:22:31 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v29.1.3 --- .npmrc | 1 + package-lock.json | 43 ------------------------------------------- package.json | 2 +- 3 files changed, 2 insertions(+), 44 deletions(-) diff --git a/.npmrc b/.npmrc index 792d89fd..de46a5cb 100644 --- a/.npmrc +++ b/.npmrc @@ -14,6 +14,7 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 05fb1cce..9aa87346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6865,49 +6865,6 @@ "typescript": ">=4.2.0" } }, - "node_modules/ts-jest": { - "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", - "fast-json-stable-stringify": "2.x", - "jest-util": "^29.0.0", - "json5": "^2.2.3", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "^7.5.3", - "yargs-parser": "^21.0.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": "^16.10.0 || ^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/types": "^29.0.0", - "babel-jest": "^29.0.0", - "jest": "^29.0.0", - "typescript": ">=4.3 <6" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/types": { - "optional": true - }, - "babel-jest": { - "optional": true - }, - "esbuild": { - "optional": true - } - } - }, "node_modules/tsconfig-paths": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", diff --git a/package.json b/package.json index 15e9486f..ca977221 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jest-circus": "29.5.0", "js-yaml": "4.1.0", "prettier": "2.8.8", - "ts-jest": "29.1.2", + "ts-jest": "29.1.3", "typescript": "5.3.3" } }