From 952d12f69d05c08ae86928ccb566902d90940ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:53:16 +0000 Subject: [PATCH] build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.5. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 56 ++++++------------- packages/cli-utils/package.json | 2 +- packages/plugin-webpack-filter/package.json | 2 +- packages/plugin-webpack-validate/package.json | 2 +- packages/rollup-plugin/package.json | 2 +- packages/utils/package.json | 2 +- 6 files changed, 22 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index b444b273c1..79ede64506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29352,20 +29352,20 @@ "license": "Unlicense" }, "node_modules/ts-jest": { - "version": "29.2.4", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.4.tgz", - "integrity": "sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==", + "version": "29.2.5", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.5.tgz", + "integrity": "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==", "dev": true, "dependencies": { - "bs-logger": "0.x", + "bs-logger": "^0.2.6", "ejs": "^3.1.10", - "fast-json-stable-stringify": "2.x", + "fast-json-stable-stringify": "^2.1.0", "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" + "lodash.memoize": "^4.1.2", + "make-error": "^1.3.6", + "semver": "^7.6.3", + "yargs-parser": "^21.1.1" }, "bin": { "ts-jest": "cli.js" @@ -29399,26 +29399,11 @@ } } }, - "node_modules/ts-jest/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ts-jest/node_modules/semver": { - "version": "7.5.4", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -29426,13 +29411,6 @@ "node": ">=10" } }, - "node_modules/ts-jest/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -31424,7 +31402,7 @@ "jest-cli": "29.7.0", "memfs": "4.11.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "engines": { @@ -31678,7 +31656,7 @@ "jest-date-mock": "1.0.10", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "engines": { @@ -31703,7 +31681,7 @@ "jest-date-mock": "1.0.10", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "engines": { @@ -31728,7 +31706,7 @@ "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.21.0", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "engines": { @@ -31808,7 +31786,7 @@ "lodash": "4.17.21", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "engines": { diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 7b3b58d2aa..3dfa911f8c 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -54,7 +54,7 @@ "jest-cli": "29.7.0", "memfs": "4.11.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" } } diff --git a/packages/plugin-webpack-filter/package.json b/packages/plugin-webpack-filter/package.json index fe464a461e..611220e4b5 100644 --- a/packages/plugin-webpack-filter/package.json +++ b/packages/plugin-webpack-filter/package.json @@ -53,7 +53,7 @@ "jest-date-mock": "1.0.10", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "peerDependencies": { diff --git a/packages/plugin-webpack-validate/package.json b/packages/plugin-webpack-validate/package.json index 4038a35d6c..c241b8c067 100644 --- a/packages/plugin-webpack-validate/package.json +++ b/packages/plugin-webpack-validate/package.json @@ -44,7 +44,7 @@ "jest-date-mock": "1.0.10", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "dependencies": { diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 9477897a4b..1ec3ce6304 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -58,7 +58,7 @@ "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.21.0", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "peerDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index eacf0bda39..2803e11efb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -49,7 +49,7 @@ "lodash": "4.17.21", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", - "ts-jest": "29.2.4", + "ts-jest": "29.2.5", "typescript": "5.5.4" }, "peerDependencies": {